From 23ba6964d64000685256a250e3165fadca7acfd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:16:54 +0000 Subject: [PATCH] chore(deps): bump the python-app-and-dev group Updates the requirements on [tqdm](https://github.com/tqdm/tqdm), [daphne](https://github.com/django/daphne) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `tqdm` to 4.68.1 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.1) Updates `daphne` to 4.2.2 - [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/daphne/compare/4.2.1...4.2.2) Updates `uvicorn` to 0.49.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.48.0...0.49.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.1 dependency-type: direct:production dependency-group: python-app-and-dev - dependency-name: daphne dependency-version: 4.2.2 dependency-type: direct:production dependency-group: python-app-and-dev - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:development dependency-group: python-app-and-dev ... Signed-off-by: dependabot[bot] --- Meshflow/requirements.dev.txt | 4 ++-- Meshflow/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Meshflow/requirements.dev.txt b/Meshflow/requirements.dev.txt index fe2e031..a43e9eb 100644 --- a/Meshflow/requirements.dev.txt +++ b/Meshflow/requirements.dev.txt @@ -17,8 +17,8 @@ isort~=8.0 # live reload watchfiles~=1.2 -uvicorn~=0.48 -uvicorn[standard]~=0.48 +uvicorn~=0.49 +uvicorn[standard]~=0.49 # Include production requirements -r requirements.txt diff --git a/Meshflow/requirements.txt b/Meshflow/requirements.txt index d0a5805..afeb3d4 100644 --- a/Meshflow/requirements.txt +++ b/Meshflow/requirements.txt @@ -10,11 +10,11 @@ django-allauth[socialaccount]~=65.18.0 dj-rest-auth[with_social]~=7.2.0 requests~=2.34.2 cryptography~=48.0.0 -tqdm~=4.67.3 +tqdm~=4.68.1 channels~=4.3.2 channels-redis~=4.3.0 django-redis~=7.0 -daphne~=4.2.1 +daphne~=4.2.2 asgiref~=3.11.1 whitenoise>=6.12.0 celery~=5.6