Skip to content

Commit

Permalink
Bump the requests-unixsocket version to requests-unixsocket2==0.4.0
Browse files Browse the repository at this point in the history
in order to get the following fix: msabramo/requests-unixsocket#72
  • Loading branch information
L3n41c committed Jun 3, 2024
1 parent a591214 commit c854d42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ requests-ntlm,PyPI,ISC,Copyright (c) 2013 Ben Toews
requests-oauthlib,PyPI,BSD-3-Clause,Copyright (c) 2014 Kenneth Reitz.
requests-oauthlib,PyPI,ISC,Copyright (c) 2014 Kenneth Reitz.
requests-toolbelt,PyPI,Apache-2.0,"Copyright 2014 Ian Cordasco, Cory Benfield"
requests-unixsocket,PyPI,Apache-2.0,Copyright 2014 Marc Abramowitz
requests-unixsocket2,PyPI,Apache-2.0,Copyright 2014 Marc Abramowitz
rethinkdb,PyPI,Apache-2.0,Copyright 2018 RethinkDB.
scandir,PyPI,BSD-3-Clause,"Copyright (c) 2012, Ben Hoyt"
securesystemslib,PyPI,MIT,Copyright (c) 2016 Santiago Torres
Expand Down
2 changes: 1 addition & 1 deletion agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ requests-ntlm==1.2.0; python_version > '3.0'
requests-oauthlib==1.3.1; python_version < '3.0'
requests-oauthlib==2.0.0; python_version > '3.0'
requests-toolbelt==1.0.0
requests-unixsocket==0.3.0
requests-unixsocket2==0.4.0
requests==2.27.1; python_version < '3.0'
requests==2.32.3; python_version > '3.0'
rethinkdb==2.4.9
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 @@ -62,7 +62,7 @@ deps = [
"pyyaml==5.4.1; python_version < '3.0'",
"pyyaml==6.0.1; python_version > '3.0'",
"requests-toolbelt==1.0.0",
"requests-unixsocket==0.3.0",
"requests-unixsocket2==0.4.0",
"requests==2.27.1; python_version < '3.0'",
"requests==2.32.3; python_version > '3.0'",
"simplejson==3.19.2",
Expand Down

0 comments on commit c854d42

Please sign in to comment.