Skip to content

Commit 2bf8bed

Browse files
committed
Upgrade requests dependency
1 parent 6d7744f commit 2bf8bed

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

datadog_checks_base/datadog_checks/base/data/agent_requirements.in

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ immutables==0.16; python_version > "3.0"
3030
in-toto==1.0.1
3131
ipaddress==1.0.23; python_version < "3.0"
3232
jaydebeapi==1.2.3
33+
jellyfish==0.9.0; python_version > "3.0"
3334
jpype1==0.7.1; python_version <= "2.7"
3435
jpype1==1.3.0; python_version > "3"
3536
kafka-python==2.0.2
@@ -75,10 +76,11 @@ pyyaml==5.4.1
7576
redis==3.5.3; python_version < "3.0"
7677
redis==4.0.2; python_version > "3.0"
7778
requests-kerberos==0.12.0
79+
requests-toolbelt==0.9.1
7880
requests-unixsocket==0.2.0
79-
requests==2.25.0
81+
requests==2.27.1; python_version < "3.0"
82+
requests==2.27.1; python_version > "3.0"
8083
requests_ntlm==1.1.0
81-
requests_toolbelt==0.9.1
8284
rethinkdb==2.4.4
8385
scandir==1.8
8486
securesystemslib[crypto,pynacl]==0.20.1
@@ -90,7 +92,6 @@ simplejson==3.6.5
9092
six==1.16.0
9193
snowflake-connector-python==2.6.0; python_version > "3.0"
9294
supervisor==4.1.0
93-
jellyfish==0.9.0; python_version > '3.0'
9495
tuf==0.17.0; python_version < "3.0"
9596
tuf==0.19.0; python_version > "3.0"
9697
typing==3.7.4.1; python_version < "3.0"

datadog_checks_base/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ deps = [
5858
"pyyaml==5.4.1",
5959
"requests-toolbelt==0.9.1",
6060
"requests-unixsocket==0.2.0",
61-
"requests==2.25.0",
61+
"requests==2.27.1; python_version < '3.0'",
62+
"requests==2.27.1; python_version > '3.0'",
6263
"simplejson==3.6.5",
6364
"six==1.16.0",
6465
"typing==3.7.4.1; python_version < '3.0'",

0 commit comments

Comments
 (0)