From eb1dee26a57e4f8913926f94dfd4dc06e38dfb03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 22:01:17 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group across 1 directory with 10 updates Bumps the dev-dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.17.0` | | [identify](https://github.com/pre-commit/identify) | `2.6.5` | `2.6.6` | | [junit-xml](https://github.com/kyrus/python-junit-xml) | `1.8` | `1.9` | | [mutmut](https://github.com/boxed/mutmut) | `3.2.2` | `3.2.3` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.1.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.391` | `1.1.393` | | [pytest-github-actions-annotate-failures](https://github.com/pytest-dev/pytest-github-actions-annotate-failures) | `0.2.0` | `0.3.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.6` | `0.9.4` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.28.1` | `20.29.1` | Updates `certifi` from 2024.12.14 to 2025.1.31 - [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31) Updates `filelock` from 3.16.1 to 3.17.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.1...3.17.0) Updates `identify` from 2.6.5 to 2.6.6 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.5...v2.6.6) Updates `junit-xml` from 1.8 to 1.9 - [Commits](https://github.com/kyrus/python-junit-xml/commits) Updates `mutmut` from 3.2.2 to 3.2.3 - [Changelog](https://github.com/boxed/mutmut/blob/main/HISTORY.rst) - [Commits](https://github.com/boxed/mutmut/compare/3.2.2...3.2.3) Updates `pre-commit` from 4.0.1 to 4.1.0 - [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/v4.0.1...v4.1.0) Updates `pyright` from 1.1.391 to 1.1.393 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.391...v1.1.393) Updates `pytest-github-actions-annotate-failures` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/releases) - [Changelog](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/blob/main/CHANGELOG.md) - [Commits](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/compare/v0.2.0...v0.3.0) Updates `ruff` from 0.8.6 to 0.9.4 - [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.8.6...0.9.4) Updates `virtualenv` from 20.28.1 to 20.29.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.28.1...20.29.1) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: filelock dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: identify dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: junit-xml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: mutmut dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pytest-github-actions-annotate-failures dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements/requirements-dev.txt | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index d3e221f..eae7f31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ # - requests # -certifi==2024.12.14 +certifi==2025.1.31 # via requests charset-normalizer==3.4.1 # via requests diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index ab08fdd..7afe3c9 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -20,7 +20,7 @@ # - requests # -certifi==2024.12.14 +certifi==2025.1.31 # via requests cfgv==3.4.0 # via pre-commit @@ -36,17 +36,17 @@ distlib==0.3.9 # via virtualenv exceptiongroup==1.2.2 # via pytest -filelock==3.16.1 +filelock==3.17.0 # via virtualenv freezegun==1.5.1 # via pytest-freezer -identify==2.6.5 +identify==2.6.6 # via pre-commit idna==3.10 # via requests iniconfig==2.0.0 # via pytest -junit-xml==1.8 +junit-xml==1.9 # via mutmut linkify-it-py==2.0.3 # via markdown-it-py @@ -61,7 +61,7 @@ mdit-py-plugins==0.4.2 # via markdown-it-py mdurl==0.1.2 # via markdown-it-py -mutmut==3.2.2 +mutmut==3.2.3 # via hatch.envs.dev nodeenv==1.9.1 # via @@ -77,13 +77,13 @@ platformdirs==4.3.6 # virtualenv pluggy==1.5.0 # via pytest -pre-commit==4.0.1 +pre-commit==4.1.0 # via hatch.envs.dev pychoir==0.0.27 # via hatch.envs.dev pygments==2.19.1 # via rich -pyright==1.1.391 +pyright==1.1.393 # via hatch.envs.dev pytest==8.3.4 # via @@ -97,7 +97,7 @@ pytest-cov==6.0.0 # via hatch.envs.dev pytest-freezer==0.4.9 # via hatch.envs.dev -pytest-github-actions-annotate-failures==0.2.0 +pytest-github-actions-annotate-failures==0.3.0 # via hatch.envs.dev pytest-mock==3.14.0 # via hatch.envs.dev @@ -117,7 +117,7 @@ requests-mock==1.12.1 # via hatch.envs.dev rich==13.9.4 # via textual -ruff==0.8.6 +ruff==0.9.4 # via hatch.envs.dev setproctitle==1.3.4 # via mutmut @@ -143,5 +143,5 @@ uc-micro-py==1.0.3 # via linkify-it-py urllib3==2.3.0 # via requests -virtualenv==20.28.1 +virtualenv==20.29.1 # via pre-commit