diff --git a/poetry.lock b/poetry.lock index b99ff2a..5d5d9ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -904,14 +904,14 @@ testing = ["build[virtualenv] (>=0.9)", "covdefaults (>=2.2.2)", "devpi-process [[package]] name = "types-pyyaml" -version = "6.0.12.3" +version = "6.0.12.4" description = "Typing stubs for PyYAML" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-PyYAML-6.0.12.3.tar.gz", hash = "sha256:17ce17b3ead8f06e416a3b1d5b8ddc6cb82a422bb200254dd8b469434b045ffc"}, - {file = "types_PyYAML-6.0.12.3-py3-none-any.whl", hash = "sha256:879700e9f215afb20ab5f849590418ab500989f83a57e635689e1d50ccc63f0c"}, + {file = "types-PyYAML-6.0.12.4.tar.gz", hash = "sha256:ade6e328a5a3df816c47c912c2e1e946ae2bace90744aa73111ee6834b03a314"}, + {file = "types_PyYAML-6.0.12.4-py3-none-any.whl", hash = "sha256:de3bacfc4e0772d9b1baf007c37354f3c34c8952e90307d5155b6de0fc183a67"}, ] [[package]] @@ -961,4 +961,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b4871919f50153a62a87191886b1932c8157b1d841939496988624d2d6408d14" +content-hash = "7bced499799ea47a499a8c2f326ff3c1764e9933943da041534310c021841b78" diff --git a/pyproject.toml b/pyproject.toml index 6d1aabb..074dd3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ tox = "^4.4.2" pytest-cov = "^4.0.0" PyYAML = "^6.0" mypy = "^0.991" -types-PyYAML = "^6.0.12.3" +types-PyYAML = "^6.0.12.4" [build-system] requires = ["poetry_core>=1.1", "setuptools"]