Skip to content

Commit bba0ca5

Browse files
authored
Merge pull request #1379 from projectsyn/fix/requests-socks
Install SOCKS proxy support for `requests`
2 parents a871c7d + 440d32c commit bba0ca5

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

poetry.lock

Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ botocore="^1.29.145"
4242
kapitan = "0.35.1"
4343
click = "8.4.1"
4444
gitpython = "3.1.50"
45-
requests = "2.34.2"
45+
requests = { version = "2.34.2", extras = ["socks"] }
4646
url-normalize = "3.0.0"
4747
python-dotenv = "1.2.2"
4848
pyxdg = "0.28"

0 commit comments

Comments
 (0)