Skip to content

Commit

Permalink
[deps]: Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent c9aa254 commit 7dac34c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
keywords = ["splunk", "bitwarden"]

[tool.poetry.dependencies]
python = "~3.7"
python = "3.7.17"
requests = { version = "2.31.0", python = "~3.7" }
splunk-sdk = { version = "2.0.1", python = "~3.7" }
splunktaucclib = { version = "6.0.8", python = "~3.7" }
Expand All @@ -22,7 +22,7 @@ python-dateutil = { version = "2.9.0.post0", python = "~3.7" }
optional = true

[tool.poetry.group.dev.dependencies]
python = "^3.7"
python = "3.12.3"
python-dotenv = { version = "0.21.1", python = "^3.7" }
types-requests = { version = "2.31.0.6", python = "^3.7" }
splunk-add-on-ucc-framework = { version = "5.41.0", python = "^3.7" }
Expand All @@ -32,14 +32,14 @@ splunk-appinspect = { version = "3.5.0", python = "^3.7" }
optional = true

[tool.poetry.group.splunkslim.dependencies]
python = "^3.7"
python = "3.12.3"
splunk-packaging-toolkit = { version = "1.0.1", python = "^3.7" }

[tool.poetry.group.test]
optional = true

[tool.poetry.group.test.dependencies]
python = "^3.7"
python = "3.12.3"
pytest = { version = "7.4.4", python = "^3.7" }

[tool.pytest.ini_options]
Expand Down

0 comments on commit 7dac34c

Please sign in to comment.