Skip to content

Commit

Permalink
Bump the python-packages group with 6 updates (#1312)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 2a5f464 commit 81e3bd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tests/requirements-linting.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
griffe==0.44.0
pyright==1.1.360
ruff==0.4.2
griffe==0.45.2
pyright==1.1.365
ruff==0.4.7
mypy==1.10.0
6 changes: 3 additions & 3 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
backports.zoneinfo==0.2.1;python_version<"3.9"
coverage==7.5.0
coverage==7.5.3
dirty-equals==0.7.1.post0
hypothesis==6.100.2
hypothesis==6.103.0
# TODO: remove manual override for dateutil once a version newer than 2.8.2 is
# released which removes use of deprecated utcfromtimestamp
git+https://github.com/dateutil/dateutil.git@f2293200747fb03d56c6c5997bfebeabe703576f
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
pandas==2.1.3; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
pytest==8.2.0
pytest==8.2.1
# we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
pytest-codspeed~=2.2.1; implementation_name == "cpython" and platform_machine == 'x86_64'
# pytest-examples currently depends on aiohttp via black; we don't want to build
Expand Down

0 comments on commit 81e3bd3

Please sign in to comment.