From be2c1e401d0f709e3fc4c6c2ae508ca01089e7a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:59:11 +0000 Subject: [PATCH] build(deps): bump the python-packages group across 1 directory with 11 updates Updates the requirements on [numpy](https://github.com/numpy/numpy), [torch](https://github.com/pytorch/pytorch), [qrcode](https://github.com/lincolnloop/python-qrcode), [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), [mypy](https://github.com/python/mypy), [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff), [tox](https://github.com/tox-dev/tox) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `numpy` from 1.26.4 to 2.1.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.1.2) Updates `torch` from 2.3.1 to 2.5.0 - [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.3.1...v2.5.0) 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.15.1 - [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.14.11...v0.15.1) 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](https://github.com/Haidra-Org/hordelib/compare/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](https://github.com/Haidra-Org/horde-model-reference/compare/v0.9.0...v0.9.1) Updates `mypy` from 1.11.2 to 1.12.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.0) Updates `black` from 24.8.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) Updates `ruff` from 0.6.5 to 0.7.0 - [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.6.5...0.7.0) Updates `tox` to 4.23.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.18.1...4.23.0) Updates `pre-commit` to 4.0.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.1) --- updated-dependencies: - 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: 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 - 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: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: tox dependency-type: direct:development dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 10 +++++----- requirements.rocm.txt | 10 +++++----- requirements.txt | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 35c65242..c225c918 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,9 +1,9 @@ pytest==8.3.3 -mypy==1.11.2 -black==24.8.0 -ruff==0.6.5 -tox~=4.18.1 -pre-commit~=3.8.0 +mypy==1.12.0 +black==24.10.0 +ruff==0.7.0 +tox~=4.23.0 +pre-commit~=4.0.1 build>=0.10.0 coverage>=7.2.7 diff --git a/requirements.rocm.txt b/requirements.rocm.txt index f7dc6864..f5b4d8b7 100644 --- a/requirements.rocm.txt +++ b/requirements.rocm.txt @@ -1,10 +1,10 @@ -numpy==1.26.4 -torch==2.3.1+rocm6.0 +numpy==2.1.2 +torch==2.5.0 -horde_sdk~=0.14.11 +horde_sdk~=0.15.1 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 diff --git a/requirements.txt b/requirements.txt index c039b1fe..ef8080f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -numpy==1.26.4 -torch==2.3.1 -qrcode==7.4.2 +numpy==2.1.2 +torch==2.5.0 +qrcode==8.0 -horde_sdk~=0.14.11 +horde_sdk~=0.15.1 horde_safety~=0.2.3 -horde_engine~=2.15.3 +horde_engine~=2.16.0 horde_model_reference>=0.9.0 python-dotenv