-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependencies: all packages updated via pip-tools (#10503)
* Dependencies: all packages updated via pip-tools * Dependencies: pin Celery==5.2.7 We can't upgrade Celery since it's raising `UnpickleableExceptionWrapper` and our code is not prepared to handle it. * Dependencies: remove `pillow` * Upgrade again because of Django There was a security release announcement today: https://www.djangoproject.com/weblog/2023/jul/03/security-releases/ --------- Co-authored-by: humitos <[email protected]> Co-authored-by: Manuel Kaufmann <[email protected]>
- Loading branch information
1 parent
15895f8
commit 37650de
Showing
8 changed files
with
121 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,6 @@ | |
|
||
psycopg2 | ||
|
||
# For resizing images | ||
pillow | ||
|
||
structlog-sentry | ||
|
||
# We should unpin this dependency. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.