Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 7 updates (#1361)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent de19683 commit b7fa254
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.45.2
pyright==1.1.365
griffe==0.47.0
pyright==1.1.369
ruff==0.5.0
mypy==1.10.0
mypy==1.10.1
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
backports.zoneinfo==0.2.1;python_version<"3.9"
coverage==7.5.3
coverage==7.5.4
dirty-equals==0.7.1.post0
hypothesis==6.103.0
hypothesis==6.104.2
# 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.1
pytest==8.2.2
# 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
# it on platforms like aarch64 musllinux in CI
pytest-examples==0.0.11; implementation_name == "cpython" and platform_machine == 'x86_64'
pytest-examples==0.0.12; implementation_name == "cpython" and platform_machine == 'x86_64'
pytest-speed==0.3.5
pytest-mock==3.14.0
pytest-pretty==1.2.0
Expand Down

0 comments on commit b7fa254

Please sign in to comment.