Skip to content

Commit

Permalink
deps: remove clamp on virtualenv
Browse files Browse the repository at this point in the history
Upstream issue with pip 21.1.1 was resolved in 21.1.2. This version of
pip was embedded in virtualenv versions 20.4.7 and above.

Relates-to: python-poetry#4042
  • Loading branch information
abn committed Oct 9, 2021
1 parent 016f3cd commit 2156a18
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 21 deletions.
62 changes: 43 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ shellingham = "^1.1"
tomlkit = ">=0.7.0,<1.0.0"
pexpect = "^4.7.0"
packaging = "^20.4"
# temporarily clamped due to https://github.com/pypa/pip/issues/9953
virtualenv = ">=20.4.3,<20.4.5"
# exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953
virtualenv = "(>=20.4.3,<20.4.5 || >=20.4.7)"
keyring = ">=21.2.0"
entrypoints = "^0.3"
importlib-metadata = {version = "^1.6.0", python = "<3.8"}
Expand Down

0 comments on commit 2156a18

Please sign in to comment.