Skip to content

Commit

Permalink
build: 📌 Update urllib3 to >=2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed Nov 20, 2024
1 parent 35f6849 commit 39d726e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ python-magic = { version = ">=0.4.15", optional = true }
pytz = { version = ">=2019.3", optional = true }
requests = { version = ">=2.21.0", optional = true }
requests-oauthlib = { version = ">=1.3.0", optional = true }
urllib3 = { version = "^2.2.3", optional = true }
urllib3 = { version = ">=2.2.3", optional = true }
six = { version = ">=1.13.0", optional = true }
httpx = { version = ">=0.23.3", optional = true }
# Used by the Itential SSoT as a retry mechanism for HTTP failures in the AutomationGatewayClient.
Expand Down

0 comments on commit 39d726e

Please sign in to comment.