diff --git a/tests/requirements-linting.txt b/tests/requirements-linting.txt index c125a229c..b004e99ca 100644 --- a/tests/requirements-linting.txt +++ b/tests/requirements-linting.txt @@ -1,4 +1,4 @@ -griffe==0.47.0 -pyright==1.1.369 -ruff==0.5.0 -mypy==1.10.1 +griffe==0.48.0 +pyright==1.1.374 +ruff==0.5.5 +mypy==1.11.1 diff --git a/tests/requirements.txt b/tests/requirements.txt index fc107a45f..342fbfd2d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,10 +1,10 @@ backports.zoneinfo==0.2.1;python_version<"3.9" -coverage==7.5.4 +coverage==7.6.0 dirty-equals==0.7.1.post0 -hypothesis==6.104.2 +hypothesis==6.108.5 # 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.2.2 +pytest==8.3.2 # we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture) 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