Skip to content

Commit

Permalink
⬆️ [#339] Upgraded pip package Kombu to version 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhanCitil committed Jun 30, 2023
1 parent 9040bbf commit 940e3ab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ elastic-apm # Elastic APM integration
vng_api_common[markdown_docs]==2.0.4
zgw-consumers==0.26.2 # external api auths
notifications-api-common==0.2.2
kombu==5.3.1
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,10 @@ jsonschema==3.2.0
# via
# -r requirements/base.in
# drf-spectacular
kombu==5.3.0
# via celery
kombu==5.3.1
# via
# -r requirements/base.in
# celery
markdown==3.4.3
# via vng-api-common
maykin-django-two-factor-auth[phonenumbers]==2.0.4
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jsonschema==3.2.0
# via
# -r requirements/base.txt
# drf-spectacular
kombu==5.3.0
kombu==5.3.1
# via
# -r requirements/base.txt
# celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jsonschema==3.2.0
# via
# -r requirements/ci.txt
# drf-spectacular
kombu==5.3.0
kombu==5.3.1
# via
# -r requirements/ci.txt
# celery
Expand Down

0 comments on commit 940e3ab

Please sign in to comment.