From b158454383fcd539eb30575f7d9817dd0a185dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:03:24 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group across 1 directory with 6 updates Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2025.11.12` | `2026.1.4` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.2` | `2.6.3` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.20.1` | `3.20.3` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.407` | `1.1.408` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.10` | `0.14.11` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.35.4` | `20.36.1` | Updates `certifi` from 2025.11.12 to 2026.1.4 - [Commits](https://github.com/certifi/python-certifi/compare/2025.11.12...2026.01.04) Updates `urllib3` from 2.6.2 to 2.6.3 - [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.6.2...2.6.3) Updates `filelock` from 3.20.1 to 3.20.3 - [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.20.1...3.20.3) Updates `pyright` from 1.1.407 to 1.1.408 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.407...v1.1.408) Updates `ruff` from 0.14.10 to 0.14.11 - [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.10...0.14.11) Updates `virtualenv` from 20.35.4 to 20.36.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.35.4...20.36.1) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.1.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.14.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 20.36.1 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 | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 06bda13..a5be97f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ # - requests # -certifi==2025.11.12 +certifi==2026.1.4 # via requests charset-normalizer==3.4.4 # via requests @@ -21,5 +21,5 @@ python-json-logger==4.0.0 # via hatch.envs.default requests==2.32.5 # via hatch.envs.default -urllib3==2.6.2 +urllib3==2.6.3 # via requests diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 31afabb..97386e8 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -19,7 +19,7 @@ # - requests # -certifi==2025.11.12 +certifi==2026.1.4 # via requests cfgv==3.5.0 # via pre-commit @@ -31,7 +31,7 @@ coverage==7.13.1 # pytest-cov distlib==0.4.0 # via virtualenv -filelock==3.20.1 +filelock==3.20.3 # via virtualenv freezegun==1.5.5 # via pytest-freezer @@ -61,7 +61,7 @@ pychoir==0.0.29 # via hatch.envs.dev pygments==2.19.2 # via pytest -pyright==1.1.407 +pyright==1.1.408 # via hatch.envs.dev pytest==9.0.2 # via @@ -93,7 +93,7 @@ requests==2.32.5 # requests-mock requests-mock==1.12.1 # via hatch.envs.dev -ruff==0.14.10 +ruff==0.14.11 # via hatch.envs.dev six==1.17.0 # via python-dateutil @@ -101,7 +101,7 @@ typing-extensions==4.15.0 # via # hatch.envs.dev # pyright -urllib3==2.6.2 +urllib3==2.6.3 # via requests -virtualenv==20.35.4 +virtualenv==20.36.1 # via pre-commit