Skip to content

Commit b30cba3

Browse files
[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 | | --- | --- | --- | | [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` | | [identify](https://github.com/pre-commit/identify) | `2.6.15` | `2.6.16` | | [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.13` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.35.4` | `20.36.1` | Updates `certifi` from 2025.11.12 to 2026.1.4 - [Commits](certifi/python-certifi@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](urllib3/urllib3@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](tox-dev/filelock@3.20.1...3.20.3) Updates `identify` from 2.6.15 to 2.6.16 - [Commits](pre-commit/identify@v2.6.15...v2.6.16) Updates `pyright` from 1.1.407 to 1.1.408 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.407...v1.1.408) Updates `ruff` from 0.14.10 to 0.14.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.10...0.14.13) 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](pypa/virtualenv@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: identify dependency-version: 2.6.16 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.13 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] <support@github.com>
1 parent 644d623 commit b30cba3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - requests
88
#
99

10-
certifi==2025.11.12
10+
certifi==2026.1.4
1111
# via requests
1212
charset-normalizer==3.4.4
1313
# via requests
@@ -21,5 +21,5 @@ python-json-logger==4.0.0
2121
# via hatch.envs.default
2222
requests==2.32.5
2323
# via hatch.envs.default
24-
urllib3==2.6.2
24+
urllib3==2.6.3
2525
# via requests

requirements/requirements-dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# - requests
2020
#
2121

22-
certifi==2025.11.12
22+
certifi==2026.1.4
2323
# via requests
2424
cfgv==3.5.0
2525
# via pre-commit
@@ -31,11 +31,11 @@ coverage==7.13.1
3131
# pytest-cov
3232
distlib==0.4.0
3333
# via virtualenv
34-
filelock==3.20.1
34+
filelock==3.20.3
3535
# via virtualenv
3636
freezegun==1.5.5
3737
# via pytest-freezer
38-
identify==2.6.15
38+
identify==2.6.16
3939
# via pre-commit
4040
idna==3.11
4141
# via requests
@@ -61,7 +61,7 @@ pychoir==0.0.29
6161
# via hatch.envs.dev
6262
pygments==2.19.2
6363
# via pytest
64-
pyright==1.1.407
64+
pyright==1.1.408
6565
# via hatch.envs.dev
6666
pytest==9.0.2
6767
# via
@@ -93,15 +93,15 @@ requests==2.32.5
9393
# requests-mock
9494
requests-mock==1.12.1
9595
# via hatch.envs.dev
96-
ruff==0.14.10
96+
ruff==0.14.13
9797
# via hatch.envs.dev
9898
six==1.17.0
9999
# via python-dateutil
100100
typing-extensions==4.15.0
101101
# via
102102
# hatch.envs.dev
103103
# pyright
104-
urllib3==2.6.2
104+
urllib3==2.6.3
105105
# via requests
106-
virtualenv==20.35.4
106+
virtualenv==20.36.1
107107
# via pre-commit

0 commit comments

Comments
 (0)