diff --git a/poetry.lock b/poetry.lock index 74584fd..df62b68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3060,4 +3060,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "bd6cdaee0a67515fb1c75cbf1f0eaec82ac661a60c193beeafc20e2766a10b4f" +content-hash = "be6163cb1f35d45260433fb6a47d4b3b7fbe6633d753f9c28663941132fa049b" diff --git a/pyproject.toml b/pyproject.toml index 086a616..4fef96b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ deepdiff = "*" cryptography = ">=42.0.0" jinja2 = ">=3.1.3" jmespath = "*" -pytest = "*" +pytest = "^7.4.4" pytest-mock = "*" pytest-xdist = "*" pytest-forked = "^1.6.0" @@ -28,7 +28,7 @@ packaging = "*" jsondiff = "*" sphinx_rtd_theme = "*" hypothesis = "^6.8.0" -pytest-pythonpath = "^0.7.3" +pytest-pythonpath = "*" parameterized = "^0.8.1" invoke = "^2.2.0" bandit = "^1.7.7" @@ -37,7 +37,6 @@ antsibull-docs = "^1.7.3" [tool.poetry.dev-dependencies] [tool.poetry.group.dev.dependencies] -pytest = "^7.3.1" ruff = "0.4.1" [tool.pytest.ini_options]