Skip to content

Commit

Permalink
chore: Upgrade dev-deps lower bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 3, 2025
1 parent a8e17c9 commit d757020
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
]

0 comments on commit d757020

Please sign in to comment.