Merge pull request #9 from BigDaddyAman/deps-update

This pull request updates two dependencies to their latest stable versions:

- boto3: 1.40.37 → 1.41.3
- python-dotenv: 1.1.1 → 1.2.1

These updates include upstream bug fixes, minor improvements, and compatibility updates for AWS SDK functionality and environment variable handling.

All updated packages have been tested in the current project environment:
- Application starts without errors
- AWS-related features work as expected
- Environment variable loading behaves normally

No breaking changes observed. Safe to merge.
This commit is contained in:
Aman 2025-11-25 05:05:32 +08:00 committed by GitHub
commit c7efb36792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
boto3==1.40.37 boto3==1.41.3
psycopg2-binary==2.9.10 psycopg2-binary==2.9.10
python-dotenv==1.1.1 python-dotenv==1.2.1
py7zr==1.0.0 py7zr==1.0.0
schedule==1.2.2 schedule==1.2.2