Skip to content

Commit 3b86318

Browse files
[pip] (deps): Bump the dev-dependencies group with 4 updates
Bumps the dev-dependencies group with 4 updates: [charset-normalizer](https://github.com/jawah/charset_normalizer), [platformdirs](https://github.com/tox-dev/platformdirs), [pytest-github-actions-annotate-failures](https://github.com/pytest-dev/pytest-github-actions-annotate-failures) and [ruff](https://github.com/astral-sh/ruff). Updates `charset-normalizer` from 3.4.4 to 3.4.5 - [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.5) 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-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.5 - [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.5) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.5 dependency-type: direct:production 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-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.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a3d79a commit 3b86318

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.5
1313
# via requests
1414
idna==3.11
1515
# via requests

requirements/requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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.5
2727
# via requests
2828
coverage==7.13.4
2929
# via
@@ -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
@@ -75,7 +75,7 @@ pytest-cov==7.0.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.5
9797
# via hatch.envs.dev
9898
six==1.17.0
9999
# via python-dateutil

0 commit comments

Comments
 (0)