summaryrefslogtreecommitdiff
path: root/devel/py-yaspin/files/patch-pyproject.toml
blob: 34e1ae5312a1278bea372a037651223a28d27224 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-09-22 17:02:20 UTC
+++ pyproject.toml
@@ -50,7 +50,7 @@ python = "^3.9"
 
 [tool.poetry.dependencies]
 python = "^3.9"
-termcolor = ">=2.2.0, <2.4.0"
+termcolor = ">=2.2.0"
 
 [tool.poetry.dev-dependencies]
 black = "^24.8"