Skip to content

Commit

Permalink
build(deps): bump the python-packages group across 1 directory with 8…
Browse files Browse the repository at this point in the history
… updates

Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [tox](https://github.com/tox-dev/tox), [numpy](https://github.com/numpy/numpy), [torch](https://github.com/pytorch/pytorch), [horde-sdk](https://github.com/Haidra-Org/horde-sdk), [horde-engine](https://github.com/Haidra-Org/hordelib), [horde-model-reference](https://github.com/Haidra-Org/horde-model-reference) and [qrcode](https://github.com/lincolnloop/python-qrcode) to permit the latest version.

Updates `ruff` from 0.6.5 to 0.6.8
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.5...0.6.8)

Updates `tox` to 4.21.2
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.18.1...4.21.2)

Updates `numpy` from 1.26.4 to 2.1.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.1.1)

Updates `torch` from 2.3.1 to 2.4.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.3.1...v2.4.1)

Updates `horde-sdk` to 0.15.0
- [Release notes](https://github.com/Haidra-Org/horde-sdk/releases)
- [Changelog](https://github.com/Haidra-Org/horde-sdk/blob/main/.changelog)
- [Commits](Haidra-Org/horde-sdk@v0.14.11...v0.15.0)

Updates `horde-engine` to 2.16.0
- [Release notes](https://github.com/Haidra-Org/hordelib/releases)
- [Changelog](https://github.com/Haidra-Org/hordelib/blob/main/.changelog)
- [Commits](Haidra-Org/hordelib@v2.15.3...v2.16.0)

Updates `horde-model-reference` to 0.9.1
- [Release notes](https://github.com/Haidra-Org/horde-model-reference/releases)
- [Commits](Haidra-Org/horde-model-reference@v0.9.0...v0.9.1)

Updates `qrcode` from 7.4.2 to 8.0
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst)
- [Commits](lincolnloop/python-qrcode@v7.4.2...v8.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: tox
  dependency-type: direct:development
  dependency-group: python-packages
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: horde-sdk
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: horde-engine
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: horde-model-reference
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: qrcode
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent cb5894d commit b200f1c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pytest==8.3.3
mypy==1.11.2
black==24.8.0
ruff==0.6.5
tox~=4.18.1
ruff==0.6.8
tox~=4.21.2
pre-commit~=3.8.0
build>=0.10.0
coverage>=7.2.7
Expand Down
10 changes: 5 additions & 5 deletions requirements.rocm.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy==1.26.4
torch==2.3.1+rocm6.0
numpy==2.1.1
torch==2.4.1

horde_sdk~=0.14.11
horde_sdk~=0.15.0
horde_safety~=0.2.3
horde_engine~=2.15.3
horde_model_reference~=0.9.0
horde_engine~=2.16.0
horde_model_reference~=0.9.1

python-dotenv
ruamel.yaml
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy==1.26.4
torch==2.3.1
qrcode==7.4.2
numpy==2.1.1
torch==2.4.1
qrcode==8.0

horde_sdk~=0.14.11
horde_sdk~=0.15.0
horde_safety~=0.2.3
horde_engine~=2.15.3
horde_engine~=2.16.0
horde_model_reference>=0.9.0

python-dotenv
Expand Down

0 comments on commit b200f1c

Please sign in to comment.