Skip to content

Commit

Permalink
⬇️(back) downgrade django-storages to version 1.14.3
Browse files Browse the repository at this point in the history
In version 1.14.4 there is one modification made that lead to a
breaking change in Joanie as explain in jschneier/django-storages#1430.
We have to wait a newer version with a fix to have the previous behaviour. This
fix is related to a security issue in django. This security is fixed in version
4.2.14, and we already use this version, so we are safe.
  • Loading branch information
jbpenrath committed Sep 26, 2024
1 parent 8004721 commit 00030ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to

## [Unreleased]

### Fixed

- Downgrade to django-storages 1.14.3

## [2.7.0] - 2024-09-23

### Changed
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"matchPackageNames": [
"hashids",
"PyMongo"
"PyMongo",
"django-storages"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"django-object-actions==4.3.0",
"django-parler==2.3",
"django-redis==5.4.0",
"django-storages==1.14.4",
"django-storages==1.14.3",
"django-viewflow==2.2.7",
"Django<5",
"djangorestframework-simplejwt==5.3.1",
Expand Down

0 comments on commit 00030ac

Please sign in to comment.