Skip to content

Commit

Permalink
Upgrade requests dependency (#11603)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Mar 2, 2022
1 parent 297bd84 commit e96fae7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ immutables==0.16; python_version > "3.0"
in-toto==1.0.1
ipaddress==1.0.23; python_version < "3.0"
jaydebeapi==1.2.3
jellyfish==0.9.0; python_version > "3.0"
jpype1==0.7.1; python_version <= "2.7"
jpype1==1.3.0; python_version > "3"
kafka-python==2.0.2
Expand Down Expand Up @@ -75,10 +76,11 @@ pyyaml==5.4.1
redis==3.5.3; python_version < "3.0"
redis==4.0.2; python_version > "3.0"
requests-kerberos==0.12.0
requests-toolbelt==0.9.1
requests-unixsocket==0.2.0
requests==2.25.0
requests==2.27.1; python_version < "3.0"
requests==2.27.1; python_version > "3.0"
requests_ntlm==1.1.0
requests_toolbelt==0.9.1
rethinkdb==2.4.4
scandir==1.8
securesystemslib[crypto,pynacl]==0.20.1
Expand All @@ -90,7 +92,6 @@ simplejson==3.6.5
six==1.16.0
snowflake-connector-python==2.6.0; python_version > "3.0"
supervisor==4.1.0
jellyfish==0.9.0; python_version > '3.0'
tuf==0.17.0; python_version < "3.0"
tuf==0.19.0; python_version > "3.0"
typing==3.7.4.1; python_version < "3.0"
Expand Down
3 changes: 2 additions & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ deps = [
"pyyaml==5.4.1",
"requests-toolbelt==0.9.1",
"requests-unixsocket==0.2.0",
"requests==2.25.0",
"requests==2.27.1; python_version < '3.0'",
"requests==2.27.1; python_version > '3.0'",
"simplejson==3.6.5",
"six==1.16.0",
"typing==3.7.4.1; python_version < '3.0'",
Expand Down

0 comments on commit e96fae7

Please sign in to comment.