diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-27 09:51:04 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-27 09:58:33 +0300 |
commit | b3c5477f607ee99434ff2d14d03c08f4cd460b3e (patch) | |
tree | 7f13ef2c823cd69dd03caeb18edc1e2808916a0f /contrib/python/traitlets/py3/.dist-info/METADATA | |
parent | eeac4554b5f997b04ffef0d9912ddfcb7ddbc549 (diff) | |
download | ydb-b3c5477f607ee99434ff2d14d03c08f4cd460b3e.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/traitlets/py3/.dist-info/METADATA')
-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 5e9a9e1518..caa3b5c529 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.14.1 +Version: 5.14.2 Summary: Traitlets Python configuration system Project-URL: Homepage, https://github.com/ipython/traitlets Project-URL: Documentation, https://traitlets.readthedocs.io @@ -60,7 +60,7 @@ 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' -Requires-Dist: pytest<7.5,>=7.0; extra == 'test' +Requires-Dist: pytest<8.1,>=7.0; extra == 'test' Description-Content-Type: text/markdown # Traitlets |