summaryrefslogtreecommitdiff
path: root/devel/py-check-jsonschema/files/patch-setup.cfg
blob: 96643c45f595836950ec06de614415459a78830a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.cfg.orig	2024-03-31 23:13:43 UTC
+++ setup.cfg
@@ -18,7 +18,7 @@ install_requires = 
 install_requires = 
 	importlib-resources>=1.4.0;python_version<"3.9"
 	tomli>=2.0;python_version<"3.11"
-	ruamel.yaml==0.18.6
+	ruamel.yaml>=0.18.6
 	jsonschema>=4.18.0,<5.0
 	regress>=0.4.0
 	requests<3.0