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==0.42.1
2
- pyright==1.1.356
3
- ruff==0.3.4
4
- mypy==1.9 .0
1
+ griffe==0.44.0
2
+ pyright==1.1.360
3
+ ruff==0.4.2
4
+ mypy==1.10 .0
Original file line number Diff line number Diff line change 1
- coverage == 7.4.4
1
+ coverage == 7.5.0
2
2
dirty-equals == 0.7.1.post0
3
- hypothesis == 6.100.0
3
+ hypothesis == 6.100.2
4
4
# TODO: remove manual override for dateutil once a version newer than 2.8.2 is
5
5
# released which removes use of deprecated utcfromtimestamp
6
6
git+https://github.com/dateutil/dateutil.git@f2293200747fb03d56c6c5997bfebeabe703576f
7
7
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
8
8
pandas == 2.1.3 ; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
9
- pytest == 8.1.1
9
+ pytest == 8.2.0
10
10
# we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
11
11
pytest-codspeed ~= 2.2.1 ; implementation_name == "cpython" and platform_machine == 'x86_64'
12
12
# pytest-examples currently depends on aiohttp via black; we don't want to build
You can’t perform that action at this time.
0 commit comments