From 920694f83105829918414e8e274036384c0a188d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:01:19 +0000 Subject: [PATCH] Bump pytest from 7.3.0 to 8.1.0 in /backend/worker Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 8.1.0. - [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.0...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/worker/requirements.txt b/backend/worker/requirements.txt index d362d5a56..280e07b0c 100644 --- a/backend/worker/requirements.txt +++ b/backend/worker/requirements.txt @@ -16,7 +16,7 @@ pip-tools==7.1.0 pipreqs==0.4.11 psycopg2-binary==2.9.5 pyproject_hooks==1.0.0 -pytest==7.3.0 +pytest==8.1.0 python-dateutil==2.8.2 pytz==2023.3 pytz-deprecation-shim==0.1.0.post0