diff --git a/poetry.lock b/poetry.lock index ea9bf71d..e1facb71 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2074,13 +2074,13 @@ certifi = "*" [[package]] name = "pytest" -version = "7.3.1" +version = "7.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"}, - {file = "pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"}, + {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, + {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, ] [package.dependencies] @@ -2092,7 +2092,7 @@ pluggy = ">=0.12,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -2976,4 +2976,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9f5fce58c8213e15942ff7116daf93ac4dbc1bdfcab1a9e76547a01de477347e" +content-hash = "c06c9866aeae89e20a98fe0299b17193ab498bb84a3c183647c36adf1c049088" diff --git a/pyproject.toml b/pyproject.toml index c9551d1e..503c2f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ mkdocs = "^1.5.3" mkdocs-material = "^9.3.1" mypy = "^1.5" pre-commit = "^3.4.0" -pytest = "^7.3.1" +pytest = "^7.4.2" pytest-cov = "^4.1.0" pytest-mock = "^3.11.1" pytest-rerunfailures = "^12.0"