diff --git a/poetry.lock b/poetry.lock index f851321d..6703e2f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1082,13 +1082,13 @@ plugins = ["importlib-metadata"] [[package]] name = "pytest" -version = "7.3.2" +version = "7.4.0" 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.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, + {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, ] [package.dependencies] @@ -1741,4 +1741,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3df0ae9c08f6bd13de3a59c5bcbba9303ce8885e8c7983f289d7d30a0f49ea69" +content-hash = "52e31105378c9f85dc6d7ab386458d135109c46c9a9048dafa4428f44d7d77bf" diff --git a/pyproject.toml b/pyproject.toml index 2b2875c3..3b69d158 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python-semantic-release = "7.34.4" [tool.poetry.dev-dependencies] pre-commit = "^3.3.3" black = "^23.1" -pytest = "^7.3.2" +pytest = "^7.4.0" flake8 = "^5.0.4" isort = "^5.10.1" pytest-cov = "^4.1.0"