From f2c33d59fc7e92ef455e794d95fcca5131ccc2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 16:05:06 +0000 Subject: [PATCH] Bump pytest from 4.0.0 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.0.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/4.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.prod.min.txt | 2 +- requirements.prod.required.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.prod.min.txt b/requirements.prod.min.txt index cff4f4ae..f57168c9 100644 --- a/requirements.prod.min.txt +++ b/requirements.prod.min.txt @@ -1,5 +1,5 @@ pyperclip==1.3 empty-files==0.0.3 beautifulsoup4==4.4.0 -pytest==4.0.0 +pytest==9.0.3 allpairspy==2.1.0 \ No newline at end of file diff --git a/requirements.prod.required.txt b/requirements.prod.required.txt index 1928c7b5..18f215f2 100644 --- a/requirements.prod.required.txt +++ b/requirements.prod.required.txt @@ -1,4 +1,4 @@ -pytest>=4.0.0 +pytest>=9.0.3 empty-files>=0.0.3 typing_extensions>=3.6.2