From 6e6fcea96f38960df1e3c5f985e0be1e99520a8c Mon Sep 17 00:00:00 2001 From: Kelvin Chung Date: Tue, 7 Jul 2026 13:17:11 +0100 Subject: [PATCH 1/2] chore: updating to rich 15 --- poetry.lock | 15 +++++++-------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index b6a7343..26a08f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. [[package]] name = "anyio" @@ -577,20 +577,19 @@ files = [ [[package]] name = "rich" -version = "13.9.4" +version = "15.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" groups = ["main"] files = [ - {file = "rich-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90"}, - {file = "rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"}, + {file = "rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb"}, + {file = "rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36"}, ] [package.dependencies] markdown-it-py = ">=2.2.0" pygments = ">=2.13.0,<3.0.0" -typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.11\""} [package.extras] jupyter = ["ipywidgets (>=7.5.1,<9)"] @@ -828,5 +827,5 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" -python-versions = ">=3.8" -content-hash = "355a10911f2f95bb02ab81b75e808b5718a6a3a3a16a0a2c5da54b140139871e" +python-versions = ">=3.9" +content-hash = "5b35e63b31f85f1055b6bd283e4abd87ef209a3de04e4aeeac618a9f9228067e" diff --git a/pyproject.toml b/pyproject.toml index 24c4691..8724c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ciel" -version = "2.6.0" +version = "2.6.1" description = "An PDK builder/version manager for PDKs in the open_pdks format" authors = ["Mohamed Gaber ", "Efabless Corporation"] readme = "Readme.md" @@ -18,7 +18,7 @@ classifiers = [ python = ">=3.8" click = ">=8,<8.5" pyyaml = ">=5,<7" -rich = ">=12,<15" +rich = ">=12,<16" httpx = ">=0.22.0,<0.29" pcpp = ">=1.2,<2" zstandard = ">=0.19.0,<1" From 72f28c236300170f335ead563897ddedda3b7942 Mon Sep 17 00:00:00 2001 From: Kelvin Chung Date: Thu, 9 Jul 2026 13:39:11 +0100 Subject: [PATCH 2/2] chore: update lock --- poetry.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 26a08f7..9bf2bce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "anyio" @@ -577,14 +577,14 @@ files = [ [[package]] name = "rich" -version = "15.0.0" +version = "14.3.4" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false -python-versions = ">=3.9.0" +python-versions = ">=3.8.0" groups = ["main"] files = [ - {file = "rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb"}, - {file = "rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36"}, + {file = "rich-14.3.4-py3-none-any.whl", hash = "sha256:07e7adb4690f68864777b1450859253bed81a99a31ac321ac1817b2313558952"}, + {file = "rich-14.3.4.tar.gz", hash = "sha256:817e02727f2b25b40ef56f5aa2217f400c8489f79ca8f46ea2b70dd5e14558a9"}, ] [package.dependencies] @@ -827,5 +827,5 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" -python-versions = ">=3.9" -content-hash = "5b35e63b31f85f1055b6bd283e4abd87ef209a3de04e4aeeac618a9f9228067e" +python-versions = ">=3.8" +content-hash = "874548b418c4bf0200140f0798ee7f5dade38424b8b2eca2087de3d9c7eb26b9"