diff --git a/poetry.lock b/poetry.lock index 64515d7bbc4..aaf570f490f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1861,14 +1861,14 @@ files = [ [[package]] name = "pytest" -version = "7.2.0" +version = "7.2.1" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.0-py3-none-any.whl", hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71"}, - {file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"}, + {file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"}, + {file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"}, ] [package.dependencies] @@ -2653,4 +2653,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "3f900c59b3e06ff7e6cceb9449e9fc97c482211ba20c2e918454f2f6ce708a79" +content-hash = "68c48ad8be866ea55c784614e529a20ec08eb39b47536c461be0b6adc87c8d38" diff --git a/pyproject.toml b/pyproject.toml index 04c2c145108..b77f7f3976a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ typing-extensions = "^4.4.0" [tool.poetry.dev-dependencies] coverage = {extras = ["toml"], version = "^7.0"} -pytest = "^7.0.1" +pytest = "^7.2.1" black = "^22.12" boto3 = "^1.18" flake8 = [