Skip to content

Commit 34678a3

Browse files
Update poetry minor
1 parent 38755e0 commit 34678a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

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

1414
[tool.poetry.dependencies]
15-
python = "~3.7"
15+
python = "~3.12"
1616
requests = { version = "2.31.0", python = "~3.7" }
1717
splunk-sdk = { version = "2.0.1", python = "~3.7" }
18-
splunktaucclib = { version = "6.0.8", python = "~3.7" }
18+
splunktaucclib = { version = "6.1.0", python = "~3.7" }
1919
python-dateutil = { version = "2.9.0.post0", python = "~3.7" }
2020

2121
[tool.poetry.group.dev]
@@ -24,9 +24,9 @@ optional = true
2424
[tool.poetry.group.dev.dependencies]
2525
python = "^3.7"
2626
python-dotenv = { version = "0.21.1", python = "^3.7" }
27-
types-requests = { version = "2.31.0.6", python = "^3.7" }
28-
splunk-add-on-ucc-framework = { version = "5.41.0", python = "^3.7" }
29-
splunk-appinspect = { version = "3.5.0", python = "^3.7" }
27+
types-requests = { version = "2.31.0.20240406", python = "^3.7" }
28+
splunk-add-on-ucc-framework = { version = "5.42.1", python = "^3.7" }
29+
splunk-appinspect = { version = "3.6.0", python = "^3.7" }
3030

3131
[tool.poetry.group.splunkslim]
3232
optional = true

0 commit comments

Comments
 (0)