From 0734d09f929aa64e3e9db2912625b8404989457f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:11:48 +0000 Subject: [PATCH] build(deps): bump the python-packages group with 5 updates Updates the requirements on [horde-model-reference](https://github.com/Haidra-Org/horde-model-reference), [pytest](https://github.com/pytest-dev/pytest), [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `horde-model-reference` to 0.5.4 - [Commits](https://github.com/Haidra-Org/horde-model-reference/compare/v0.5.4...v0.5.4) Updates `pytest` from 7.4.4 to 8.0.0 - [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/7.4.4...8.0.0) Updates `black` from 23.12.1 to 24.1.1 - [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.12.1...24.1.1) Updates `ruff` from 0.1.14 to 0.2.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/v0.1.14...v0.2.1) Updates `pre-commit` to 3.6.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.6.0...v3.6.1) --- updated-dependencies: - dependency-name: horde-model-reference dependency-type: direct:production dependency-group: python-packages - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 8 ++++---- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index e556ef9..caa7930 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,9 +1,9 @@ -pytest==7.4.4 +pytest==8.0.0 mypy==1.8.0 -black==23.12.1 -ruff==0.1.14 +black==24.1.1 +ruff==0.2.1 tox~=4.12.1 -pre-commit~=3.6.0 +pre-commit~=3.6.1 build>=0.10.0 coverage>=7.2.7 diff --git a/requirements.txt b/requirements.txt index 210895b..e47f368 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -horde_model_reference~=0.5.3 +horde_model_reference~=0.5.4 pydantic requests