Skip to content

Commit

Permalink
Upgrade vulnerable urllib3 library (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmikuska committed Oct 3, 2023
1 parent 7167712 commit a4e2fd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -22,6 +22,8 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8.1"
httpx = "^0.24.0"
# SIMPLE-5904
urllib3 = "^1"

# optional package for events
aiohttp = {version = "*", optional = true}
Expand Down

0 comments on commit a4e2fd5

Please sign in to comment.