Skip to content

Commit 41e03e7

Browse files
Bump virtualenv from 20.30 to 20.35.4
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.30 to 20.35.4. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.30.0...20.35.4) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.35.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27e2015 commit 41e03e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
[project.optional-dependencies]
3838
dev = [
3939
"asv==0.6.5", # Used to compute performance benchmarks
40-
"virtualenv==20.30", # Temporary fix to airspeed-velocity/asv#1484
40+
"virtualenv==20.35.4", # Temporary fix to airspeed-velocity/asv#1484
4141
"jupyter", # Clears output from Jupyter notebooks
4242
"mypy", # Used for static type checking of files
4343
"pre-commit", # Used to run checks before finalizing a git commit

0 commit comments

Comments
 (0)