From c20bd2c1ff417e9abe4013778793ac65ddd57a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:16:31 +0000 Subject: [PATCH] chore(deps): bump pytest in /monitoring_flask_backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- monitoring_flask_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring_flask_backend/requirements.txt b/monitoring_flask_backend/requirements.txt index 1d0133b..7b969e7 100644 --- a/monitoring_flask_backend/requirements.txt +++ b/monitoring_flask_backend/requirements.txt @@ -3,7 +3,7 @@ prometheus-api-client==0.5.4 python-dateutil==2.9.0.post0 gunicorn==25.1.0 requests==2.33.0 -pytest==9.0.2 +pytest==9.0.3 requests-aws4auth==1.3.1 boto3==1.34.69 psycopg2-binary==2.9.11