Skip to content

Commit 75da3ce

Browse files
Bump the pip-dependencies group with 3 updates (#404)
Bumps the pip-dependencies group with 3 updates: [pyparsing](https://github.com/pyparsing/pyparsing), [pytest](https://github.com/pytest-dev/pytest) and [virtualenv](https://github.com/pypa/virtualenv). Updates `pyparsing` from 3.0.0 to 3.2.3 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](pyparsing/pyparsing@pyparsing_3.0.0...3.2.3) Updates `pytest` from 8.3.3 to 8.3.5 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.5) Updates `virtualenv` from 20.28.0 to 20.30.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.28.0...20.30.0) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: virtualenv dependency-version: 20.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9a6c48 commit 75da3ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ dependencies = [
1111
"attrs==21.2.0",
1212
"setuptools==71.0.0", # Needed for jsonconversion, it seems
1313
"jsonconversion==0.2.13", # 1.0.1 tightens the requirements for pytest, and 1.0.0 is broken.
14-
"pyparsing==3.0.0",
14+
"pyparsing==3.2.3",
1515
]
1616
dynamic = ["version", "description"]
1717

1818
[project.optional-dependencies]
1919
test = [
20-
"pytest==8.3.3"
20+
"pytest==8.3.5"
2121
]
2222
benchmarking = [
2323
"docopt==0.6.2",
@@ -32,7 +32,7 @@ benchmarking = [
3232
]
3333
dev = [
3434
"tox==3.23.1",
35-
"virtualenv==20.28.0"
35+
"virtualenv==20.30.0"
3636
]
3737

3838
# Build System ################################################################################

0 commit comments

Comments
 (0)