Skip to content

Commit

Permalink
Merge pull request #1801 from raft-tech/dependabot/pip/tdrs-backend/d…
Browse files Browse the repository at this point in the history
…evelop/requests-2.27.1

Bump requests from 2.26.0 to 2.27.1 in /tdrs-backend
  • Loading branch information
andrew-jameson authored May 20, 2022
2 parents ae11dc9 + 009a236 commit 20cbdf4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion tdrs-backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jwcrypto = "==0.9.1"
markdown = "==3.3.4"
psycopg2-binary = "==2.9.1"
pyjwt = "==2.1.0"
requests = "==2.26.0"
requests = "==2.27.1"
wait-for-it = "==2.2.0"
requests-mock = "==1.9.3"

Expand Down
21 changes: 11 additions & 10 deletions tdrs-backend/Pipfile.lock

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

2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/security/clients.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""External client services related to security auditing."""
from requests.adapters import HTTPAdapter
from requests.exceptions import ConnectionError
from requests.packages.urllib3.util.retry import Retry
from urllib3.util.retry import Retry
from requests.sessions import Session
import logging

Expand Down

0 comments on commit 20cbdf4

Please sign in to comment.