Skip to content

Commit 093375a

Browse files
L3n41csteveny91
andauthored
Apply suggestions from code review
Co-authored-by: Steven Yuen <steven.yuen@datadoghq.com>
1 parent c854d42 commit 093375a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

agent_requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ requests-ntlm==1.2.0; python_version > '3.0'
9393
requests-oauthlib==1.3.1; python_version < '3.0'
9494
requests-oauthlib==2.0.0; python_version > '3.0'
9595
requests-toolbelt==1.0.0
96-
requests-unixsocket2==0.4.0
96+
requests-unixsocket==0.3.0; python_version < '3.0'
97+
requests-unixsocket2==0.4.0; python_version > '3.0'
9798
requests==2.27.1; python_version < '3.0'
9899
requests==2.32.3; python_version > '3.0'
99100
rethinkdb==2.4.9

datadog_checks_base/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ deps = [
6262
"pyyaml==5.4.1; python_version < '3.0'",
6363
"pyyaml==6.0.1; python_version > '3.0'",
6464
"requests-toolbelt==1.0.0",
65-
"requests-unixsocket2==0.4.0",
65+
"requests-unixsocket==0.3.0; python_version < '3.0'",
66+
"requests-unixsocket2==0.4.0; python_version > '3.0'",
6667
"requests==2.27.1; python_version < '3.0'",
6768
"requests==2.32.3; python_version > '3.0'",
6869
"simplejson==3.19.2",

0 commit comments

Comments
 (0)