diff --git a/poetry.lock b/poetry.lock index 5e4e72d..4af4450 100644 --- a/poetry.lock +++ b/poetry.lock @@ -809,7 +809,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "pytest" -version = "6.1.1" +version = "6.1.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -1284,7 +1284,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "a46f377fecaf86eadd48a677825467bc53e480af47e0a933159a9283274feffc" +content-hash = "548b4720665059cf7df60e672f3e05e303691430d324b1c1a20d06fea5ba6d14" [metadata.files] alabaster = [ @@ -1697,8 +1697,8 @@ pyparsing = [ {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, ] pytest = [ - {file = "pytest-6.1.1-py3-none-any.whl", hash = "sha256:7a8190790c17d79a11f847fba0b004ee9a8122582ebff4729a082c109e81a4c9"}, - {file = "pytest-6.1.1.tar.gz", hash = "sha256:8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92"}, + {file = "pytest-6.1.2-py3-none-any.whl", hash = "sha256:4288fed0d9153d9646bfcdf0c0428197dba1ecb27a33bb6e031d002fa88653fe"}, + {file = "pytest-6.1.2.tar.gz", hash = "sha256:c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e"}, ] pytest-cov = [ {file = "pytest-cov-2.10.1.tar.gz", hash = "sha256:47bd0ce14056fdd79f93e1713f88fad7bdcc583dcd7783da86ef2f085a0bb88e"}, diff --git a/pyproject.toml b/pyproject.toml index b2d4814..c5fbfcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ importlib_metadata = {version = ">=1.7,<3.0", python = "<3.8"} black = "^20.8b1" mypy = "^0.790" sphinx = "^3.2.1" -pytest = "^6.1.1" +pytest = "^6.1.2" coverage = {extras = ["toml"], version = "^5.3"} pytest-cov = "^2.10.1" pytest-mock = "^3.3.1"