diff --git a/poetry.lock b/poetry.lock index cfee466d..ed406795 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2044,13 +2044,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[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] @@ -2828,4 +2828,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8,<3.11" -content-hash = "53c30b61464df3de0ea6218b64c19ad70f3d3c7ca921f18636f7b4e89b79e195" +content-hash = "0f2cabc2d399d484bf32c166fcd0e56775b7b88ce244eb4080ac564e9cb254f6" diff --git a/pyproject.toml b/pyproject.toml index a93b6673..c68d9813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ typed-ast = "^1.5.4" types-Jinja2 = "^2.11.9" pre-commit = "^3.3.3" unimport = "^0.16.0" -pytest = "^7.3.2" +pytest = "^7.4.0" [tool.poetry.group.docs.dependencies] mkdocs = "^1.5.2"