Skip to content

Commit 4dabe3c

Browse files
Bump the python-packages group with 8 updates (#1428)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa6b75b commit 4dabe3c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.48.0
2-
pyright==1.1.374
3-
ruff==0.5.5
4-
mypy==1.11.1
1+
griffe==1.2.0
2+
pyright==1.1.378
3+
ruff==0.6.3
4+
mypy==1.11.2

tests/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
backports.zoneinfo==0.2.1;python_version<"3.9"
2-
coverage==7.6.0
3-
dirty-equals==0.7.1.post0
4-
hypothesis==6.108.5
2+
coverage==7.6.1
3+
dirty-equals==0.8.0
4+
hypothesis==6.111.2
55
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
66
pandas==2.1.3; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
77
pytest==8.3.2
88
# we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
99
pytest-codspeed~=2.2.1; implementation_name == "cpython" and platform_machine == 'x86_64'
1010
# pytest-examples currently depends on aiohttp via black; we don't want to build
1111
# it on platforms like aarch64 musllinux in CI
12-
pytest-examples==0.0.12; implementation_name == "cpython" and platform_machine == 'x86_64'
12+
pytest-examples==0.0.13; implementation_name == "cpython" and platform_machine == 'x86_64'
1313
pytest-speed==0.3.5
1414
pytest-mock==3.14.0
1515
pytest-pretty==1.2.0

0 commit comments

Comments
 (0)