diff --git a/poetry.lock b/poetry.lock index 6e19be0..a69fd07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -358,7 +358,7 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.1.1" +version = "7.1.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -652,7 +652,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "42f2f0819dd343679f3dc39090fe05f284339a3e27526899d6c5854d67c46521" +content-hash = "898f5d66c10d5535e6420f68e7ea0ba5f0cf52ff7d560879a9c35634180b9d27" [metadata.files] atomicwrites = [ @@ -870,8 +870,8 @@ pyparsing = [ {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, ] pytest = [ - {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, - {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, + {file = "pytest-7.1.2-py3-none-any.whl", hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c"}, + {file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"}, ] pytest-insta = [ {file = "pytest-insta-0.1.11.tar.gz", hash = "sha256:cc0f338a8ac215dbf3b690198dc24a1c5987e2bef269f85170d415039cce06e5"}, diff --git a/pyproject.toml b/pyproject.toml index a3ebd15..65f7fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python = "^3.8" black = "^22.3.0" isort = "^5.10.1" python-semantic-release = "^7.27.1" -pytest = "^7.1.1" +pytest = "^7.1.2" pytest-insta = "^0.1.11" [tool.black]