diff --git a/poetry.lock b/poetry.lock index dd95caa..3702e38 100644 --- a/poetry.lock +++ b/poetry.lock @@ -495,8 +495,8 @@ optional = false python-versions = "*" [[package]] -name = "types-pyyaml" -version = "6.0.11" +name = "types-PyYAML" +version = "6.0.12" description = "Typing stubs for PyYAML" category = "dev" optional = false @@ -534,7 +534,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "78dd285a0cc984861cefc0c407ff37260af546653bc3887d2de4432693e642f0" +content-hash = "f53ac78a6ccc1fd8827e7517692aba4f35d982c96be1ae64672a1f0e50e8354b" [metadata.files] attrs = [ @@ -881,9 +881,9 @@ types-pytz = [ {file = "types-pytz-2022.2.1.0.tar.gz", hash = "sha256:47cfb19c52b9f75896440541db392fd312a35b279c6307a531db71152ea63e2b"}, {file = "types_pytz-2022.2.1.0-py3-none-any.whl", hash = "sha256:50ead2254b524a3d4153bc65d00289b66898060d2938e586170dce918dbaf3b3"}, ] -types-pyyaml = [ - {file = "types-PyYAML-6.0.11.tar.gz", hash = "sha256:7f7da2fd11e9bc1e5e9eb3ea1be84f4849747017a59fc2eee0ea34ed1147c2e0"}, - {file = "types_PyYAML-6.0.11-py3-none-any.whl", hash = "sha256:8f890028123607379c63550179ddaec4517dc751f4c527a52bb61934bf495989"}, +types-PyYAML = [ + {file = "types-PyYAML-6.0.12.tar.gz", hash = "sha256:f6f350418125872f3f0409d96a62a5a5ceb45231af5cc07ee0034ec48a3c82fa"}, + {file = "types_PyYAML-6.0.12-py3-none-any.whl", hash = "sha256:29228db9f82df4f1b7febee06bbfb601677882e98a3da98132e31c6874163e15"}, ] typing-extensions = [ {file = "typing_extensions-4.2.0-py3-none-any.whl", hash = "sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708"}, diff --git a/pyproject.toml b/pyproject.toml index 2adfc13..b88536f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ black = "^22.8.0" mypy = ">=0.960" types-python-dateutil = "^2.8.19" types-pytz = ">=2021.3.8" -types-PyYAML = "^6.0.11" +types-PyYAML = "^6.0.12" lxml = "^4.9.1" [tool.poetry.scripts]