diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-08 12:48:55 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-08 13:05:14 +0300 |
commit | d23e12022dc17381a20537ca8f31d90c5f4763ad (patch) | |
tree | a1832af78e50a204d726c5f16aca0897657ccc07 | |
parent | 388d74be056314d1cac8d61aecd48c12a876f3b2 (diff) | |
download | ydb-d23e12022dc17381a20537ca8f31d90c5f4763ad.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/python/types-PyYAML/.dist-info/METADATA | 8 | ||||
-rw-r--r-- | contrib/python/types-PyYAML/ya.make | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/python/types-PyYAML/.dist-info/METADATA b/contrib/python/types-PyYAML/.dist-info/METADATA index f5551113fe1..1805257c6b2 100644 --- a/contrib/python/types-PyYAML/.dist-info/METADATA +++ b/contrib/python/types-PyYAML/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: types-PyYAML -Version: 6.0.12.11 +Version: 6.0.12.12 Summary: Typing stubs for PyYAML Home-page: https://github.com/python/typeshed License: Apache-2.0 license @@ -26,6 +26,6 @@ https://github.com/python/typeshed/tree/main/stubs/PyYAML. All fixes for types and metadata should be contributed there. See https://github.com/python/typeshed/blob/main/README.md for more details. -This package was generated from typeshed commit `afe18e95a9592434e93b648de5194cfe54443f84` and was tested -with mypy 1.4.1, pyright 1.1.318, and -pytype 2023.6.16. +This package was generated from typeshed commit `e40b5be2ea48dc83ffc2f38bfd542334deb98b20` and was tested +with mypy 1.5.1, pyright 1.1.328, and +pytype 2023.8.31. diff --git a/contrib/python/types-PyYAML/ya.make b/contrib/python/types-PyYAML/ya.make index 9f39c8e5ca1..144b1c420fd 100644 --- a/contrib/python/types-PyYAML/ya.make +++ b/contrib/python/types-PyYAML/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(6.0.12.11) +VERSION(6.0.12.12) LICENSE(Apache-2.0) |