Update all requirements.txt
What does this MR do and why?
Update requirements.txt to update:
- boto3: 1.38.15 -> 1.40.52
- botocore: 1.38.15 -> 1.40.52
- deepdiff: 8.5.0 -> 8.6.1
- humanize: 4.12.3 -> 4.13.0
- mumpy: 2.2.5 -> 2.3.3
- pytest: 8.5.3 -> 8.4.2
- PyYAML: 6.0.2 -> 6.0.3
- requests: 2.32.3 -> 2.32.5
Tested on locally build docker image with updated dependencies. Reviewed update change logs, no functionally changes should affect Big Bucket.
How to set up and validate locally
Run program and confirm regular functionality.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
Have you checked this doesn't interfere/conflict/duplicate someone elses work? -
Have you fully tested your changes? -
Have you resolved any lint issues? -
Have you assigned a reviewer? -
Have you applied correct labels?