From 5a5541c15d3fa2572cf0700d0ab37e9c41c8729a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 21:05:43 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group across 1 directory with 8 updates Bumps the dev-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2025.10.5` | `2025.11.12` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.3` | `3.4.4` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.11` | | [libcst](https://github.com/Instagram/LibCST) | `1.7.0` | `1.8.6` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.406` | `1.1.407` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.0` | `0.14.6` | | [textual](https://github.com/Textualize/textual) | `6.2.1` | `6.6.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.34.0` | `20.35.4` | Updates `certifi` from 2025.10.5 to 2025.11.12 - [Commits](https://github.com/certifi/python-certifi/compare/2025.10.05...2025.11.12) Updates `charset-normalizer` from 3.4.3 to 3.4.4 - [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.3...3.4.4) Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.11) Updates `libcst` from 1.7.0 to 1.8.6 - [Release notes](https://github.com/Instagram/LibCST/releases) - [Changelog](https://github.com/Instagram/LibCST/blob/main/CHANGELOG.md) - [Commits](https://github.com/Instagram/LibCST/compare/v1.7.0...v1.8.6) Updates `pyright` from 1.1.406 to 1.1.407 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.406...v1.1.407) Updates `ruff` from 0.14.0 to 0.14.6 - [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.14.0...0.14.6) Updates `textual` from 6.2.1 to 6.6.0 - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/textual/compare/v6.2.1...v6.6.0) Updates `virtualenv` from 20.34.0 to 20.35.4 - [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.34.0...20.35.4) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.11.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: libcst dependency-version: 1.8.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pyright dependency-version: 1.1.407 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.14.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: textual dependency-version: 6.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 20.35.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- requirements/requirements-dev.txt | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d88f2e..0e5a044 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,11 +7,11 @@ # - requests # -certifi==2025.10.5 +certifi==2025.11.12 # via requests -charset-normalizer==3.4.3 +charset-normalizer==3.4.4 # via requests -idna==3.10 +idna==3.11 # via requests makefun==1.16.0 # via hatch.envs.default diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 72a72fe..4ea9b23 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -21,11 +21,11 @@ # - requests # -certifi==2025.10.5 +certifi==2025.11.12 # via requests cfgv==3.4.0 # via pre-commit -charset-normalizer==3.4.3 +charset-normalizer==3.4.4 # via requests click==8.3.0 # via mutmut @@ -41,13 +41,13 @@ freezegun==1.5.5 # via pytest-freezer identify==2.6.15 # via pre-commit -idna==3.10 +idna==3.11 # via requests iniconfig==2.1.0 # via pytest jinja2==3.1.6 # via memray -libcst==1.7.0 +libcst==1.8.6 # via mutmut linkify-it-py==2.0.3 # via markdown-it-py @@ -91,7 +91,7 @@ pygments==2.19.2 # pytest # rich # textual -pyright==1.1.406 +pyright==1.1.407 # via hatch.envs.dev pytest==8.4.2 # via @@ -133,13 +133,13 @@ rich==14.2.0 # via # memray # textual -ruff==0.14.0 +ruff==0.14.6 # via hatch.envs.dev setproctitle==1.3.7 # via mutmut six==1.17.0 # via python-dateutil -textual==6.2.1 +textual==6.6.0 # via # memray # mutmut @@ -152,5 +152,5 @@ uc-micro-py==1.0.3 # via linkify-it-py urllib3==2.5.0 # via requests -virtualenv==20.34.0 +virtualenv==20.35.4 # via pre-commit