From 96b1415110824e380a700b73f632d5c05b7d56ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 14:03:15 +0000 Subject: [PATCH] build(deps): bump celery from 5.4.0 to 5.6.3 Bumps [celery](https://github.com/celery/celery) from 5.4.0 to 5.6.3. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.4.0...v5.6.3) --- updated-dependencies: - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 23 ++++++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a23ce07..3d7154c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = "AGPL-3.0-only" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "celery==5.4.0", + "celery==5.6.3", "cryptography==46.0.3", "django-cors-headers==4.3.1", "django-formtools>=2.5.1", diff --git a/uv.lock b/uv.lock index 0be394f..43f6e7d 100644 --- a/uv.lock +++ b/uv.lock @@ -51,7 +51,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "celery", specifier = "==5.4.0" }, + { name = "celery", specifier = "==5.6.3" }, { name = "cotton-icons", specifier = ">=0.2.0" }, { name = "cryptography", specifier = "==46.0.3" }, { name = "django", specifier = "==4.2.27" }, @@ -179,7 +179,7 @@ wheels = [ [[package]] name = "celery" -version = "5.4.0" +version = "5.6.3" source = { registry = "https://mirrors.aliyun.com/pypi/simple" } dependencies = [ { name = "billiard" }, @@ -187,14 +187,15 @@ dependencies = [ { name = "click-didyoumean" }, { name = "click-plugins" }, { name = "click-repl" }, + { name = "exceptiongroup", marker = "python_full_version < '3.11'" }, { name = "kombu" }, { name = "python-dateutil" }, - { name = "tzdata" }, + { name = "tzlocal" }, { name = "vine" }, ] -sdist = { url = "https://mirrors.aliyun.com/pypi/packages/8a/9c/cf0bce2cc1c8971bf56629d8f180e4ca35612c7e79e6e432e785261a8be4/celery-5.4.0.tar.gz", hash = "sha256:504a19140e8d3029d5acad88330c541d4c3f64c789d85f94756762d8bca7e706" } +sdist = { url = "https://mirrors.aliyun.com/pypi/packages/e8/b4/a1233943ab5c8ea05fb877a88a0a0622bf47444b99e4991a8045ac37ea1d/celery-5.6.3.tar.gz", hash = "sha256:177006bd2054b882e9f01be59abd8529e88879ef50d7918a7050c5a9f4e12912" } wheels = [ - { url = "https://mirrors.aliyun.com/pypi/packages/90/c4/6a4d3772e5407622feb93dd25c86ce3c0fee746fa822a777a627d56b4f2a/celery-5.4.0-py3-none-any.whl", hash = "sha256:369631eb580cf8c51a82721ec538684994f8277637edde2dfc0dacd73ed97f64" }, + { url = "https://mirrors.aliyun.com/pypi/packages/cf/c9/6eccdda96e098f7ae843162db2d3c149c6931a24fda69fe4ab84d0027eb5/celery-5.6.3-py3-none-any.whl", hash = "sha256:0808f42f80909c4d5833202360ffafb2a4f83f4d8e23e1285d926610e9a7afa6" }, ] [[package]] @@ -1534,6 +1535,18 @@ wheels = [ { url = "https://mirrors.aliyun.com/pypi/packages/c7/b0/003792df09decd6849a5e39c28b513c06e84436a54440380862b5aeff25d/tzdata-2025.3-py2.py3-none-any.whl", hash = "sha256:06a47e5700f3081aab02b2e513160914ff0694bce9947d6b76ebd6bf57cfc5d1" }, ] +[[package]] +name = "tzlocal" +version = "5.3.1" +source = { registry = "https://mirrors.aliyun.com/pypi/simple" } +dependencies = [ + { name = "tzdata", marker = "sys_platform == 'win32'" }, +] +sdist = { url = "https://mirrors.aliyun.com/pypi/packages/8b/2e/c14812d3d4d9cd1773c6be938f89e5735a1f11a9f184ac3639b93cef35d5/tzlocal-5.3.1.tar.gz", hash = "sha256:cceffc7edecefea1f595541dbd6e990cb1ea3d19bf01b2809f362a03dd7921fd" } +wheels = [ + { url = "https://mirrors.aliyun.com/pypi/packages/c2/14/e2a54fabd4f08cd7af1c07030603c3356b74da07f7cc056e600436edfa17/tzlocal-5.3.1-py3-none-any.whl", hash = "sha256:eb1a66c3ef5847adf7a834f1be0800581b683b5608e74f86ecbcef8ab91bb85d" }, +] + [[package]] name = "urllib3" version = "2.7.0"