Skip to content

Commit e2aa942

Browse files
[deps]: Update poetry minor
1 parent c9aa254 commit e2aa942

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 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"
16-
requests = { version = "2.31.0", python = "~3.7" }
15+
python = "~3.12"
16+
requests = { version = "2.32.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.2.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.44.0", python = "^3.7" }
29+
splunk-appinspect = { version = "3.7.0", python = "^3.7" }
3030

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

0 commit comments

Comments
 (0)