diff --git a/poetry.lock b/poetry.lock index ea57c48489e..23aa668728f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1047,14 +1047,14 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.1.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.1.2-py3-none-any.whl", hash = "sha256:6c06dc309ff46a05721e6fd48e492a775ed8165d2ecdf57f156a80c7e95bb142"}, + {file = "pytest-8.1.2.tar.gz", hash = "sha256:f3c45d1d5eed96b01a2aea70dee6a4a366d51d38f9957768083e4fecfc77f3ef"}, ] [package.dependencies] @@ -1537,4 +1537,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.12" -content-hash = "dbe026bdabeef8dd45beb6732e009830b6d79ac1aef05707d4e528a8d3f653a9" +content-hash = "b959a706c27af8a98e84bd128f9dc2a48b345f0b3009f7f754f3f76e12a31d76" diff --git a/pyproject.toml b/pyproject.toml index ccbee85101f..d329ca9a0cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ Jinja2 = "3.1.3" alt-profanity-check = "1.3.2" [tool.poetry.dev-dependencies] -pytest = "8.1.1" +pytest = "8.1.2" mypy = "1.10.0" types-PyYAML = "6.0.12.20240311" autopep8 = "2.1.0"