Skip to content

Commit dad3e05

Browse files
Pin dependencies
1 parent 38755e0 commit dad3e05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
keywords = ["splunk", "bitwarden"]
1313

1414
[tool.poetry.dependencies]
15-
python = "~3.7"
15+
python = "3.7.17"
1616
requests = { version = "2.31.0", python = "~3.7" }
1717
splunk-sdk = { version = "2.0.1", python = "~3.7" }
1818
splunktaucclib = { version = "6.0.8", python = "~3.7" }
@@ -22,7 +22,7 @@ python-dateutil = { version = "2.9.0.post0", python = "~3.7" }
2222
optional = true
2323

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

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

3838
[tool.poetry.group.test]
3939
optional = true
4040

4141
[tool.poetry.group.test.dependencies]
42-
python = "^3.7"
42+
python = "3.12.3"
4343
pytest = { version = "7.4.4", python = "^3.7" }
4444

4545
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)