Skip to content

Commit 8d2fd81

Browse files
fix: update virtualenv requirement from <=20.29.1 to <=20.29.2 (#51)
Updates the requirements on [virtualenv](https://github.com/pypa/virtualenv) to permit the latest version. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@1.2...20.29.2) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cf9556 commit 8d2fd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test = [
6363
"pytest-github-actions-annotate-failures",
6464
"shellcheck-py==0.10.0.1",
6565
"pre-commit",
66-
"virtualenv<=20.29.1"
66+
"virtualenv<=20.29.2"
6767
]
6868

6969
[project.urls]

0 commit comments

Comments
 (0)