diff --git a/poetry.lock b/poetry.lock index 06ee6ab..783e8d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -233,13 +233,13 @@ testing = ["covdefaults (>=2.3)", "importlib-metadata (>=6.6)", "pytest (>=7.3.1 [[package]] name = "pytest" -version = "7.3.2" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"}, - {file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -368,4 +368,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "bbd3efdc7021e984366e10de75444d9ae83c1af56840421250e83f93e4e7dfb0" +content-hash = "4490f2ea3ad03f04852a526edc2985ef80e9861c34cddd0fb40fc1a211a6c184" diff --git a/pyproject.toml b/pyproject.toml index fbfedd3..53b4e04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = "^3.10" tomli = { version = "^2.0.1", python = "<3.11" } [tool.poetry.group.dev.dependencies] -pytest = "^7.1.2" +pytest = "^7.4.4" pytest-randomly = "^3.12.0" pytest-repeat = "^0.9.1" black = "^22.3.0"