Skip to content

Commit

Permalink
update urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
endakelly committed Jul 22, 2024
1 parent 3e941a4 commit d39ebd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incidentresponse/customresponse/slack/event_handlers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
from urllib.parse import urljoin
from urllib3.parse import urljoin

from django.urls import reverse
from django.conf import settings
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ slack_sdk==3.31.0
soupsieve==2.5
sqlparse==0.5.0
text-unidecode==1.3
urllib3==1.26.19
urllib3==2.2.2
webencodings==0.5.1
websocket-client==1.8.0

0 comments on commit d39ebd0

Please sign in to comment.