From 8ccc27af41d08beb79d16f920a2ccd29cfe130d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:06:38 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20the=20python-packages=20grou?= =?UTF-8?q?p=20with=204=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the python-packages group with 4 updates: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [coverage[toml]](https://github.com/nedbat/coveragepy) and [dirty-equals](https://github.com/samuelcolvin/dirty-equals). Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) Updates `ruff` from 0.5.5 to 0.6.3 - [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.6.3) Updates `coverage[toml]` from 7.6.0 to 7.6.1 - [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.1) 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) --- updated-dependencies: - dependency-name: mypy 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: 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 ... Signed-off-by: dependabot[bot] --- requirements/linting.txt | 4 ++-- requirements/testing.txt | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/requirements/linting.txt b/requirements/linting.txt index 906747a..a1acb92 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.11.2 # via -r requirements/linting.in mypy-extensions==1.0.0 # via mypy @@ -26,7 +26,7 @@ pre-commit==3.8.0 # via -r requirements/linting.in pyyaml==6.0.1 # via pre-commit -ruff==0.5.5 +ruff==0.6.3 # via -r requirements/linting.in types-pytz==2024.1.0.20240417 # via -r requirements/linting.in diff --git a/requirements/testing.txt b/requirements/testing.txt index 00a90a6..fcf2914 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.1 # 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 @@ -40,8 +40,6 @@ pytest-cov==5.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