Skip to content

Commit

Permalink
chore(deps): updating dependencies (#837)
Browse files Browse the repository at this point in the history
Updating dependecies
  • Loading branch information
harshilgajera-crest authored May 15, 2024
1 parent 534a809 commit 792540f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 63 deletions.
85 changes: 29 additions & 56 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@ python = "^3.7"
pytest = ">5.4.0,<8"
splunk-sdk = ">=1.6"
requests = "^2.31.0"
jsonschema = ">=4,<5"
pytest-xdist = ">=2.3.0"
jsonschema = "^v4.17.3"
pytest-xdist = "^3.5.0"
filelock = "^3.0"
pytest-ordering = "~0.6"
junitparser = "^2.2.0"
addonfactory-splunk-conf-parser-lib = "*"
defusedxml = "^0.7.1"
Faker = ">=13.12,<19.0.0"
Faker = "^18.0.0"
xmltodict = "^0.13.0"
xmlschema = "^1.11.3"
xmlschema = "^2.5.1"
splunksplwrapper = "^1.1.1"
urllib3 = "<2"


[tool.poetry.group.dev.dependencies]
pytest-cov = "^3.0.0"
pytest-cov = "^4"
requests-mock = "^1.8.0"
freezegun = "^1.2.1"
pytz = "^2022.1"
freezegun = "^1.5.1"
pytz = "^2024.1"

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

0 comments on commit 792540f

Please sign in to comment.