diff --git a/poetry.lock b/poetry.lock index ca79697..36cd7c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -716,7 +716,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 @@ -1265,7 +1265,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "55a7456b86e8102cce19a9a48933cff5c6629a6713b49432bd4c885d211f7d11" +content-hash = "ef18a3972741651cb37748db4f254b5ad40dd6adcfc7749416d4ffef3d67dd41" [metadata.files] alabaster = [ @@ -1693,8 +1693,8 @@ pyparsing = [ {file = "pyparsing-3.0.6.tar.gz", hash = "sha256:d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b81"}, ] 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-async = [ {file = "pytest_async-0.1.1-py3-none-any.whl", hash = "sha256:11cc41eef82592951d56c2bb9b0e6ab21b2f0f00663e78d95694a80d965be930"}, diff --git a/pyproject.toml b/pyproject.toml index 74bd3f1..a518c62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ croniter = "^1.1.0" pytz = ">=2021.3,<2023.0" [tool.poetry.dev-dependencies] -pytest = "^7.1.1" +pytest = "^7.1.2" coverage = {extras = ["toml"], version = "^6.3"} safety = "^1.10.3" mypy = "^0.942"