diff --git a/poetry.lock b/poetry.lock index bfdd8dfa..9d6acacc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -237,13 +237,13 @@ files = [ [[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] @@ -339,4 +339,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4fdc4bd6f50e4f2f3899573491c2831f22f244974e3e7c792fbf8178d2fa77ab" +content-hash = "c97b232cdb0928252c8b354c89430633a2da8f75182f1d78aa492ff861b434bf" diff --git a/pyproject.toml b/pyproject.toml index 00a0405d..f9051c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "CC0-1.0" python = "^3.9" [tool.poetry.dev-dependencies] -pytest = "^7.3.2" +pytest = "^7.4.0" invoke = "^2.1.3" black = "^23.3" flake8 = "^6.0.0"