From 7cefaed6c6c6ead696ab8604c655f24b1dea28ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:03:26 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Bumps the python-packages group with 2 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest) and [flake8](https://github.com/pycqa/flake8). Updates `pytest` from 7.1.0 to 8.3.3 - [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.1.0...8.3.3) Updates `flake8` from 7.0.0 to 7.1.1 - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 648c537..d3949f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Testing dependencies #:test -pytest == 7.1.0 -flake8 == 7.0.0 +pytest == 8.3.3 +flake8 == 7.1.1