summaryrefslogtreecommitdiff
path: root/devel/py-pyproject-fmt/files/patch-pyproject.toml
blob: 8018ab198d2e749c20665d491b6b3a3370c2e758 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	1970-01-01 00:00:00 UTC
+++ pyproject.toml
@@ -32,7 +32,7 @@ dependencies = [
   "version",
 ]
 dependencies = [
-  "toml-fmt-common==1.0.1",
+  "toml-fmt-common>=1.0.1",
 ]
 urls."Bug Tracker" = "https://github.com/tox-dev/toml-fmt/issues"
 urls."Changelog" = "https://github.com/tox-dev/toml-fmt/blob/main/pyproject-fmt/CHANGELOG.md"