diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-12 09:18:27 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-12 09:48:31 +0300 |
commit | 1823321f2d789b9ae9ff875a4861d998c6071ed9 (patch) | |
tree | 2da1df1e1ac754832736590154522e4f461c6323 /contrib/python/traitlets/py3/.dist-info | |
parent | 42cbb3b39d4aa621abbc2d84558807bdb68265ce (diff) | |
download | ydb-1823321f2d789b9ae9ff875a4861d998c6071ed9.tar.gz |
Update contrib/python/traitlets/py3 to 5.14.0
Diffstat (limited to 'contrib/python/traitlets/py3/.dist-info')
-rw-r--r-- | contrib/python/traitlets/py3/.dist-info/METADATA | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/traitlets/py3/.dist-info/METADATA b/contrib/python/traitlets/py3/.dist-info/METADATA index 2e66ab27bc..527825535a 100644 --- a/contrib/python/traitlets/py3/.dist-info/METADATA +++ b/contrib/python/traitlets/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: traitlets -Version: 5.13.0 +Version: 5.14.0 Summary: Traitlets Python configuration system Project-URL: Homepage, https://github.com/ipython/traitlets Project-URL: Documentation, https://traitlets.readthedocs.io @@ -56,7 +56,7 @@ Requires-Dist: pydata-sphinx-theme; extra == 'docs' Requires-Dist: sphinx; extra == 'docs' Provides-Extra: test Requires-Dist: argcomplete>=3.0.3; extra == 'test' -Requires-Dist: mypy>=1.6.0; extra == 'test' +Requires-Dist: mypy>=1.7.0; extra == 'test' Requires-Dist: pre-commit; extra == 'test' Requires-Dist: pytest-mock; extra == 'test' Requires-Dist: pytest-mypy-testing; extra == 'test' |