From ad2515b31f73355cd727bb91f6eb528a2e84d1f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:28:51 +0000 Subject: [PATCH] Bump pytest from 8.0.2 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.1.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/8.0.2...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... 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 a9882e0..2f6c9d2 100644 --- a/infra/requirements-dev.txt +++ b/infra/requirements-dev.txt @@ -1 +1 @@ -pytest==8.0.2 +pytest==8.1.1 diff --git a/requirements.txt b/requirements.txt index 120a5f9..7667456 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ gunicorn==21.2.0 msal==1.27.0 flask-login==0.6.3 flask-session==0.5.0 -pytest==8.0.2 +pytest==8.1.1 coverage==7.4.1 Werkzeug==3.0.1