From ed7073d7001115ad0154d44b73d4d7cc9a9669a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:46:33 +0000 Subject: [PATCH] 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] --- infra/requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/requirements-dev.txt b/infra/requirements-dev.txt index fe93bd5..40543aa 100644 --- a/infra/requirements-dev.txt +++ b/infra/requirements-dev.txt @@ -1 +1 @@ -pytest==8.3.2 +pytest==8.3.3 diff --git a/requirements.txt b/requirements.txt index 3ceb35d..f8194b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ gunicorn==23.0.0 msal==1.30.0 flask-login==0.6.3 flask-session==0.8.0 -pytest==8.3.2 +pytest==8.3.3 coverage==7.6.1 Werkzeug==3.0.4