From df4069ba1606c0c0d3f25b3d21a7ae5dbac55926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:11:58 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.2.2 to 9.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 9.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.2.2...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c5d65c37..3d937b1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ Flask==3.1.3 Flask-WTF==1.2.2 # Testing (optional but recommended for contributors) -pytest==8.2.2 +pytest==9.1.1 flake8==7.3.0 python-dotenv==1.0.1 requests==2.32.3 \ No newline at end of file