ipython 8.37.0

Last version to support Python 3.10.
This commit is contained in:
2025-08-18 11:23:21 +03:00
parent 1ff1ac91e9
commit 9dad582034
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ requires-python = ">= 3.10"
[tool.uv]
dev-dependencies = [
"isort~=6.0.1",
"ipython~=8.25.0",
"ipython~=8.37.0",
]
[tool.isort]

8
uv.lock generated
View File

@@ -190,7 +190,7 @@ wheels = [
[[package]]
name = "ipython"
version = "8.25.0"
version = "8.37.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32'" },
@@ -205,9 +205,9 @@ dependencies = [
{ name = "traitlets" },
{ name = "typing-extensions", marker = "python_full_version < '3.12'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/1c/5a/facbb5a0650e68b16134ce787b0990ee47f8b67316b0d844d9b183f212e6/ipython-8.25.0.tar.gz", hash = "sha256:c6ed726a140b6e725b911528f80439c534fac915246af3efc39440a6b0f9d716", size = 5492936, upload-time = "2024-05-31T13:24:48.851Z" }
sdist = { url = "https://files.pythonhosted.org/packages/85/31/10ac88f3357fc276dc8a64e8880c82e80e7459326ae1d0a211b40abf6665/ipython-8.37.0.tar.gz", hash = "sha256:ca815841e1a41a1e6b73a0b08f3038af9b2252564d01fc405356d34033012216", size = 5606088, upload-time = "2025-05-31T16:39:09.613Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/c0/78/fae11aa2dd7e948fbf6283f8abaff267b37a4a3cba531d0aa4274137e793/ipython-8.25.0-py3-none-any.whl", hash = "sha256:53eee7ad44df903a06655871cbab66d156a051fd86f3ec6750470ac9604ac1ab", size = 817329, upload-time = "2024-05-31T13:24:24.818Z" },
{ url = "https://files.pythonhosted.org/packages/91/d0/274fbf7b0b12643cbbc001ce13e6a5b1607ac4929d1b11c72460152c9fc3/ipython-8.37.0-py3-none-any.whl", hash = "sha256:ed87326596b878932dbcb171e3e698845434d8c61b8d8cd474bf663041a9dcf2", size = 831864, upload-time = "2025-05-31T16:39:06.38Z" },
]
[[package]]
@@ -494,7 +494,7 @@ requires-dist = [
[package.metadata.requires-dev]
dev = [
{ name = "ipython", specifier = "~=8.25.0" },
{ name = "ipython", specifier = "~=8.37.0" },
{ name = "isort", specifier = "~=6.0.1" },
]