Skip to content

Commit 4623552

Browse files
Bump the python-packages group across 1 directory with 7 updates
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed), [tzdata](https://github.com/python/tzdata), [griffe](https://github.com/mkdocstrings/griffe), [pyright](https://github.com/RobertCraigie/pyright-python), [ruff](https://github.com/astral-sh/ruff) and [mypy](https://github.com/python/mypy) to permit the latest version. Updates `pytest` from 8.3.2 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.2...8.3.3) Updates `pytest-codspeed` to 3.0.0 - [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases) - [Commits](CodSpeedHQ/pytest-codspeed@v2.2.1...v3.0.0) Updates `tzdata` from 2024.1 to 2024.2 - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](python/tzdata@2024.1...2024.2) Updates `griffe` from 1.2.0 to 1.5.1 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.2.0...1.5.1) Updates `pyright` from 1.1.378 to 1.1.387 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.378...v1.1.387) Updates `ruff` from 0.6.3 to 0.7.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.3...0.7.2) Updates `mypy` from 1.11.2 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.13.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-codspeed dependency-type: direct:production dependency-group: python-packages - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: griffe dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c864ff2 commit 4623552

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==1.2.0
2-
pyright==1.1.378
3-
ruff==0.6.3
4-
mypy==1.11.2
1+
griffe==1.5.1
2+
pyright==1.1.387
3+
ruff==0.7.2
4+
mypy==1.13.0

tests/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ inline-snapshot==0.13.3
55
hypothesis==6.111.2
66
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
77
pandas==2.1.3; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
8-
pytest==8.3.2
8+
pytest==8.3.3
99
# we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
10-
pytest-codspeed~=2.2.1; implementation_name == "cpython" and platform_machine == 'x86_64'
10+
pytest-codspeed~=3.0.0; implementation_name == "cpython" and platform_machine == 'x86_64'
1111
# pytest-examples currently depends on aiohttp via black; we don't want to build
1212
# it on platforms like aarch64 musllinux in CI
1313
pytest-examples==0.0.13; implementation_name == "cpython" and platform_machine == 'x86_64'
@@ -19,5 +19,5 @@ python-dateutil==2.9.0.post0
1919
# numpy doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
2020
numpy==1.26.2; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
2121
exceptiongroup==1.1; python_version < "3.11"
22-
tzdata==2024.1
22+
tzdata==2024.2
2323
typing_extensions==4.12.2

0 commit comments

Comments
 (0)