Skip to content

Commit

Permalink
Fix Poetry resolving a lower bound for virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Nov 11, 2023
1 parent 8f75f6c commit 432ed5b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 25 deletions.
38 changes: 13 additions & 25 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ typer = { version = "*", extras = ["all"] }

[tool.poetry.group.nox.dependencies]
nox-poetry = "*"
# TODO: Remove this after resolving Poetry dependency resolution issue.
virtualenv = ">=20.24.6"

[tool.poetry.group.test.dependencies]
pytest = "*"
Expand Down

0 comments on commit 432ed5b

Please sign in to comment.