1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-22 07:19:02 +00:00

pin pip to 24.1 until #8415 is fixed

This commit is contained in:
Thomas Waldmann 2024-09-30 20:09:48 +02:00
parent 7a0540db7b
commit 358ceab64d
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
setuptools==75.1.0
setuptools-scm==8.1.0
pip==24.2
pip==24.1
wheel==0.44.0
virtualenv==20.26.5
build==1.2.2

View file

@ -1,6 +1,6 @@
setuptools >=45, !=60.6.0, !=60.7.0
setuptools_scm
pip
pip ==24.1
wheel
virtualenv
build