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] committed Jul 28, 2023
1 parent a28d934 commit 4f1a692
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ pytest-xdist = ">=2.3.0"
filelock = "^3.0"
pytest-ordering = "~0.6"
lovely-pytest-docker = { version="^0", optional = true }
junitparser = "^2.2.0"
junitparser = "^3.0.0"
addonfactory-splunk-conf-parser-lib = "^0.3.3"
defusedxml = "^0.7.1"
Faker = ">=13.12,<19.0.0"
Faker = ">=19.2,<19.3"
xmltodict = "^0.13.0"
xmlschema = "^1.11.3"
xmlschema = "^2.0.0"
splunksplwrapper = "^1.0.2"
urllib3 = "<2"

Expand All @@ -55,7 +55,7 @@ docker = ['lovely-pytest-docker']

[tool.poetry.group.dev.dependencies]
lovely-pytest-docker = "~0.3.0"
pytest-cov = "^3.0.0"
pytest-cov = "^4.0.0"
requests-mock = "^1.8.0"
freezegun = "^1.2.1"
pytz = "^2022.1"
Expand All @@ -64,8 +64,8 @@ pytz = "^2022.1"
optional = true

[tool.poetry.group.docs.dependencies]
jinja2 = "3.0.3"
sphinx-rtd-theme = "1.1.1"
jinja2 = "3.1.2"
sphinx-rtd-theme = "1.2.2"
sphinx-panels = "0.6.0"

[tool.poetry.plugins]
Expand Down

0 comments on commit 4f1a692

Please sign in to comment.