Unpin most of our tools' python dependencies (#29845)

* Looser tools versioning.

* Re-pin avulto
This commit is contained in:
Charlie Nolan
2025-07-23 16:46:06 +00:00
committed by GitHub
parent e092466f69
commit ee5e509838
+6 -6
View File
@@ -1,11 +1,11 @@
pygit2==1.13.1
bidict==0.22.1
Pillow==10.3.0
json5==0.9.14
pygit2>=1.13.1
bidict>=0.22.1
Pillow>=10.3.0
json5>=0.9.14
# changelogs
PyYaml==6.0.1 # maplint also
beautifulsoup4==4.12.2
PyYaml>=6.0.1 # maplint also
beautifulsoup4>=4.12.2
# various CI checks
avulto==0.1.13