Skip to content

Commit 3752f71

Browse files
Bump the python-packages group with 7 updates
Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [griffe](https://github.com/mkdocstrings/griffe) | `0.42.1` | `0.44.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.356` | `1.1.360` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.4` | `0.4.2` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.100.0` | `6.100.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` | Updates `griffe` from 0.42.1 to 0.44.0 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@0.42.1...0.44.0) Updates `pyright` from 1.1.356 to 1.1.360 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.356...v1.1.360) Updates `ruff` from 0.3.4 to 0.4.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@v0.3.4...v0.4.2) Updates `mypy` from 1.9.0 to 1.10.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.0) Updates `coverage` from 7.4.4 to 7.5.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.4.4...7.5.0) Updates `hypothesis` from 6.100.0 to 6.100.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.100.0...hypothesis-python-6.100.2) Updates `pytest` from 8.1.1 to 8.2.0 - [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.1.1...8.2.0) --- updated-dependencies: - 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 - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1cefeae commit 3752f71

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==0.42.1
2-
pyright==1.1.356
3-
ruff==0.3.4
4-
mypy==1.9.0
1+
griffe==0.44.0
2+
pyright==1.1.360
3+
ruff==0.4.2
4+
mypy==1.10.0

tests/requirements.txt

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

0 commit comments

Comments
 (0)