diff --git a/tests/requirements-linting.txt b/tests/requirements-linting.txt index b004e99ca..c614101d5 100644 --- a/tests/requirements-linting.txt +++ b/tests/requirements-linting.txt @@ -1,4 +1,4 @@ -griffe==0.48.0 -pyright==1.1.374 -ruff==0.5.5 -mypy==1.11.1 +griffe==1.2.0 +pyright==1.1.378 +ruff==0.6.3 +mypy==1.11.2 diff --git a/tests/requirements.txt b/tests/requirements.txt index 342fbfd2d..5ee5ebfda 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ backports.zoneinfo==0.2.1;python_version<"3.9" -coverage==7.6.0 -dirty-equals==0.7.1.post0 -hypothesis==6.108.5 +coverage==7.6.1 +dirty-equals==0.8.0 +hypothesis==6.111.2 # pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux pandas==2.1.3; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64' pytest==8.3.2 @@ -9,7 +9,7 @@ pytest==8.3.2 pytest-codspeed~=2.2.1; implementation_name == "cpython" and platform_machine == 'x86_64' # pytest-examples currently depends on aiohttp via black; we don't want to build # it on platforms like aarch64 musllinux in CI -pytest-examples==0.0.12; implementation_name == "cpython" and platform_machine == 'x86_64' +pytest-examples==0.0.13; implementation_name == "cpython" and platform_machine == 'x86_64' pytest-speed==0.3.5 pytest-mock==3.14.0 pytest-pretty==1.2.0