From 1338724e4d7a7987fe3358f773856eb411b58934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:52:31 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 7.4.0 to 9.0.3 in /library_api_code Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.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/7.4.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- library_api_code/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library_api_code/requirements-dev.txt b/library_api_code/requirements-dev.txt index 2c23736..8ba4733 100644 --- a/library_api_code/requirements-dev.txt +++ b/library_api_code/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==7.4.0 +pytest==9.0.3 pytest-cov==4.1.0 pytest-asyncio==0.22.0 coverage==7.3.1