Skip to content

Commit 00aa404

Browse files
authored
fix: require requests 2.31.0 and urllib3 < 2 (#285)
1 parent 7709a10 commit 00aa404

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
python-version: 3.7
1717
- run: |
18-
curl -sSL https://install.python-poetry.org | python3 -
18+
pipx install poetry==1.4.2
1919
poetry install
2020
poetry run mkdocs gh-deploy --force

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ repository = "https://github.com/splunk/addonfactory-solutions-library-python"
2424

2525
[tool.poetry.dependencies]
2626
python = "^3.7"
27-
requests = "^2.28.0"
27+
requests = "^2.31.0"
28+
urllib3 = "<2"
2829
sortedcontainers = "^2.2"
2930
defusedxml = "^0.7.1"
3031
splunk-sdk = ">=1.6.18"

0 commit comments

Comments
 (0)