aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/.dist-info/METADATA
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-01-09 18:56:40 +0100
committerGitHub <noreply@github.com>2024-01-09 18:56:40 +0100
commite95f266d2a3e48e62015220588a4fd73d5d5a5cb (patch)
treea8a784b6931fe52ad5f511cfef85af14e5f63991 /contrib/python/ipython/py3/.dist-info/METADATA
parent50a65e3b48a82d5b51f272664da389f2e0b0c99a (diff)
downloadydb-e95f266d2a3e48e62015220588a4fd73d5d5a5cb.tar.gz
Library import 6 (#888)
Diffstat (limited to 'contrib/python/ipython/py3/.dist-info/METADATA')
-rw-r--r--contrib/python/ipython/py3/.dist-info/METADATA18
1 files changed, 8 insertions, 10 deletions
diff --git a/contrib/python/ipython/py3/.dist-info/METADATA b/contrib/python/ipython/py3/.dist-info/METADATA
index ded1f01e88..ff27b2e371 100644
--- a/contrib/python/ipython/py3/.dist-info/METADATA
+++ b/contrib/python/ipython/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: ipython
-Version: 8.18.1
+Version: 8.19.0
Summary: IPython: Productive Interactive Computing
Home-page: https://ipython.org
Author: The IPython Development Team
@@ -23,7 +23,7 @@ Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Shells
-Requires-Python: >=3.9
+Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: decorator
@@ -46,10 +46,9 @@ Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Requires-Dist: docrepr ; extra == 'all'
Requires-Dist: matplotlib ; extra == 'all'
Requires-Dist: stack-data ; extra == 'all'
-Requires-Dist: pytest <7 ; extra == 'all'
+Requires-Dist: pytest ; extra == 'all'
Requires-Dist: typing-extensions ; extra == 'all'
Requires-Dist: exceptiongroup ; extra == 'all'
-Requires-Dist: pytest <7.1 ; extra == 'all'
Requires-Dist: pytest-asyncio <0.22 ; extra == 'all'
Requires-Dist: testpath ; extra == 'all'
Requires-Dist: pickleshare ; extra == 'all'
@@ -61,7 +60,7 @@ Requires-Dist: ipyparallel ; extra == 'all'
Requires-Dist: qtconsole ; extra == 'all'
Requires-Dist: curio ; extra == 'all'
Requires-Dist: matplotlib !=3.2.0 ; extra == 'all'
-Requires-Dist: numpy >=1.22 ; extra == 'all'
+Requires-Dist: numpy >=1.23 ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Requires-Dist: trio ; extra == 'all'
Provides-Extra: black
@@ -74,10 +73,9 @@ Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: docrepr ; extra == 'doc'
Requires-Dist: matplotlib ; extra == 'doc'
Requires-Dist: stack-data ; extra == 'doc'
-Requires-Dist: pytest <7 ; extra == 'doc'
+Requires-Dist: pytest ; extra == 'doc'
Requires-Dist: typing-extensions ; extra == 'doc'
Requires-Dist: exceptiongroup ; extra == 'doc'
-Requires-Dist: pytest <7.1 ; extra == 'doc'
Requires-Dist: pytest-asyncio <0.22 ; extra == 'doc'
Requires-Dist: testpath ; extra == 'doc'
Requires-Dist: pickleshare ; extra == 'doc'
@@ -96,19 +94,19 @@ Provides-Extra: qtconsole
Requires-Dist: qtconsole ; extra == 'qtconsole'
Provides-Extra: terminal
Provides-Extra: test
-Requires-Dist: pytest <7.1 ; extra == 'test'
+Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-asyncio <0.22 ; extra == 'test'
Requires-Dist: testpath ; extra == 'test'
Requires-Dist: pickleshare ; extra == 'test'
Provides-Extra: test_extra
-Requires-Dist: pytest <7.1 ; extra == 'test_extra'
+Requires-Dist: pytest ; extra == 'test_extra'
Requires-Dist: pytest-asyncio <0.22 ; extra == 'test_extra'
Requires-Dist: testpath ; extra == 'test_extra'
Requires-Dist: pickleshare ; extra == 'test_extra'
Requires-Dist: curio ; extra == 'test_extra'
Requires-Dist: matplotlib !=3.2.0 ; extra == 'test_extra'
Requires-Dist: nbformat ; extra == 'test_extra'
-Requires-Dist: numpy >=1.22 ; extra == 'test_extra'
+Requires-Dist: numpy >=1.23 ; extra == 'test_extra'
Requires-Dist: pandas ; extra == 'test_extra'
Requires-Dist: trio ; extra == 'test_extra'