Skip to content

Commit bdd90ab

Browse files
Bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: [importlib-metadata](https://github.com/python/importlib_metadata), [nodeenv](https://github.com/ekalinin/nodeenv), [pre-commit](https://github.com/pre-commit/pre-commit) and [pyparsing](https://github.com/pyparsing/pyparsing). Updates `importlib-metadata` from 8.7.0 to 8.7.1 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v8.7.0...v8.7.1) Updates `nodeenv` from 1.9.1 to 1.10.0 - [Release notes](https://github.com/ekalinin/nodeenv/releases) - [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES) - [Commits](ekalinin/nodeenv@1.9.1...1.10.0) Updates `pre-commit` from 4.5.0 to 4.5.1 - [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.5.0...v4.5.1) Updates `pyparsing` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/commits) --- updated-dependencies: - dependency-name: importlib-metadata dependency-version: 8.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: nodeenv dependency-version: 1.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pyparsing dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 856347f commit bdd90ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ cfgv==3.5.0
66
coverage==7.13.0
77
decorator==5.2.1
88
identify==2.6.15
9-
importlib-metadata==8.7.0
9+
importlib-metadata==8.7.1
1010
importlib-resources==6.5.2
1111
ipdb==0.13.13
1212
ipython==9.8.0
1313
ipython-genutils==0.2.0
1414
jedi==0.19.2
1515
more-itertools==10.8.0
16-
nodeenv==1.9.1
16+
nodeenv==1.10.0
1717
packaging==25.0
1818
parso==0.8.5
1919
pexpect==4.9.0
2020
pickleshare==0.7.5
2121
pluggy==1.6.0
22-
pre-commit==4.5.0
22+
pre-commit==4.5.1
2323
pretend==1.0.9
2424
prompt-toolkit==3.0.52
2525
ptyprocess==0.7.0
2626
py==1.11.0
2727
Pygments==2.19.2
28-
pyparsing==3.2.5
28+
pyparsing==3.3.0
2929
pytest==9.0.2
3030
pytest-cov==7.0.0
3131
pytest-mock==3.15.1

0 commit comments

Comments
 (0)