diff --git a/app/poetry.lock b/app/poetry.lock index 8c41e6ca..c76c489e 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -1961,13 +1961,13 @@ docs = ["Sphinx (>=1.3.1)", "docutils", "pylons-sphinx-themes"] [[package]] name = "types-pyyaml" -version = "6.0.12.20240724" +version = "6.0.12.20240808" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.8" files = [ - {file = "types-PyYAML-6.0.12.20240724.tar.gz", hash = "sha256:cf7b31ae67e0c5b2919c703d2affc415485099d3fe6666a6912f040fd05cb67f"}, - {file = "types_PyYAML-6.0.12.20240724-py3-none-any.whl", hash = "sha256:e5becec598f3aa3a2ddf671de4a75fa1c6856fbf73b2840286c9d50fae2d5d48"}, + {file = "types-PyYAML-6.0.12.20240808.tar.gz", hash = "sha256:b8f76ddbd7f65440a8bda5526a9607e4c7a322dc2f8e1a8c405644f9a6f4b9af"}, + {file = "types_PyYAML-6.0.12.20240808-py3-none-any.whl", hash = "sha256:deda34c5c655265fc517b546c902aa6eed2ef8d3e921e4765fe606fe2afe8d35"}, ] [[package]] @@ -2285,4 +2285,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "271571833c431bb74fc5c4694e5a1c2c0244395c307b88647b1aa95ed468ea36" +content-hash = "4f782b2ca9713e13f02d034847978f2fc48d991022c7d56a3f06804d891716fe" diff --git a/app/pyproject.toml b/app/pyproject.toml index 73a508e0..c852c024 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -30,7 +30,7 @@ webob = "1.8.8" [tool.poetry.dev-dependencies] prospector = { extras = ["with_mypy", "with_bandit"], version = "1.10.3" } pytest-cov = "4.1.0" -types-pyyaml = "6.0.12.20240724" +types-pyyaml = "6.0.12.20240808" types-requests = "2.31.0.20240406" typing-extensions = "4.8.0"