Skip to content

Commit 645b53e

Browse files
chore(deps): update kombu requirement from ==5.3.* to ==5.5.*
Updates the requirements on [kombu](https://github.com/celery/kombu) to permit the latest version. - [Release notes](https://github.com/celery/kombu/releases) - [Changelog](https://github.com/celery/kombu/blob/main/Changelog.rst) - [Commits](celery/kombu@v5.3.0a1...v5.5.4) --- updated-dependencies: - dependency-name: kombu dependency-version: 5.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f768089 commit 645b53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
'webauthn==2.2.*',
4343
'django-formtools==2.5.1',
4444
"celery==5.4.*",
45-
'kombu==5.3.*',
45+
'kombu==5.5.*',
4646
'django-statici18n==2.5.*',
4747
'css-inline==0.14.*',
4848
'BeautifulSoup4==4.12.*',

0 commit comments

Comments
 (0)