Skip to content

Commit

Permalink
build(deps): bump the python-packages group across 1 directory with 3…
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) and [horde-sdk](https://github.com/Haidra-Org/horde-sdk) 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-sdk` to 0.16.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.15.1...v0.16.0)

---
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-sdk
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 87eec6f commit cf5c073
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.rocm.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
torch==2.5.0
qrcode==7.4.2 # >8 breaks horde-engine 2.17.1 via the qr code generation nodes
torch==2.5.1
qrcode==8.0 # >8 breaks horde-engine 2.17.1 via the qr code generation nodes

certifi # Required for SSL cert resolution

horde_sdk~=0.15.1
horde_sdk~=0.16.0
horde_safety~=0.2.3
horde_engine~=2.17.1
horde_model_reference>=0.9.1
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
torch==2.5.0
qrcode==7.4.2 # >8 breaks horde-engine 2.17.1 via the qr code generation nodes
torch==2.5.1
qrcode==8.0 # >8 breaks horde-engine 2.17.1 via the qr code generation nodes

certifi # Required for SSL cert resolution

horde_sdk~=0.15.1
horde_sdk~=0.16.0
horde_safety~=0.2.3
horde_engine~=2.17.1
horde_model_reference>=0.9.1
Expand Down

0 comments on commit cf5c073

Please sign in to comment.