From 5f4ba1a4ac8ca62ba5367536340c5954dbcd6169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 00:31:50 +0100 Subject: [PATCH] core: bump channels from 4.3.1 to 4.3.2 (#19458) Bumps [channels](https://github.com/django/channels) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/4.3.1...4.3.2) --- updated-dependencies: - dependency-name: channels dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb8ecc0eaa..4eb97cbdd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "ak-guardian==3.2.0", "argon2-cffi==25.1.0", "cachetools==6.2.4", - "channels==4.3.1", + "channels==4.3.2", "cryptography==46.0.3", "dacite==1.9.2", "deepmerge==2.0", diff --git a/uv.lock b/uv.lock index 16b9500e00..89a3bb0fd6 100644 --- a/uv.lock +++ b/uv.lock @@ -296,7 +296,7 @@ requires-dist = [ { name = "ak-guardian", editable = "packages/ak-guardian" }, { name = "argon2-cffi", specifier = "==25.1.0" }, { name = "cachetools", specifier = "==6.2.4" }, - { name = "channels", specifier = "==4.3.1" }, + { name = "channels", specifier = "==4.3.2" }, { name = "cryptography", specifier = "==46.0.3" }, { name = "dacite", specifier = "==1.9.2" }, { name = "deepmerge", specifier = "==2.0" }, @@ -737,15 +737,15 @@ wheels = [ [[package]] name = "channels" -version = "4.3.1" +version = "4.3.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "asgiref" }, { name = "django" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/12/a0/46450fcf9e56af18a6b0440ba49db6635419bb7bc84142c35f4143b1a66c/channels-4.3.1.tar.gz", hash = "sha256:97413ffd674542db08e16a9ef09cd86ec0113e5f8125fbd33cf0854adcf27cdb", size = 26896, upload-time = "2025-08-01T13:25:19.952Z" } +sdist = { url = "https://files.pythonhosted.org/packages/74/92/b18d4bb54d14986a8b35215a1c9e6a7f9f4d57ca63ac9aee8290ebb4957d/channels-4.3.2.tar.gz", hash = "sha256:f2bb6bfb73ad7fb4705041d07613c7b4e69528f01ef8cb9fb6c21d9295f15667", size = 27023, upload-time = "2025-11-20T15:13:05.102Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/89/1c/eae1c2a8c195760376e7f65d0bdcc3e966695d29cfbe5c54841ce5c71408/channels-4.3.1-py3-none-any.whl", hash = "sha256:b091d4b26f91d807de3e84aead7ba785314f27eaf5bac31dd51b1c956b883859", size = 31286, upload-time = "2025-08-01T13:25:18.845Z" }, + { url = "https://files.pythonhosted.org/packages/16/34/c32915288b7ef482377b6adc401192f98c6a99b3a145423d3b8aed807898/channels-4.3.2-py3-none-any.whl", hash = "sha256:fef47e9055a603900cf16cef85f050d522d9ac4b3daccf24835bd9580705c176", size = 31313, upload-time = "2025-11-20T15:13:02.357Z" }, ] [[package]]