diff --git a/poetry.lock b/poetry.lock index 0b8a6a2..d59fb35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -377,7 +377,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 @@ -529,7 +529,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "8f503f0f17ccfba43465198625e190433739cbef1d24feb50423a688707903fd" +content-hash = "10985014544fd8734e496fcbd6da53c57f0ac62276fd6941e8e03b7f4fb3e8e4" [metadata.files] atomicwrites = [ @@ -731,8 +731,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"}, ] python-dateutil = [ {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, diff --git a/pyproject.toml b/pyproject.toml index a237187..a9efc3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ PyYAML = "6.0" fire = "0.4.0" [tool.poetry.dev-dependencies] -pytest = "^7.1.1" +pytest = "^7.1.2" flake8 = "^4.0.1" black = "^22.3.0"