Skip to content

Commit a5e2cf3

Browse files
Bump the pip-dependencies group with 2 updates
Bumps the pip-dependencies group with 2 updates: [tox](https://github.com/tox-dev/tox) and [virtualenv](https://github.com/pypa/virtualenv). Updates `tox` from 4.28.4 to 4.29.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.28.4...4.29.0) Updates `virtualenv` from 20.32.0 to 20.34.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.32.0...20.34.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: virtualenv dependency-version: 20.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebaea14 commit a5e2cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ benchmarking = [
3131
"protobuf>=4.0.0"
3232
]
3333
dev = [
34-
"tox==4.28.4",
35-
"virtualenv==20.32.0"
34+
"tox==4.29.0",
35+
"virtualenv==20.34.0"
3636
]
3737

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

0 commit comments

Comments
 (0)