Skip to content

Commit cf5fc0a

Browse files
[pip] (deps): Bump the dev-dependencies group with 6 updates
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.9` | `3.5.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.32.2` | `3.32.3` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.11.0` | `4.11.2` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.1` | `4.6.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.1` | `0.16.3` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.7.1` | `21.7.4` | Updates `charset-normalizer` from 3.4.9 to 3.5.0 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.9...3.5.0) Updates `filelock` from 3.32.2 to 3.32.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.32.2...3.32.3) Updates `platformdirs` from 4.11.0 to 4.11.2 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.11.0...4.11.2) Updates `pre-commit` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.1...v4.6.2) Updates `ruff` from 0.16.1 to 0.16.3 - [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.16.1...0.16.3) Updates `virtualenv` from 21.7.1 to 21.7.4 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@21.7.1...21.7.4) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: filelock dependency-version: 3.32.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: platformdirs dependency-version: 4.11.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 21.7.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 166fe94 commit cf5fc0a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

‎requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
certifi==2026.7.22
1111
# via requests
12-
charset-normalizer==3.4.9
12+
charset-normalizer==3.5.0
1313
# via requests
1414
idna==3.18
1515
# via requests

‎requirements/requirements-dev.txt‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ certifi==2026.7.22
2323
# via requests
2424
cfgv==3.5.0
2525
# via pre-commit
26-
charset-normalizer==3.4.9
26+
charset-normalizer==3.5.0
2727
# via requests
2828
coverage==7.15.4
2929
# via
3030
# hatch.envs.dev
3131
# pytest-cov
3232
distlib==0.4.3
3333
# via virtualenv
34-
filelock==3.32.2
34+
filelock==3.32.3
3535
# via virtualenv
3636
freezegun==1.5.5
3737
# via pytest-freezer
@@ -49,13 +49,13 @@ nodeenv==1.10.0
4949
# pyright
5050
packaging==26.3
5151
# via pytest
52-
platformdirs==4.11.0
52+
platformdirs==4.11.2
5353
# via virtualenv
5454
pluggy==1.6.0
5555
# via
5656
# pytest
5757
# pytest-cov
58-
pre-commit==4.6.1
58+
pre-commit==4.6.2
5959
# via hatch.envs.dev
6060
pychoir==0.0.30
6161
# via hatch.envs.dev
@@ -93,7 +93,7 @@ requests==2.34.2
9393
# requests-mock
9494
requests-mock==1.12.1
9595
# via hatch.envs.dev
96-
ruff==0.16.1
96+
ruff==0.16.3
9797
# via hatch.envs.dev
9898
six==1.17.0
9999
# via python-dateutil
@@ -103,5 +103,5 @@ typing-extensions==4.16.0
103103
# pyright
104104
urllib3==2.7.0
105105
# via requests
106-
virtualenv==21.7.1
106+
virtualenv==21.7.4
107107
# via pre-commit

0 commit comments

Comments
 (0)