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 a777683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 a777683

Please sign in to comment.