diff --git a/poetry.lock b/poetry.lock index 7a896816..2ffce3ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -894,7 +894,7 @@ python-versions = ">=3.7" [[package]] name = "pytest" -version = "7.1.1" +version = "7.1.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -1369,7 +1369,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "af6c0b792c7b960913eba4577af9563478d35a03469dfa6b8f4d7ac351917afc" +content-hash = "65f6d3535ad8441d328d87eda30a1100f970c57fd21a05dc2949d8df4e2700a9" [metadata.files] alabaster = [ @@ -1947,8 +1947,8 @@ pyrsistent = [ {file = "pyrsistent-0.18.1.tar.gz", hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"}, ] 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-cov = [ {file = "pytest-cov-2.12.1.tar.gz", hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7"}, diff --git a/pyproject.toml b/pyproject.toml index 99a848a7..4ed3f3cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ importlib_metadata = {version = "^1.7.0", python = "<3.8"} pooch = ">= 1.2.0" [tool.poetry.dev-dependencies] -pytest = "^7.1.1" +pytest = "^7.1.2" black = "^20.8b1" flake8 = "^3.8.4" flake8-bandit = "^2.1.2"