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

⬆️ [#541] Upgrade kombu to 5.4.2 #542

Merged
merged 1 commit into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
open-api-framework


# Core python libraries
glom # data represenation based on spec
jsonschema
Expand All @@ -10,3 +11,8 @@ django-setup-configuration>=0.5.0
notifications-api-common[setup-configuration]
zgw-consumers[setup-configuration]
mozilla-django-oidc-db[setup-configuration]

# celery dependencies
# TODO this should be moved to open-api-framework once it is verified that this fixes
# maykinmedia/objects-api#541
kombu>=5.4.0
10 changes: 7 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,10 @@ jsonschema==4.17.3
# via
# -r requirements/base.in
# drf-spectacular
kombu==5.3.5
# via celery
kombu==5.4.2
# via
# -r requirements/base.in
# celery
markupsafe==2.1.3
# via jinja2
maykin-2fa==1.0.1
Expand Down Expand Up @@ -341,7 +343,9 @@ typing-extensions==4.9.0
# pydantic-core
# zgw-consumers
tzdata==2024.1
# via celery
# via
# celery
# kombu
uritemplate==3.0.1
# via
# coreapi
Expand Down
3 changes: 2 additions & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ jsonschema==4.17.3
# -c requirements/base.txt
# -r requirements/base.txt
# drf-spectacular
kombu==5.3.5
kombu==5.4.2
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -742,6 +742,7 @@ tzdata==2024.1
# -c requirements/base.txt
# -r requirements/base.txt
# celery
# kombu
uritemplate==3.0.1
# via
# -c requirements/base.txt
Expand Down
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ jsonschema==4.17.3
# -c requirements/ci.txt
# -r requirements/ci.txt
# drf-spectacular
kombu==5.3.5
kombu==5.4.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -931,6 +931,7 @@ tzdata==2024.1
# -c requirements/ci.txt
# -r requirements/ci.txt
# celery
# kombu
uritemplate==3.0.1
# via
# -c requirements/ci.txt
Expand Down
Loading