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