File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- griffe==1.2.0
2- pyright==1.1.378
3- ruff==0.6.3
4- mypy==1.11.2
1+ griffe==1.5.1
2+ pyright==1.1.387
3+ ruff==0.7.2
4+ mypy==1.13.0
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ inline-snapshot==0.13.3
55hypothesis == 6.111.2
66# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
77pandas == 2.1.3 ; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
8- pytest == 8.3.2
8+ pytest == 8.3.3
99# we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
10- pytest-codspeed ~= 2.2.1 ; implementation_name == "cpython" and platform_machine == 'x86_64'
10+ pytest-codspeed ~= 3.0.0 ; implementation_name == "cpython" and platform_machine == 'x86_64'
1111# pytest-examples currently depends on aiohttp via black; we don't want to build
1212# it on platforms like aarch64 musllinux in CI
1313pytest-examples == 0.0.13 ; implementation_name == "cpython" and platform_machine == 'x86_64'
@@ -19,5 +19,5 @@ python-dateutil==2.9.0.post0
1919# numpy doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
2020numpy == 1.26.2 ; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
2121exceptiongroup == 1.1 ; python_version < "3.11"
22- tzdata == 2024.1
22+ tzdata == 2024.2
2323typing_extensions == 4.12.2
You can’t perform that action at this time.
0 commit comments