Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Update packaging requirement from ^21.3 to >=21.3,<23.0 #100

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -36,7 +36,7 @@ include = [
[tool.poetry.dependencies]
Click = "^8.0"
humanfriendly = "^10.0"
packaging = "^21.3"
packaging = ">=21.3,<23.0"
pyinfra = "^2.2"
pypattyrn = "^1.2"
python = ">=3.9,<3.12"
Expand Down