Skip to content

Commit

Permalink
chore(deps): bump the all-dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…2 updates

Bumps the all-dependencies group with 2 updates in the / directory: torch and [pytest](https://github.com/pytest-dev/pytest).


Updates `torch` from 2.4.0+cpu to 2.4.1+cpu

Updates `pytest` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.3)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 93d7fbf commit 811c7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-workflows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ h5py==3.11.0
numpy==1.26.3
pandas==2.2.2
scikit-learn==1.5.2
torch==2.4.0+cpu
torch==2.4.1+cpu
--extra-index-url https://download.pytorch.org/whl/cpu
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker==7.1.0
pytest==8.3.2
pytest==8.3.3
dataclasses==0.7;python_version<"3.7"
pydantic>=2.3.0, <3.0.0
pytest-xdist==3.6.1
Expand Down

0 comments on commit 811c7c9

Please sign in to comment.