From 8908f199d756e4456b4251a8acb8241a5f108abe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 00:30:49 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Updates the requirements on [black](https://github.com/psf/black) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `black` to 25.1.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.10.0...25.1.0) Updates `pytest` from 7.0 to 8.3.4 - [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.0.0...8.3.4) --- updated-dependencies: - dependency-name: black dependency-type: direct:production dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- lint-requirements.txt | 2 +- tests/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lint-requirements.txt b/lint-requirements.txt index 676f68a..81ed59e 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,3 +1,3 @@ -black~=24.10 +black~=25.1 pylint~=3.3 mypy diff --git a/tests/test-requirements.txt b/tests/test-requirements.txt index 786f391..cb4ae24 100644 --- a/tests/test-requirements.txt +++ b/tests/test-requirements.txt @@ -1,2 +1,2 @@ -pytest==7.0 +pytest==8.3.4 pytest-lazy-fixture