diff --git a/poetry.lock b/poetry.lock index 41d61d0..0642c3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -609,7 +609,7 @@ description = "pytest: simple powerful testing with Python" name = "pytest" optional = false python-versions = ">=3.5" -version = "6.1.0" +version = "6.1.1" [package.dependencies] atomicwrites = ">=1.0" @@ -1026,7 +1026,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "26e240619e88095363f16f48b0228f1e5b5536830f50d859f9a5ac2f0a39baea" +content-hash = "326b9fdde06cedda4c42ecc4f5d5dcd689852dae6ad3ecb53afe7863c774aef2" lock-version = "1.0" python-versions = "^3.7" @@ -1323,8 +1323,8 @@ pyparsing = [ {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, ] pytest = [ - {file = "pytest-6.1.0-py3-none-any.whl", hash = "sha256:1cd09785c0a50f9af72220dd12aa78cfa49cbffc356c61eab009ca189e018a33"}, - {file = "pytest-6.1.0.tar.gz", hash = "sha256:d010e24666435b39a4cf48740b039885642b6c273a3f77be3e7e03554d2806b7"}, + {file = "pytest-6.1.1-py3-none-any.whl", hash = "sha256:7a8190790c17d79a11f847fba0b004ee9a8122582ebff4729a082c109e81a4c9"}, + {file = "pytest-6.1.1.tar.gz", hash = "sha256:8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92"}, ] pytest-django = [ {file = "pytest-django-3.10.0.tar.gz", hash = "sha256:4de6dbd077ed8606616958f77655fed0d5e3ee45159475671c7fa67596c6dba6"}, diff --git a/pyproject.toml b/pyproject.toml index 952343a..025b982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ flake8 = "^3.8.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^20.1.4" safety = "^1.8.5" -pytest = "^6.1.0" +pytest = "^6.1.1" mypy = "^0.782" reorder-python-imports = "^2.3.5" pre-commit = "^2.7.1"