diff --git a/pyproject.toml b/pyproject.toml index 73bece6..627b3ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } @@ -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.4" 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" } @@ -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.4" 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.4" pytest = { version = "7.4.4", python = "^3.7" } [tool.pytest.ini_options]