diff --git a/poetry.lock b/poetry.lock index f4b6868..24f9dcd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -546,7 +546,7 @@ python-versions = ">=3.5" [[package]] name = "pytest" -version = "6.2.3" +version = "6.2.4" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -907,7 +907,7 @@ docs = ["sphinx", "sphinx_rtd_theme", "sphinx-jsonschema"] [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "512480e29a4be88ea52c2e08b1d67dba3ae2f1f5553fc3a12d4d65efb364335a" +content-hash = "69fd90b92b2479ba3cdbe54d1e094e2ff7f1a401da55a1a73481f555a2993139" [metadata.files] alabaster = [ @@ -1251,8 +1251,8 @@ pyrsistent = [ {file = "pyrsistent-0.17.3.tar.gz", hash = "sha256:2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e"}, ] pytest = [ - {file = "pytest-6.2.3-py3-none-any.whl", hash = "sha256:6ad9c7bdf517a808242b998ac20063c41532a570d088d77eec1ee12b0b5574bc"}, - {file = "pytest-6.2.3.tar.gz", hash = "sha256:671238a46e4df0f3498d1c3270e5deb9b32d25134c99b7d75370a68cfbe9b634"}, + {file = "pytest-6.2.4-py3-none-any.whl", hash = "sha256:91ef2131a9bd6be8f76f1f08eac5c5317221d6ad1e143ae03894b862e8976890"}, + {file = "pytest-6.2.4.tar.gz", hash = "sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b"}, ] pytest-datadir = [ {file = "pytest-datadir-1.3.1.tar.gz", hash = "sha256:d3af1e738df87515ee509d6135780f25a15959766d9c2b2dbe02bf4fb979cb18"}, diff --git a/pyproject.toml b/pyproject.toml index 4e835dd..0a2da36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ sphinx-jsonschema = { version = "^1.15", optional = true } [tool.poetry.dev-dependencies] pre-commit = { version = "^2.12.1", python = "^3.6.1" } black = "^20.8b1" -pytest = "^6.2.3" +pytest = "^6.2.4" coverage = "^5.5" mypy = "^0.812" flake8 = "^3.9.0"