diff --git a/poetry.lock b/poetry.lock index 05e5316..f74c0f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -752,7 +752,7 @@ description = "pytest: simple powerful testing with Python" name = "pytest" optional = false python-versions = ">=3.5" -version = "5.3.5" +version = "5.4.1" [package.dependencies] atomicwrites = ">=1.0" @@ -1112,7 +1112,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "4e165b7aec8d67c40937ed12903e12569a085f2e7b448b1d9edb8761cb2a4e39" +content-hash = "85e91711435b8ce7e02c8652540c3738d448dda7b0a5068d1893dfdc3494cba8" python-versions = "^3.6" [metadata.files] @@ -1412,8 +1412,8 @@ pyparsing = [ {file = "pyparsing-2.4.6.tar.gz", hash = "sha256:4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f"}, ] pytest = [ - {file = "pytest-5.3.5-py3-none-any.whl", hash = "sha256:ff615c761e25eb25df19edddc0b970302d2a9091fbce0e7213298d85fb61fef6"}, - {file = "pytest-5.3.5.tar.gz", hash = "sha256:0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d"}, + {file = "pytest-5.4.1-py3-none-any.whl", hash = "sha256:0e5b30f5cb04e887b91b1ee519fa3d89049595f428c1db76e73bd7f17b09b172"}, + {file = "pytest-5.4.1.tar.gz", hash = "sha256:84dde37075b8805f3d1f392cc47e38a0e59518fb46a431cfdaf7cf1ce805f970"}, ] pytest-cov = [ {file = "pytest-cov-2.8.1.tar.gz", hash = "sha256:cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b"}, diff --git a/pyproject.toml b/pyproject.toml index f84e30f..20f67d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ nitpick = "^0.22.1" safety = "^1.8" -pytest = "^5.3" +pytest = "^5.4" pytest-cov = "^2.7" pytest-randomly = "^3.2" pytest-django = "^3.8"