diff --git a/poetry.lock b/poetry.lock index 923b06e..1aa8599 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1248,14 +1248,14 @@ diagrams = ["jinja2", "railroad-diagrams"] [[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] @@ -1854,4 +1854,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9737093d9098b1891f91c7f77ade1aa68f723c99e27608597188ac9d259b33f2" +content-hash = "99d61298a490575d7821cd423c61da533b7102be04d70b4d3206f983c294b2ec" diff --git a/pyproject.toml b/pyproject.toml index 3f46f9d..43e3623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ mypy = "^0.991" pre-commit = "^2.21.0" pre-commit-hooks = "^4.4.0" pylint = "^2.15.10" -pytest = "^7.2.0" +pytest = "^7.2.1" pytest-asyncio = "^0.20.3" pytest-cov = "^4.0.0" pyupgrade = "^3.3.1"