Skip to content

Commit 6d2987b

Browse files
[pip] (deps): Bump the dev-dependencies group across 1 directory with 9 updates
Bumps the dev-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.4` | `3.4.6` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.4` | `7.13.5` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.25.0` | `3.25.2` | | [identify](https://github.com/pre-commit/identify) | `2.6.17` | `2.6.18` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.9.2` | `4.9.4` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | | [pytest-github-actions-annotate-failures](https://github.com/pytest-dev/pytest-github-actions-annotate-failures) | `0.3.0` | `0.4.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.4` | `0.15.7` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.1.0` | `21.2.0` | Updates `charset-normalizer` from 3.4.4 to 3.4.6 - [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.4...3.4.6) Updates `coverage` from 7.13.4 to 7.13.5 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.4...7.13.5) Updates `filelock` from 3.25.0 to 3.25.2 - [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.25.0...3.25.2) Updates `identify` from 2.6.17 to 2.6.18 - [Commits](pre-commit/identify@v2.6.17...v2.6.18) Updates `platformdirs` from 4.9.2 to 4.9.4 - [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.9.2...4.9.4) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) Updates `pytest-github-actions-annotate-failures` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/releases) - [Commits](pytest-dev/pytest-github-actions-annotate-failures@v0.3.0...v0.4.0) Updates `ruff` from 0.15.4 to 0.15.7 - [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.15.4...0.15.7) Updates `virtualenv` from 21.1.0 to 21.2.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@21.1.0...21.2.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: filelock dependency-version: 3.25.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: identify dependency-version: 2.6.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: platformdirs dependency-version: 4.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pytest-github-actions-annotate-failures dependency-version: 0.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 21.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a3d79a commit 6d2987b

2 files changed

Lines changed: 10 additions & 10 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.2.25
1111
# via requests
12-
charset-normalizer==3.4.4
12+
charset-normalizer==3.4.6
1313
# via requests
1414
idna==3.11
1515
# via requests

requirements/requirements-dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ certifi==2026.2.25
2323
# via requests
2424
cfgv==3.5.0
2525
# via pre-commit
26-
charset-normalizer==3.4.4
26+
charset-normalizer==3.4.6
2727
# via requests
28-
coverage==7.13.4
28+
coverage==7.13.5
2929
# via
3030
# hatch.envs.dev
3131
# pytest-cov
3232
distlib==0.4.0
3333
# via virtualenv
34-
filelock==3.25.0
34+
filelock==3.25.2
3535
# via virtualenv
3636
freezegun==1.5.5
3737
# via pytest-freezer
38-
identify==2.6.17
38+
identify==2.6.18
3939
# via pre-commit
4040
idna==3.11
4141
# via requests
@@ -49,7 +49,7 @@ nodeenv==1.10.0
4949
# pyright
5050
packaging==26.0
5151
# via pytest
52-
platformdirs==4.9.2
52+
platformdirs==4.9.4
5353
# via virtualenv
5454
pluggy==1.6.0
5555
# via
@@ -71,11 +71,11 @@ pytest==9.0.2
7171
# pytest-github-actions-annotate-failures
7272
# pytest-mock
7373
# pytest-randomly
74-
pytest-cov==7.0.0
74+
pytest-cov==7.1.0
7575
# via hatch.envs.dev
7676
pytest-freezer==0.4.9
7777
# via hatch.envs.dev
78-
pytest-github-actions-annotate-failures==0.3.0
78+
pytest-github-actions-annotate-failures==0.4.0
7979
# via hatch.envs.dev
8080
pytest-mock==3.15.1
8181
# via hatch.envs.dev
@@ -93,7 +93,7 @@ requests==2.32.5
9393
# requests-mock
9494
requests-mock==1.12.1
9595
# via hatch.envs.dev
96-
ruff==0.15.4
96+
ruff==0.15.7
9797
# via hatch.envs.dev
9898
six==1.17.0
9999
# via python-dateutil
@@ -103,5 +103,5 @@ typing-extensions==4.15.0
103103
# pyright
104104
urllib3==2.6.3
105105
# via requests
106-
virtualenv==21.1.0
106+
virtualenv==21.2.0
107107
# via pre-commit

0 commit comments

Comments
 (0)