From 45c034a3cb6bc6d415630539f3b37486f2748e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:33:37 +0000 Subject: [PATCH] :seedling: Bump the python-requirements group with 2 updates Bumps the python-requirements group with 2 updates: [black](https://github.com/psf/black) and [pytest](https://github.com/pytest-dev/pytest). Updates `black` from 25.9.0 to 25.11.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/25.9.0...25.11.0) Updates `pytest` from 8.4.2 to 9.0.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.4.2...9.0.1) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bfb1f89..9d5fa27 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-dev.in # -black==25.9.0 +black==26.1.0 # via -r requirements-dev.in click==8.2.1 # via black @@ -24,7 +24,7 @@ packaging==25.0 # via # black # pytest -pathspec==0.12.1 +pathspec==1.0.4 # via black platformdirs==4.3.8 # via black @@ -40,7 +40,7 @@ pyflakes==3.4.0 # via flake8 pygments==2.19.2 # via pytest -pytest==8.4.2 +pytest==9.0.2 # via # -r requirements-dev.in # pytest-forked @@ -54,5 +54,5 @@ pytest-xdist==3.8.0 # via # -r requirements-dev.in # pytest-terraform -pytokens==0.1.10 +pytokens==0.4.1 # via black