Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-storages to 1.14.5 #5690

Merged
merged 3 commits into from
Feb 17, 2025

Conversation

pyup-bot
Copy link
Collaborator

This PR updates django-storages[s3] from 1.14.4 to 1.14.5.

Changelog

1.14.5

*******************

General
-------

- Revert ``exists()`` behavior to pre-1.14.4 semantics with additional hardening for Django versions < 4.2 to fix
CVE-2024-39330. This change matches the eventual behavior Django itself shipped with. (`1484`_, `1486`_)
- Add support for Django 5.1 (`1444`_)

Azure
-----

- **Deprecated**: The setting ``AZURE_API_VERSION/api_version`` setting is deprecated in favor of
the new ``AZURE_CLIENT_OPTIONS`` setting. A future version will remove support for this setting.
- Add ``AZURE_CLIENT_OPTIONS`` settings to enable customization of all ``BlobServiceClient`` parameters
such as ``api_version`` and all ``retry*`` options. (`1432`_)

Dropbox
-------

- As part of the above hardening fix a bug was uncovered whereby a ``root_path`` setting would be applied
multiple times during ``save()`` (`1484`_)

FTP
---

- Fix incorrect ``exists()`` results due to an errant appended slash (`1438`_)

Google Cloud
------------

- Switch checksum to ``crc32c`` to fix downloading when running in FIPS mode (`1473`_)
- Fix double decompression when using ``gzip`` (`1457`_)


.. _1484: https://github.com/jschneier/django-storages/pull/1484
.. _1486: https://github.com/jschneier/django-storages/pull/1486
.. _1444: https://github.com/jschneier/django-storages/pull/1444
.. _1432: https://github.com/jschneier/django-storages/pull/1432
.. _1473: https://github.com/jschneier/django-storages/pull/1473
.. _1457: https://github.com/jschneier/django-storages/pull/1457
.. _1438: https://github.com/jschneier/django-storages/pull/1438
Links

@browniebroke browniebroke merged commit c448ff5 into master Feb 17, 2025
15 checks passed
@browniebroke browniebroke deleted the pyup-update-django-storages-1.14.4-to-1.14.5 branch February 17, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants