From dbb979450959106ef778d62f0d10c360c7bfc2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 12:54:49 +0000 Subject: [PATCH] chore(deps): update pytest requirement in /server Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 786c985..c2cc34c 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -22,7 +22,7 @@ pypdf>=4.0.0 python-multipart>=0.0.9 # Testing -pytest>=8.2.0 +pytest>=9.1.1 pytest-asyncio>=0.23.0 httpx>=0.27.0 aiosqlite>=0.20.0