From 1529c8d7bfa646c99fc5bed3b7ccfa3e48d67c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:13:07 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /ressources directory: [flask](https://github.com/pallets/flask) and [pytest](https://github.com/pytest-dev/pytest). Updates `flask` from 3.0.3 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.0.3...3.1.3) Updates `pytest` from 8.2.0 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/8.2.0...9.0.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- ressources/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ressources/requirements.txt b/ressources/requirements.txt index ff3cf3e..2fdc3dd 100644 --- a/ressources/requirements.txt +++ b/ressources/requirements.txt @@ -1,5 +1,5 @@ -flask==3.0.3 -pytest==8.2.0 +flask==3.1.3 +pytest==9.0.3 pytest-cov==5.0.0 flake8==7.0.0 gunicorn==26.0.0