Skip to content

Commit

Permalink
Pin to specific requests
Browse files Browse the repository at this point in the history
library version 2.32 
due to docker
library bug
  • Loading branch information
pyth0n1c authored May 20, 2024
1 parent a169fee commit 2960078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "contentctl"
version = "4.0.2"
version = "4.0.3"
description = "Splunk Content Control Tool"
authors = ["STRT <research@splunk.com>"]
license = "Apache 2.0"
Expand All @@ -13,7 +13,7 @@ contentctl = 'contentctl.contentctl:main'
python = "^3.11"
pydantic = "^2.5.1"
PyYAML = "^6.0.1"
requests = "^2.31.0"
requests = "~2.32.0"
pycvesearch = "^1.2"
xmltodict = "^0.13.0"
attackcti = "^0.3.7"
Expand Down

0 comments on commit 2960078

Please sign in to comment.