From ae47801a2cb1b6522370e8cd9153b00de3db2043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:14:50 +0000 Subject: [PATCH] Bump the python-dependencies group with 5 updates Bumps the python-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.1.1` | `24.3.0` | | [pip-tools](https://github.com/jazzband/pip-tools) | `7.3.0` | `7.4.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.0` | `3.7.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.1.15` | `0.3.4` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.1.1` | Updates `black` from 24.1.1 to 24.3.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.1.1...24.3.0) Updates `pip-tools` from 7.3.0 to 7.4.1 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/7.3.0...7.4.1) Updates `pre-commit` from 3.6.0 to 3.7.0 - [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.7.0) Updates `ruff` from 0.1.15 to 0.3.4 - [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.15...v0.3.4) Updates `pytest` from 8.0.0 to 8.1.1 - [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.0.0...8.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pip-tools dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 12 +++++++----- requirements/requirements-tests.txt | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 8b2bb1b..f157564 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/requirements-dev.txt requirements/requirements-dev.in # -black==24.1.1 +black==24.3.0 # via -r requirements/requirements-dev.in build==1.0.3 # via pip-tools @@ -30,19 +30,21 @@ packaging==23.2 # build pathspec==0.11.2 # via black -pip-tools==7.3.0 +pip-tools==7.4.1 # via -r requirements/requirements-dev.in platformdirs==3.11.0 # via # black # virtualenv -pre-commit==3.6.0 +pre-commit==3.7.0 # via -r requirements/requirements-dev.in pyproject-hooks==1.0.0 - # via build + # via + # build + # pip-tools pyyaml==6.0.1 # via pre-commit -ruff==0.1.15 +ruff==0.3.4 # via -r requirements/requirements-dev.in virtualenv==20.24.6 # via pre-commit diff --git a/requirements/requirements-tests.txt b/requirements/requirements-tests.txt index 4663b67..9bf3f37 100644 --- a/requirements/requirements-tests.txt +++ b/requirements/requirements-tests.txt @@ -8,9 +8,9 @@ iniconfig==2.0.0 # via pytest packaging==23.2 # via pytest -pluggy==1.3.0 +pluggy==1.4.0 # via pytest -pytest==8.0.0 +pytest==8.1.1 # via # -r requirements/requirements-tests.in # pytest-randomly