From 62d7d19cca93315f2969590e54415b05a34724e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:40:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20the=20python-packages=20grou?= =?UTF-8?q?p=20across=201=20directory=20with=209=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the python-packages group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` | | [mypy](https://github.com/python/mypy) | `1.11.1` | `1.13.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.7.2` | | [types-pytz](https://github.com/python/typeshed) | `2024.1.0.20240417` | `2024.2.0.20241003` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.0` | `7.6.4` | | [dirty-equals](https://github.com/samuelcolvin/dirty-equals) | `0.7.1.post0` | `0.8.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | Updates `pytz` from 2024.1 to 2024.2 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2024.1...release_2024.2) Updates `mypy` from 1.11.1 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.13.0) Updates `pre-commit` from 3.8.0 to 4.0.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.1) Updates `ruff` from 0.5.5 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](https://github.com/astral-sh/ruff/compare/0.5.5...0.7.2) Updates `types-pytz` from 2024.1.0.20240417 to 2024.2.0.20241003 - [Commits](https://github.com/python/typeshed/commits) Updates `coverage[toml]` from 7.6.0 to 7.6.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.0...7.6.4) Updates `dirty-equals` from 0.7.1.post0 to 0.8.0 - [Release notes](https://github.com/samuelcolvin/dirty-equals/releases) - [Commits](https://github.com/samuelcolvin/dirty-equals/compare/v0.7.1-post0...v0.8.0) 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 `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytz 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: pre-commit dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: types-pytz dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: dirty-equals 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-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements/linting.txt | 8 ++++---- requirements/testing.txt | 10 ++++------ 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/requirements/linting.txt b/requirements/linting.txt index 906747a..d6b6a23 100644 --- a/requirements/linting.txt +++ b/requirements/linting.txt @@ -14,7 +14,7 @@ filelock==3.13.1 # via virtualenv identify==2.5.35 # via pre-commit -mypy==1.11.1 +mypy==1.13.0 # via -r requirements/linting.in mypy-extensions==1.0.0 # via mypy @@ -22,13 +22,13 @@ nodeenv==1.8.0 # via pre-commit platformdirs==4.2.0 # via virtualenv -pre-commit==3.8.0 +pre-commit==4.0.1 # via -r requirements/linting.in pyyaml==6.0.1 # via pre-commit -ruff==0.5.5 +ruff==0.7.2 # via -r requirements/linting.in -types-pytz==2024.1.0.20240417 +types-pytz==2024.2.0.20241003 # via -r requirements/linting.in typing-extensions==4.10.0 # via mypy diff --git a/requirements/testing.txt b/requirements/testing.txt index 00a90a6..f69a9e4 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -10,12 +10,12 @@ charset-normalizer==3.3.2 # via requests codecov==2.1.13 # via -r requirements/testing.in -coverage[toml]==7.6.0 +coverage[toml]==7.6.4 # via # -r requirements/testing.in # codecov # pytest-cov -dirty-equals==0.7.1.post0 +dirty-equals==0.8.0 # via -r requirements/testing.in idna==3.6 # via requests @@ -31,17 +31,15 @@ pluggy==1.5.0 # via pytest pygments==2.17.2 # via rich -pytest==8.3.2 +pytest==8.3.3 # via # -r requirements/testing.in # pytest-cov # pytest-pretty -pytest-cov==5.0.0 +pytest-cov==6.0.0 # via -r requirements/testing.in pytest-pretty==1.2.0 # via -r requirements/testing.in -pytz==2024.1 - # via dirty-equals requests==2.31.0 # via codecov rich==13.7.0