Skip to content

Commit

Permalink
add explicit urllib3 dep (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell authored Jul 12, 2024
1 parent b14c61f commit cacb910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ tqdm = ">=4.65.0"
requests = ">=2.32.3"
click = ">=8.0.1"
click-option-group = ">=0.5.3"
urllib3 = ">1.21.3,<3"

[tool.poetry.group.dev.dependencies]
build = "==0.9.*,>=0.9.0"
Expand Down

0 comments on commit cacb910

Please sign in to comment.