From 1aa33bcfbf1a3a81d9e74230e1cbc3b98a566ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:47:01 +0000 Subject: [PATCH] Bump the python-packages group with 6 updates Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [griffe](https://github.com/mkdocstrings/griffe) | `1.2.0` | `1.3.1` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.378` | `1.1.382.post1` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.8` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.111.2` | `6.112.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [tzdata](https://github.com/python/tzdata) | `2024.1` | `2024.2` | Updates `griffe` from 1.2.0 to 1.3.1 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/griffe/compare/1.2.0...1.3.1) Updates `pyright` from 1.1.378 to 1.1.382.post1 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.378...v1.1.382.post1) Updates `ruff` from 0.6.3 to 0.6.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.3...0.6.8) Updates `hypothesis` from 6.111.2 to 6.112.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.111.2...hypothesis-python-6.112.2) 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](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) 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](https://github.com/python/tzdata/compare/2024.1...2024.2) --- 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-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: tzdata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- tests/requirements-linting.txt | 6 +++--- tests/requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/requirements-linting.txt b/tests/requirements-linting.txt index c614101d5..0c7472c03 100644 --- a/tests/requirements-linting.txt +++ b/tests/requirements-linting.txt @@ -1,4 +1,4 @@ -griffe==1.2.0 -pyright==1.1.378 -ruff==0.6.3 +griffe==1.3.1 +pyright==1.1.382.post1 +ruff==0.6.8 mypy==1.11.2 diff --git a/tests/requirements.txt b/tests/requirements.txt index 5ee5ebfda..a486268ed 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,10 +1,10 @@ backports.zoneinfo==0.2.1;python_version<"3.9" coverage==7.6.1 dirty-equals==0.8.0 -hypothesis==6.111.2 +hypothesis==6.112.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.3.2 +pytest==8.3.3 # 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 @@ -18,5 +18,5 @@ python-dateutil==2.9.0.post0 # numpy doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux numpy==1.26.2; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64' exceptiongroup==1.1; python_version < "3.11" -tzdata==2024.1 +tzdata==2024.2 typing_extensions==4.12.2