Skip to content

Commit

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

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

Updates `torch` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.5.0...v2.5.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)

Updates `horde-engine` to 2.19.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.18.1...v2.19.0)

Updates `pytest` from 8.3.3 to 8.3.4
- [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.3...8.3.4)

Updates `ruff` from 0.7.3 to 0.8.2
- [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.7.3...0.8.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent e936e5d commit f6152ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest==8.3.3
pytest==8.3.4
mypy==1.13.0
black==24.10.0
ruff==0.7.3
ruff==0.8.2
tox~=4.23.2
pre-commit~=4.0.1
build>=0.10.0
Expand Down
6 changes: 3 additions & 3 deletions requirements.rocm.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
torch==2.5.0
qrcode==7.4.2 # >8 breaks horde-engine 2.18.1 via the qr code generation nodes
torch==2.5.1
qrcode==8.0 # >8 breaks horde-engine 2.18.1 via the qr code generation nodes

certifi # Required for SSL cert resolution

horde_sdk~=0.16.4
horde_safety~=0.2.3
horde_engine~=2.18.1
horde_engine~=2.19.0
horde_model_reference>=0.9.1

python-dotenv
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
torch==2.5.0
qrcode==7.4.2 # >8 breaks horde-engine 2.18.1 via the qr code generation nodes
torch==2.5.1
qrcode==8.0 # >8 breaks horde-engine 2.18.1 via the qr code generation nodes

certifi # Required for SSL cert resolution

horde_sdk~=0.16.4
horde_safety~=0.2.3
horde_engine~=2.18.1
horde_engine~=2.19.0
horde_model_reference>=0.9.1

python-dotenv
Expand Down

0 comments on commit f6152ea

Please sign in to comment.