From 6d18c753ae5ba6c6a541ac3b4433a1d24ad1e69c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 21:27:05 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group across 1 directory with 9 updates Bumps the dev-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [python-json-logger](https://github.com/nhairs/python-json-logger) | `3.2.0` | `3.2.1` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.0` | `3.4.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.9` | `7.6.10` | | [junit-xml](https://github.com/kyrus/python-junit-xml) | `1.8` | `1.9` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.390` | `1.1.391` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.3` | `0.8.4` | Updates `python-json-logger` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/nhairs/python-json-logger/releases) - [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md) - [Commits](https://github.com/nhairs/python-json-logger/compare/v3.2.0...v3.2.1) Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14) Updates `charset-normalizer` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1) Updates `urllib3` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.3.0) Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8) Updates `coverage` from 7.6.9 to 7.6.10 - [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.9...7.6.10) Updates `junit-xml` from 1.8 to 1.9 - [Commits](https://github.com/kyrus/python-junit-xml/commits) Updates `pyright` from 1.1.390 to 1.1.391 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.391) Updates `ruff` from 0.8.3 to 0.8.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.3...0.8.4) --- updated-dependencies: - dependency-name: python-json-logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: click dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: coverage 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: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- requirements/requirements-dev.txt | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index bcefd77..942243d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,9 +7,9 @@ # - requests # -certifi==2024.8.30 +certifi==2024.12.14 # via requests -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests idna==3.10 # via requests @@ -17,9 +17,9 @@ makefun==1.15.6 # via hatch.envs.default pychoir==0.0.27 # via hatch.envs.default -python-json-logger==3.2.0 +python-json-logger==3.2.1 # via hatch.envs.default requests==2.32.3 # via hatch.envs.default -urllib3==2.2.3 +urllib3==2.3.0 # via requests diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index f552d88..59e7cc5 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -20,15 +20,15 @@ # - requests # -certifi==2024.8.30 +certifi==2024.12.14 # via requests cfgv==3.4.0 # via pre-commit -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests -click==8.1.7 +click==8.1.8 # via mutmut -coverage==7.6.9 +coverage==7.6.10 # via # hatch.envs.dev # pytest-cov @@ -46,7 +46,7 @@ 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 @@ -83,7 +83,7 @@ pychoir==0.0.27 # via hatch.envs.dev pygments==2.18.0 # via rich -pyright==1.1.390 +pyright==1.1.391 # via hatch.envs.dev pytest==8.3.4 # via @@ -105,7 +105,7 @@ pytest-randomly==3.16.0 # via hatch.envs.dev python-dateutil==2.9.0.post0 # via freezegun -python-json-logger==3.2.0 +python-json-logger==3.2.1 # via hatch.envs.dev pyyaml==6.0.2 # via pre-commit @@ -117,7 +117,7 @@ requests-mock==1.12.1 # via hatch.envs.dev rich==13.9.4 # via textual -ruff==0.8.3 +ruff==0.8.4 # via hatch.envs.dev setproctitle==1.3.4 # via mutmut @@ -141,7 +141,7 @@ typing-extensions==4.12.2 # textual uc-micro-py==1.0.3 # via linkify-it-py -urllib3==2.2.3 +urllib3==2.3.0 # via requests virtualenv==20.28.0 # via pre-commit