diff --git a/poetry.lock b/poetry.lock index 730ff50..64b2651 100644 --- a/poetry.lock +++ b/poetry.lock @@ -646,7 +646,7 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.0.0" +version = "7.0.1" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -1171,7 +1171,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "a0af1db41880a636d51d3e1dd5c80ac1c312fa7bc500a4760ada2c7440472558" +content-hash = "0f4f67f9bfb0c6940f57ca10cf758789cb056b1e831e777f7833ac5a4d5baa40" [metadata.files] alabaster = [ @@ -1625,8 +1625,8 @@ pyparsing = [ {file = "pyparsing-3.0.6.tar.gz", hash = "sha256:d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b81"}, ] pytest = [ - {file = "pytest-7.0.0-py3-none-any.whl", hash = "sha256:42901e6bd4bd4a0e533358a86e848427a49005a3256f657c5c8f8dd35ef137a9"}, - {file = "pytest-7.0.0.tar.gz", hash = "sha256:dad48ffda394e5ad9aa3b7d7ddf339ed502e5e365b1350e0af65f4a602344b11"}, + {file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"}, + {file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"}, ] pytest-asyncio = [ {file = "pytest-asyncio-0.18.1.tar.gz", hash = "sha256:c43fcdfea2335dd82ffe0f2774e40285ddfea78a8e81e56118d47b6a90fbb09e"}, diff --git a/pyproject.toml b/pyproject.toml index 8620c1f..a7f7f8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ deprecation = "^2.1.0" pydantic = "^1.9.0" [tool.poetry.dev-dependencies] -pytest = "^7.0.0" +pytest = "^7.0.1" Sphinx = "^4.3.2" flake8 = "^4.0.1" black = "^22.1"