From 3c3391de2610166bf9e9c28c8ea37bec1b54b9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:20:21 +0100 Subject: [PATCH] Bump the python-packages group with 7 updates (#1280) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements-linting.txt | 8 ++++---- tests/requirements.txt | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/requirements-linting.txt b/tests/requirements-linting.txt index 782eda79b..6f7696bf3 100644 --- a/tests/requirements-linting.txt +++ b/tests/requirements-linting.txt @@ -1,4 +1,4 @@ -griffe==0.42.1 -pyright==1.1.356 -ruff==0.3.4 -mypy==1.9.0 +griffe==0.44.0 +pyright==1.1.360 +ruff==0.4.2 +mypy==1.10.0 diff --git a/tests/requirements.txt b/tests/requirements.txt index eff02f91d..1a6c3c1d5 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,12 +1,12 @@ -coverage==7.4.4 +coverage==7.5.0 dirty-equals==0.7.1.post0 -hypothesis==6.100.0 +hypothesis==6.100.2 # TODO: remove manual override for dateutil once a version newer than 2.8.2 is # released which removes use of deprecated utcfromtimestamp git+https://github.com/dateutil/dateutil.git@f2293200747fb03d56c6c5997bfebeabe703576f # 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.1.1 +pytest==8.2.0 # 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