-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
Update redata in requirements.txt to 0.51. This release updates the requests and urllib3 libraries with possible breaking changes.
requests2.29 introduces a change to how chunked downloads are handledrequests2.30 introducesurllib32.0 which itself may have breaking changes
Suggested Implementation
ReBACH uses chunked downloads. Therefore, the following tests are needed.
- test downloading large files (anything more than a few tens of MB)