diff --git a/poetry.lock b/poetry.lock index 3287f00d630..baf0abdee20 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2138,14 +2138,14 @@ files = [ [[package]] name = "pytest" -version = "7.2.1" +version = "7.2.2" description = "pytest: simple powerful testing with Python" category = "dev" 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] @@ -2958,4 +2958,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "51c758c9b93cd2d3059757f80185737c9da0bde462f00b45f987ec75800fa726" +content-hash = "cecaee07bb3575ef81305b14a1cc36cbd7cc37ada7e63e1451b4959778bbedbf" diff --git a/pyproject.toml b/pyproject.toml index 6e8cc56fdcb..571a8178432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ typing-extensions = "^4.4.0" [tool.poetry.dev-dependencies] coverage = {extras = ["toml"], version = "^7.2"} -pytest = "^7.2.1" +pytest = "^7.2.2" black = "^23.1" boto3 = "^1.18" flake8 = [