From 3c1b0407f4bdb005affb0561bb3d0dade429c14e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:15:18 +0000 Subject: [PATCH] build(deps): bump pytest from 7.3.1 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 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.3.1...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a2e2f0..01cb662 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ WebTest==3.0.0 python-json-logger==2.0.7 flake8==6.0.0 mypy==1.3.0 -pytest==7.3.1 +pytest==8.3.4 types-requests==2.31.0.1 zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability