Skip to content

Commit 6a18027

Browse files
authored
fix: update requests version (#165)
* fix: update requests version * fix: requests update to 2.28.0
1 parent ac82326 commit 6a18027

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 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
@@ -24,7 +24,7 @@ repository = "https://github.com/splunk/addonfactory-solutions-library-python"
2424

2525
[tool.poetry.dependencies]
2626
python = "^3.7"
27-
requests = "^2.24"
27+
requests = "^2.28.0"
2828
splunk-sdk = "^1.6.16"
2929
sortedcontainers = "^2.2"
3030
defusedxml = "^0.7.1"

0 commit comments

Comments
 (0)