Skip to content

Commit

Permalink
fix: update virtualenv requirement from <=20.29.2 to <=20.29.3 (#57)
Browse files Browse the repository at this point in the history
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.3)

---
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>
  • Loading branch information
dependabot[bot] authored Mar 8, 2025
1 parent 60bdf30 commit 211fd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test = [
"pytest-github-actions-annotate-failures",
"shellcheck-py==0.10.0.1",
"pre-commit",
"virtualenv<=20.29.2"
"virtualenv<=20.29.3"
]

[project.urls]
Expand Down

0 comments on commit 211fd81

Please sign in to comment.