From c3dd30501d1ea77085a8c3a1bef977921ed6758b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 00:46:18 +0000 Subject: [PATCH] chore(deps): Bump channels from 4.2.0 to 4.2.2 Bumps [channels](https://github.com/django/channels) from 4.2.0 to 4.2.2. - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/4.2.0...4.2.2) --- updated-dependencies: - dependency-name: channels dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index dc8412aa7b..bcaeb1f5c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -462,14 +462,14 @@ files = [ [[package]] name = "channels" -version = "4.2.0" +version = "4.2.2" description = "Brings async, event-driven capabilities to Django." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "channels-4.2.0-py3-none-any.whl", hash = "sha256:6b75bc8d6888fb7236e7e7bf1948520b72d296ad08216a242fc56b1db0ffde1a"}, - {file = "channels-4.2.0.tar.gz", hash = "sha256:d9e707487431ba5dbce9af982970dab3b0efd786580fadb99e45dca5e39fdd59"}, + {file = "channels-4.2.2-py3-none-any.whl", hash = "sha256:ff36a6e1576cacf40bcdc615fa7aece7a709fc4fdd2dc87f2971f4061ffdaa81"}, + {file = "channels-4.2.2.tar.gz", hash = "sha256:8d7208e48ab8fdb972aaeae8311ce920637d97656ffc7ae5eca4f93f84bcd9a0"}, ] [package.dependencies] @@ -4033,4 +4033,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.11.2,<3.14" -content-hash = "b8f809351cadde38d5eb8d25d9cac5cd689678f39ba0576cdaa07e243ffd32f8" +content-hash = "dfb88373d9210bd63e29e3e49de530a4b9eebafcd367755eda30c2ba16acaeda" diff --git a/pyproject.toml b/pyproject.toml index 161f5a3e1a..06e0d0753f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ sendgrid = "^6.11.0" atproto = "^0.0.55" django-redis = "^5.4.0" uvicorn = "^0.34.0" -channels = "^4.2.0" +channels = "^4.2.2" channels-redis = "^4.2.1" aiohttp = "^3.11.14" drf-yasg = "^1.21.10"