diff --git a/poetry.lock b/poetry.lock index 5c2f155..2cc996f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -316,7 +316,7 @@ description = "pytest: simple powerful testing with Python" name = "pytest" optional = false python-versions = ">=3.5" -version = "5.4.2" +version = "5.4.3" [package.dependencies] atomicwrites = ">=1.0" @@ -483,7 +483,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["pathlib2", "unittest2", "jaraco.itertools", "func-timeout"] [metadata] -content-hash = "6c173080253c3ac650e495adec1d08a47017f750723521edbae94e596b0ebd48" +content-hash = "e8833890db627f5daaa863c3f4c38901d1ead7e5e56655c236fe60408498250d" python-versions = "^3.5" [metadata.files] @@ -663,8 +663,8 @@ pyparsing = [ {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, ] pytest = [ - {file = "pytest-5.4.2-py3-none-any.whl", hash = "sha256:95c710d0a72d91c13fae35dce195633c929c3792f54125919847fdcdf7caa0d3"}, - {file = "pytest-5.4.2.tar.gz", hash = "sha256:eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698"}, + {file = "pytest-5.4.3-py3-none-any.whl", hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1"}, + {file = "pytest-5.4.3.tar.gz", hash = "sha256:7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8"}, ] pytest-cov = [ {file = "pytest-cov-2.8.1.tar.gz", hash = "sha256:cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b"}, diff --git a/pyproject.toml b/pyproject.toml index c560ae8..b2a9ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ watchdog = "==0.7.0" pyyaml = "^5.3" [tool.poetry.dev-dependencies] -pytest = "^5.4.2" +pytest = "^5.4.3" pytest-cov = "^2.8.1" coveralls = "^1.11.1" black = {version = "^19.10b0", python = "^3.6"}