Skip to content

Commit 83bb46d

Browse files
Pin dependencies
1 parent 0ca2105 commit 83bb46d

File tree

2 files changed

+12
-100
lines changed

2 files changed

+12
-100
lines changed

poetry.lock

Lines changed: 2 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

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

1414
[tool.poetry.dependencies]
15-
python = "^3.7"
16-
requests = "^2"
17-
splunk-sdk = "^1"
18-
splunktaucclib = "^6"
19-
python-dateutil = "^2"
15+
python = "3.12.2"
16+
requests = "2.31.0"
17+
splunk-sdk = "1.7.4"
18+
splunktaucclib = "6.1.0"
19+
python-dateutil = "2.9.0.post0"
2020

2121
[tool.poetry.group.dev]
2222
optional = true
2323

2424
[tool.poetry.group.dev.dependencies]
25-
python-dotenv = "*"
25+
python-dotenv = "0.21.1"
2626
#flake8 = "*"
2727
#black = "*"
2828
#mypy = "*"
2929
#isort = "*"
3030
#pre-commit = "*"
3131
#pre-commit-hooks = "*"
32-
types-requests = "^2"
32+
types-requests = "2.31.0.6"
3333
#docformatter = {extras = ["tomli"], version = "^1.7.5"}
34-
splunk-add-on-ucc-framework = "*"
35-
splunk-appinspect = "*"
34+
splunk-add-on-ucc-framework = "5.39.1"
35+
splunk-appinspect = "3.4.0"
3636

3737
[tool.poetry.group.splunkslim]
3838
optional = true
3939

4040
[tool.poetry.group.splunkslim.dependencies]
41-
splunk-packaging-toolkit = "*"
41+
splunk-packaging-toolkit = "1.0.1"
4242

4343
[build-system]
4444
requires = ["poetry-core"]

0 commit comments

Comments
 (0)