From 73e7b44bb209bf906d23df7f1e6c577865b065ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:11:51 +0000 Subject: [PATCH] pip dev(deps-dev): bump pytest from 6.0.1 to 8.0.1 in /api Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.1 to 8.0.1. - [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/6.0.1...8.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements-dev.txt b/api/requirements-dev.txt index 6a6ade1..a9f8859 100644 --- a/api/requirements-dev.txt +++ b/api/requirements-dev.txt @@ -40,7 +40,7 @@ pyasn1==0.4.8 pycparser==2.20 pyparsing==2.4.7 pyrsistent==0.16.0 -pytest==6.0.1 +pytest==8.0.1 python-dateutil==2.8.1 python-jose==3.2.0 pytz==2020.1