From 9575faa80051d6558c6bfcd841159665bc1bc720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:44:38 +0000 Subject: [PATCH] bump pytest from 8.1.1 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 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.1.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69233888..3a05afc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "httpx[socks]>=0.27.0", "tabulate>=0.9.0", "phonenumbers>=8.13.37", - "pytest>=8.1.1", + "pytest>=9.0.3", "yattag>=1.15.2", "toml>=0.10.2", ] diff --git a/requirements.txt b/requirements.txt index 82e42272..8cd5da7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ progress==1.6 pyinstaller-hooks-contrib==2024.6 pyinstaller==6.8.0 pysocks==1.7.1 -pytest==8.1.1 +pytest==9.0.3 python-dotenv==1.2.2 pywin32-ctypes==0.2.2 ; sys_platform == "win32" scikit-learn==1.4.2