diff --git a/poetry.lock b/poetry.lock index 01be454..2f8f915 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1223,13 +1223,13 @@ types-setuptools = "*" [[package]] name = "types-pyyaml" -version = "6.0.12.20240808" +version = "6.0.12.20240917" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "types-PyYAML-6.0.12.20240917.tar.gz", hash = "sha256:d1405a86f9576682234ef83bcb4e6fff7c9305c8b1fbad5e0bcd4f7dbdc9c587"}, + {file = "types_PyYAML-6.0.12.20240917-py3-none-any.whl", hash = "sha256:392b267f1c0fe6022952462bf5d6523f31e37f6cea49b14cee7ad634b6301570"}, ] [[package]] @@ -1360,4 +1360,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "37b97bc8c713d98c86fa8dce829397223e44854fd90a323321d1ee42879f25e8" +content-hash = "859ca56a9a53ef3d8ea6a84049b2eaaefcefdb2c1d5ba33beabda8cf485cd156" diff --git a/pyproject.toml b/pyproject.toml index f3b1d4a..ec996d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest-picked = "^0.5.0" pytest-xdist = "^3.6.1" types-requests = "^2.32.0.20240914" types-tabulate = "^0.9.0.20240106" -types-pyyaml = "^6.0.12.20240724" +types-pyyaml = "^6.0.12.20240917" types-pygments = "^2.18.0.20240506" [build-system]