summaryrefslogtreecommitdiff
path: root/devel/py-tox-toml-fmt/files/patch-pyproject.toml
blob: 093a9ca0a53fc33dbe3fee9e5c6d00bf9e051544 (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/tox-toml-fmt/CHANGELOG.md"