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
5
5
hypothesis == 6.111.2
6
6
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
7
7
pandas == 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
9
9
# 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'
11
11
# pytest-examples currently depends on aiohttp via black; we don't want to build
12
12
# it on platforms like aarch64 musllinux in CI
13
13
pytest-examples == 0.0.13 ; implementation_name == "cpython" and platform_machine == 'x86_64'
@@ -19,5 +19,5 @@ python-dateutil==2.9.0.post0
19
19
# numpy doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
20
20
numpy == 1.26.2 ; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
21
21
exceptiongroup == 1.1 ; python_version < "3.11"
22
- tzdata == 2024.1
22
+ tzdata == 2024.2
23
23
typing_extensions == 4.12.2
You can’t perform that action at this time.
0 commit comments