From 6e300cd68c7fe6f9185270e779616d13d418ae9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:58:51 +0000 Subject: [PATCH] build(deps): bump the python-packages group with 3 updates Updates the requirements on [hordelib](https://github.com/jug-dev/hordelib), [black](https://github.com/psf/black) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `hordelib` to 2.2.4 - [Release notes](https://github.com/jug-dev/hordelib/releases) - [Changelog](https://github.com/Haidra-Org/hordelib/blob/main/.changelog) - [Commits](https://github.com/jug-dev/hordelib/compare/v2.2.3...v2.2.4) Updates `black` from 23.11.0 to 23.12.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/23.11.0...23.12.0) Updates `ruff` from 0.1.7 to 0.1.8 - [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/v0.1.7...v0.1.8) --- updated-dependencies: - dependency-name: hordelib dependency-type: direct:production 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-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index d74549e0..7dd1f023 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,7 +1,7 @@ pytest==7.4.3 mypy==1.7.1 -black==23.11.0 -ruff==0.1.7 +black==23.12.0 +ruff==0.1.8 tox~=4.11.4 pre-commit~=3.6.0 build>=0.10.0 diff --git a/requirements.txt b/requirements.txt index fba90151..e37bc435 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ torch>=2.1.0 horde_sdk>=0.7.15 horde_safety>=0.2.3 -hordelib~=2.2.3 +hordelib~=2.2.4 horde_model_reference python-dotenv