Skip to content

Commit

Permalink
[noissue]: Bump django-storages[boto3] from 1.14.3 to 1.14.4
Browse files Browse the repository at this point in the history
Bumps [django-storages[boto3]](https://github.com/jschneier/django-storages) from 1.14.3 to 1.14.4.
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.14.3...1.14.4)

---
updated-dependencies:
- dependency-name: django-storages[boto3]
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent f566600 commit 3f6fc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
install_requires=requirements,
extras_require={
"sftp": ["django-storages[sftp]==1.14.4"],
"s3": ["django-storages[boto3]==1.14.3"],
"s3": ["django-storages[boto3]==1.14.4"],
"google": ["django-storages[google]==1.14.3"],
"azure": ["django-storages[azure]==1.14.3"],
"prometheus": ["django-prometheus"],
Expand Down

0 comments on commit 3f6fc26

Please sign in to comment.