Skip to content

Commit c854d42

Browse files
committed
Bump the requests-unixsocket version to requests-unixsocket2==0.4.0
in order to get the following fix: msabramo/requests-unixsocket#72
1 parent a591214 commit c854d42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE-3rdparty.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ requests-ntlm,PyPI,ISC,Copyright (c) 2013 Ben Toews
9191
requests-oauthlib,PyPI,BSD-3-Clause,Copyright (c) 2014 Kenneth Reitz.
9292
requests-oauthlib,PyPI,ISC,Copyright (c) 2014 Kenneth Reitz.
9393
requests-toolbelt,PyPI,Apache-2.0,"Copyright 2014 Ian Cordasco, Cory Benfield"
94-
requests-unixsocket,PyPI,Apache-2.0,Copyright 2014 Marc Abramowitz
94+
requests-unixsocket2,PyPI,Apache-2.0,Copyright 2014 Marc Abramowitz
9595
rethinkdb,PyPI,Apache-2.0,Copyright 2018 RethinkDB.
9696
scandir,PyPI,BSD-3-Clause,"Copyright (c) 2012, Ben Hoyt"
9797
securesystemslib,PyPI,MIT,Copyright (c) 2016 Santiago Torres

agent_requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ 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-unixsocket==0.3.0
96+
requests-unixsocket2==0.4.0
9797
requests==2.27.1; python_version < '3.0'
9898
requests==2.32.3; python_version > '3.0'
9999
rethinkdb==2.4.9

datadog_checks_base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ 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-unixsocket==0.3.0",
65+
"requests-unixsocket2==0.4.0",
6666
"requests==2.27.1; python_version < '3.0'",
6767
"requests==2.32.3; python_version > '3.0'",
6868
"simplejson==3.19.2",

0 commit comments

Comments
 (0)