Skip to content

Commit da4196f

Browse files
[pip][dev] (deps-dev): Bump the dev-dependencies group across 1 directory with 5 updates
Bumps the dev-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.2` | `7.13.4` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.20.3` | `3.24.3` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.5.1` | `4.9.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.14` | `0.15.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.36.1` | `20.38.0` | Updates `coverage` from 7.13.2 to 7.13.4 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.2...7.13.4) Updates `filelock` from 3.20.3 to 3.24.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.3...3.24.3) Updates `platformdirs` from 4.5.1 to 4.9.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.5.1...4.9.2) Updates `ruff` from 0.14.14 to 0.15.2 - [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.14...0.15.2) Updates `virtualenv` from 20.36.1 to 20.38.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.36.1...20.38.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: filelock dependency-version: 3.24.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: platformdirs dependency-version: 4.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 20.38.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 235e235 commit da4196f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements/requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ cfgv==3.5.0
2525
# via pre-commit
2626
charset-normalizer==3.4.4
2727
# via requests
28-
coverage==7.13.2
28+
coverage==7.13.4
2929
# via
3030
# hatch.envs.dev
3131
# pytest-cov
3232
distlib==0.4.0
3333
# via virtualenv
34-
filelock==3.20.3
34+
filelock==3.24.3
3535
# via virtualenv
3636
freezegun==1.5.5
3737
# via pytest-freezer
@@ -49,7 +49,7 @@ nodeenv==1.10.0
4949
# pyright
5050
packaging==26.0
5151
# via pytest
52-
platformdirs==4.5.1
52+
platformdirs==4.9.2
5353
# via virtualenv
5454
pluggy==1.6.0
5555
# via
@@ -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.14.14
96+
ruff==0.15.2
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==20.36.1
106+
virtualenv==20.38.0
107107
# via pre-commit

0 commit comments

Comments
 (0)