From a66034fa12d072e60b05ae82dfb1045e332dbb2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 21:05:59 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group across 1 directory with 7 updates Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [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.5` | | [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.2` | | [textual](https://github.com/Textualize/textual) | `6.2.1` | `6.4.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.34.0` | `20.35.3` | 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.5 - [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.5) 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.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.14.0...0.14.2) Updates `textual` from 6.2.1 to 6.4.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.4.0) Updates `virtualenv` from 20.34.0 to 20.35.3 - [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.3) --- updated-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.5 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.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: textual dependency-version: 6.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 20.35.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- requirements/requirements-dev.txt | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d88f2e..0951534 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,9 +9,9 @@ certifi==2025.10.5 # 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..6f67080 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -25,7 +25,7 @@ certifi==2025.10.5 # 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.4 # via hatch.envs.dev setproctitle==1.3.7 # via mutmut six==1.17.0 # via python-dateutil -textual==6.2.1 +textual==6.5.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