From cf5c0730e74671255555d3830da03d391dbbe4cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:51:03 +0000 Subject: [PATCH] build(deps): bump the python-packages group across 1 directory with 3 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](https://github.com/pytorch/pytorch/compare/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](https://github.com/lincolnloop/python-qrcode/compare/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](https://github.com/Haidra-Org/horde-sdk/compare/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] --- requirements.rocm.txt | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.rocm.txt b/requirements.rocm.txt index 5783b67a..515532d6 100644 --- a/requirements.rocm.txt +++ b/requirements.rocm.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 5783b67a..515532d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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