diff --git a/poetry.lock b/poetry.lock index 75764f49b..0f26e194f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -621,14 +621,14 @@ markdown = ">=3.2" [[package]] name = "pytest" -version = "7.2.1" +version = "7.2.2" description = "pytest: simple powerful testing with Python" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"}, - {file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"}, + {file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"}, + {file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"}, ] [package.dependencies] @@ -970,4 +970,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "523e3e40bd3e2cf25f47d796622018674c4bd6ea7584030c69ac33e531d49137" +content-hash = "3ee3cca0b53ef0a790e32d5f2f4f1eaba7a85b86218beaaa13cf246137762271" diff --git a/pyproject.toml b/pyproject.toml index b718f25a2..b6f9bae04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.9" # Integration tests dependencies. invoke = "^2.0.0" -pytest = "^7.2.1" +pytest = "^7.2.2" python-dateutil = "^2.8.2" semver = "^2.13.0"