Skip to content

Commit 81e3bd3

Browse files
Bump the python-packages group with 6 updates (#1312)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a5f464 commit 81e3bd3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/requirements-linting.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
griffe==0.44.0
2-
pyright==1.1.360
3-
ruff==0.4.2
1+
griffe==0.45.2
2+
pyright==1.1.365
3+
ruff==0.4.7
44
mypy==1.10.0

tests/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
backports.zoneinfo==0.2.1;python_version<"3.9"
2-
coverage==7.5.0
2+
coverage==7.5.3
33
dirty-equals==0.7.1.post0
4-
hypothesis==6.100.2
4+
hypothesis==6.103.0
55
# TODO: remove manual override for dateutil once a version newer than 2.8.2 is
66
# released which removes use of deprecated utcfromtimestamp
77
git+https://github.com/dateutil/dateutil.git@f2293200747fb03d56c6c5997bfebeabe703576f
88
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
99
pandas==2.1.3; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
10-
pytest==8.2.0
10+
pytest==8.2.1
1111
# we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
1212
pytest-codspeed~=2.2.1; implementation_name == "cpython" and platform_machine == 'x86_64'
1313
# pytest-examples currently depends on aiohttp via black; we don't want to build

0 commit comments

Comments
 (0)