Skip to content

Commit

Permalink
Bump minimum virtualenv to 20.14.1 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Feb 20, 2024
1 parent f8df3c1 commit a6cfa2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
'importlib-metadata; python_version < "3.8"',
"packaging>=20.9",
'typing-extensions>=3.7.4; python_version < "3.8"',
"virtualenv>=14",
"virtualenv>=20.14.1",
]
[project.optional-dependencies]
tox_to_nox = [
Expand Down
2 changes: 1 addition & 1 deletion requirements-conda-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ colorlog >=2.6.1,<7.0.0
jinja2
pytest
tox<4.0.0
virtualenv >=14.0.0
virtualenv >=20.14.1

0 comments on commit a6cfa2e

Please sign in to comment.