Skip to content

Commit 3c3391d

Browse files
Bump the python-packages group with 7 updates (#1280)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c67e48c commit 3c3391d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tests/requirements-linting.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

tests/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
coverage==7.4.4
1+
coverage==7.5.0
22
dirty-equals==0.7.1.post0
3-
hypothesis==6.100.0
3+
hypothesis==6.100.2
44
# TODO: remove manual override for dateutil once a version newer than 2.8.2 is
55
# released which removes use of deprecated utcfromtimestamp
66
git+https://github.com/dateutil/dateutil.git@f2293200747fb03d56c6c5997bfebeabe703576f
77
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
88
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
1010
# we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
1111
pytest-codspeed~=2.2.1; implementation_name == "cpython" and platform_machine == 'x86_64'
1212
# pytest-examples currently depends on aiohttp via black; we don't want to build

0 commit comments

Comments
 (0)