Unverified Commit 6a901014 authored by John Chilton's avatar John Chilton Committed by GitHub
Browse files

Merge pull request #20566 from natefoo/fix-24.2-requests-unixsocket

[24.2] Upgrade requests-unixsocket for requests compatibility
parents 4368e15f 8f514748
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -166,7 +166,8 @@ repoze-lru==0.7
requests==2.32.3
requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
requests-unixsocket==0.3.0
requests-unixsocket==0.3.0 ; python_full_version < '3.9'
requests-unixsocket==0.4.1 ; python_full_version >= '3.9'
rich==13.9.4
rocrate==0.11.0
routes==2.5.1