Skip to content

Commit

Permalink
build: update dependencies versions constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
YisusChrist committed Aug 2, 2024
1 parent d15a5a2 commit eca4e3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit eca4e3d

Please sign in to comment.