Skip to content

Commit

Permalink
[deps]: Update poetry minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 3873ec2 commit 463c2fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ keywords = ["splunk", "bitwarden"]
[tool.poetry.dependencies]
python = ">=3.7.17, <=3.10"
requests = "2.31.0"
splunk-sdk = "2.0.2"
splunktaucclib = { version = "6.3.0", python = "^3.7" }
splunk-sdk = "2.1.0"
splunktaucclib = { version = "6.5.0", python = "^3.7" }
python-dateutil = "2.9.0.post0"

[tool.poetry.group.dev]
Expand All @@ -24,9 +24,9 @@ optional = true
[tool.poetry.group.dev.dependencies]
python = ">=3.7, <=3.10"
python-dotenv = "0.21.1"
types-requests = "2.31.0.6"
splunk-add-on-ucc-framework = { version = "5.49.0", python = "^3.7" }
splunk-appinspect = { version = "3.8.0", python = "^3.7" }
types-requests = "2.32.0.20241016"
splunk-add-on-ucc-framework = { version = "5.53.1", python = "^3.7" }
splunk-appinspect = { version = "3.8.1", python = "^3.7" }

[tool.poetry.group.splunkslim]
optional = true
Expand Down

0 comments on commit 463c2fa

Please sign in to comment.