Skip to content

Commit 217547f

Browse files
Bump the python-packages group across 1 directory with 7 updates
Bumps the python-packages group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.3` | `7.5.4` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.103.0` | `6.104.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.2.2` | | [pytest-examples](https://github.com/pydantic/pytest-examples) | `0.0.11` | `0.0.12` | | [griffe](https://github.com/mkdocstrings/griffe) | `0.45.2` | `0.47.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.365` | `1.1.369` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` | Updates `coverage` from 7.5.3 to 7.5.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.5.3...7.5.4) Updates `hypothesis` from 6.103.0 to 6.104.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.103.0...hypothesis-python-6.104.2) Updates `pytest` from 8.2.1 to 8.2.2 - [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.2.1...8.2.2) Updates `pytest-examples` from 0.0.11 to 0.0.12 - [Release notes](https://github.com/pydantic/pytest-examples/releases) - [Commits](pydantic/pytest-examples@v0.0.11...v0.0.12) Updates `griffe` from 0.45.2 to 0.47.0 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@0.45.2...0.47.0) Updates `pyright` from 1.1.365 to 1.1.369 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.365...v1.1.369) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-examples dependency-type: direct:production update-type: version-update:semver-patch 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: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 510daf8 commit 217547f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.45.2
2-
pyright==1.1.365
1+
griffe==0.47.0
2+
pyright==1.1.369
33
ruff==0.5.0
4-
mypy==1.10.0
4+
mypy==1.10.1

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.5.3
2+
coverage==7.5.4
33
dirty-equals==0.7.1.post0
4-
hypothesis==6.103.0
4+
hypothesis==6.104.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'
7-
pytest==8.2.1
7+
pytest==8.2.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.11; implementation_name == "cpython" and platform_machine == 'x86_64'
12+
pytest-examples==0.0.12; 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)