Skip to content

Commit

Permalink
Upgrade requests dependency to 2.28.1 (#12572)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jul 22, 2022
1 parent e1a4534 commit a0fd801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ requests-ntlm==1.1.0
requests-toolbelt==0.9.1
requests-unixsocket==0.3.0
requests==2.27.1; python_version < '3.0'
requests==2.27.1; python_version > '3.0'
requests==2.28.1; python_version > '3.0'
rethinkdb==2.4.8
scandir==1.10.0
securesystemslib[crypto,pynacl]==0.20.1
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ deps = [
"requests-toolbelt==0.9.1",
"requests-unixsocket==0.3.0",
"requests==2.27.1; python_version < '3.0'",
"requests==2.27.1; python_version > '3.0'",
"requests==2.28.1; python_version > '3.0'",
"simplejson==3.17.6",
"six==1.16.0",
"typing==3.10.0.0; python_version < '3.0'",
Expand Down

0 comments on commit a0fd801

Please sign in to comment.