From 14b717759afe753e5cea17d5dcdcaa6450305265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:45:53 +0000 Subject: [PATCH] deps: Bump pytest from 8.3.2 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 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/8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed93588b..1372c97a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flake8==5.0.4;python_version<"3.8.1" isort[colors]==5.13.2 mypy==1.11.2 pillow==10.4.0 -pytest==8.3.2 +pytest==8.3.3 pytest-cov==5.0.0 requests==2.32.3 typing_extensions==4.12.2