diff --git a/poetry.lock b/poetry.lock index fc561bf..19fb0a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -358,7 +358,7 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.1.0" +version = "7.1.1" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -634,7 +634,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "23c966e4f41b7096e8219bdd43f2e266d0606f30ad99a3ca30494c06fe08a1a2" +content-hash = "3de649a5d9faa1073a18a01730b301592ab76c9c624cf7374da003f173355b7a" [metadata.files] atomicwrites = [ @@ -908,8 +908,8 @@ pyparsing = [ {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, ] pytest = [ - {file = "pytest-7.1.0-py3-none-any.whl", hash = "sha256:b555252a95bbb2a37a97b5ac2eb050c436f7989993565f5e0c9128fcaacadd0e"}, - {file = "pytest-7.1.0.tar.gz", hash = "sha256:f1089d218cfcc63a212c42896f1b7fbf096874d045e1988186861a1a87d27b47"}, + {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, + {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, ] pytest-cov = [ {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, diff --git a/pyproject.toml b/pyproject.toml index f3dd14c..949d471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ click = "^8.0.3" [tool.poetry.dev-dependencies] black = "^22.1" mypy = "^0.941" -pytest = "^7.1.0" +pytest = "^7.1.1" pytest-cov = "^3.0.0" pytest-mypy = "^0.9.1" toml = "^0.10.2"