Skip to content

Commit

Permalink
Merge pull request #150 from splunk/fix_requests_bug
Browse files Browse the repository at this point in the history
pin to requests 2.31 to resolve docker library error
  • Loading branch information
patel-bhavin authored May 22, 2024
2 parents 2960078 + 81d620a commit 42953e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contentctl = 'contentctl.contentctl:main'
python = "^3.11"
pydantic = "^2.5.1"
PyYAML = "^6.0.1"
requests = "~2.32.0"
requests = "~2.31.0"
pycvesearch = "^1.2"
xmltodict = "^0.13.0"
attackcti = "^0.3.7"
Expand All @@ -31,6 +31,7 @@ pysigma-backend-splunk = "^1.0.3"
pygit2 = "^1.14.1"
tyro = "^0.8.3"
gitpython = "^3.1.43"
setuptools = "^69.5.1"
[tool.poetry.dev-dependencies]

[build-system]
Expand Down

0 comments on commit 42953e3

Please sign in to comment.