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:
commit
c7efb36792
|
|
@ -1,5 +1,5 @@
|
|||
boto3==1.40.37
|
||||
boto3==1.41.3
|
||||
psycopg2-binary==2.9.10
|
||||
python-dotenv==1.1.1
|
||||
python-dotenv==1.2.1
|
||||
py7zr==1.0.0
|
||||
schedule==1.2.2
|
||||
Loading…
Reference in New Issue