From 5a08d5f2d8daca2502e431602f23d02a861656bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:07:32 +0000 Subject: [PATCH] build(deps): bump the python-packages group across 1 directory with 5 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](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-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](https://github.com/Haidra-Org/hordelib/compare/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](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) Updates `ruff` from 0.7.3 to 0.8.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.7.3...0.8.1) --- 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] --- requirements.dev.txt | 4 ++-- requirements.rocm.txt | 6 +++--- requirements.txt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 907fbfd8..c958058d 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -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.1 tox~=4.23.2 pre-commit~=4.0.1 build>=0.10.0 diff --git a/requirements.rocm.txt b/requirements.rocm.txt index a93e5b60..64808610 100644 --- a/requirements.rocm.txt +++ b/requirements.rocm.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index a93e5b60..64808610 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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