From d757020677d06f0f550aa77beef6344b7d3c3a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Mon, 3 Feb 2025 03:13:59 +0100 Subject: [PATCH] chore: Upgrade dev-deps lower bounds --- pyproject.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9dce1a8..6a68a0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,21 +108,21 @@ dev = [ "tomli>=2.0; python_version < '3.11'", # docs gallery - "pydeps>=1.12; python_version < '3.14'", - "diagrams>=0.21; python_version < '3.14'", - "rich>=12.3; python_version < '3.14'", - "matplotlib>=3.5; python_version < '3.14'", + "pydeps>=3.0; python_version < '3.14'", + "diagrams>=0.24; python_version < '3.14'", + "rich>=13.9; python_version < '3.14'", + "matplotlib>=3.9; python_version < '3.14'", "numpy>=1.24.4; python_version < '3.13'", - "numpy>=2.1; python_version >= '3.13' and python_version < '3.14'", - "textual>=0.67; python_version < '3.14'", - "pytermgui>=6.3; python_version < '3.14'", - "pipdeptree>=2.6; python_version < '3.14'", - "pip>=24; python_version < '3.14'", - "pygments>=2.15; python_version < '3.14'", - "drawsvg>=2.3; python_version < '3.14'", + "numpy>=2.2; python_version >= '3.13' and python_version < '3.14'", + "textual>=1.0; python_version < '3.14'", + "pytermgui>=7.7; python_version < '3.14'", + "pipdeptree>=2.25; python_version < '3.14'", + "pip>=25; python_version < '3.14'", + "pygments>=2.19; python_version < '3.14'", + "drawsvg>=2.4; python_version < '3.14'", "hyperbolic>=2.0; python_version < '3.14'", - "qrcode>=7.4; python_version < '3.14'", - "plotly>=5.22; python_version < '3.14'", + "qrcode>=8.0; python_version < '3.14'", + "plotly>=6.0; python_version < '3.14'", "pandas>=2.2; python_version < '3.14'", - "chalk-diagrams>=0.2; python_version < '3.14'", + "chalk-diagrams>=0.2.2; python_version < '3.14'", ] \ No newline at end of file