Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 8375e14 commit ec635d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@ include = ["pytest_splunk_addon/**/*.json", "pytest_splunk_addon/**/*.txt"]

[tool.poetry.dependencies]
python = "^3.7"
pytest = ">5.4.0,<8"
pytest = ">8.3,<9"
splunk-sdk = ">=1.6"
requests = "^2.31.0"
jsonschema = "^v4.17.3"
jsonschema = "^4.17.3"
pytest-xdist = "^3.5.0"
filelock = "^3.0"
pytest-ordering = "~0.6"
junitparser = "^2.2.0"
junitparser = "^3.0.0"
addonfactory-splunk-conf-parser-lib = "*"
defusedxml = "^0.7.1"
Faker = "^18.0.0"
xmltodict = "^0.13.0"
xmlschema = "^2.5.1"
Faker = "^30.0.0"
xmltodict = "^0.14.0"
xmlschema = "^3.0.0"
splunksplwrapper = "^1.1.1"
urllib3 = "<2"

[tool.poetry.group.dev.dependencies]
pytest-cov = "^4"
pytest-cov = "^6.0.0"
requests-mock = "^1.8.0"
freezegun = "^1.5.1"
pytz = "^2024.1"
Expand Down

0 comments on commit ec635d0

Please sign in to comment.