From eca4e3d726d7203ed9a27b59c1e2caeddd006d98 Mon Sep 17 00:00:00 2001 From: YisusChrist Date: Fri, 2 Aug 2024 10:47:01 +0200 Subject: [PATCH] build: update dependencies versions constraints --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 11687a8..7f83997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ repository = "https://github.com/YisusChrist/py_ao3" [tool.poetry.dependencies] python = "^3.12,<3.13" -chardet = "5.2.0" -matplotlib = "3.9.1" -rich = "13.7.1" +chardet = "^5.2.0" +matplotlib = "^3.9.1" +rich = "^13.7.1" textual = "^0.74.0" [tool.poetry.dev-dependencies]