mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-23 18:45:53 -04:00
Merge pull request #9567 from charmikadi/fix/remove-chardet-pin
requirements: remove chardet < 6 pin, no longer needed with requests >= 2.32.6
This commit is contained in:
commit
3246b0f8eb
2 changed files with 0 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
chardet==5.2.0
|
||||
setuptools==80.10.2
|
||||
setuptools-scm==9.2.2
|
||||
pip==26.0.1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
chardet < 6
|
||||
setuptools >=78.1.1
|
||||
setuptools_scm
|
||||
pip !=24.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue