From 7444840a99357049d503c7458a33ac8d0d57d460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 08:25:59 +0000 Subject: [PATCH] chore(deps): bump the python-app-and-dev group across 1 directory with 5 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [uvicorn](https://github.com/Kludex/uvicorn), [cryptography](https://github.com/pyca/cryptography), [tqdm](https://github.com/tqdm/tqdm) and [daphne](https://github.com/django/daphne) to permit the latest version. Updates `pytest` to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.0...9.1.0) 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) Updates `cryptography` to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.0...49.0.0) Updates `tqdm` to 4.68.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.3) 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) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 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: pytest dependency-version: 9.1.0 dependency-type: direct:development dependency-group: python-app-and-dev - dependency-name: tqdm dependency-version: 4.68.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 | 6 +++--- Meshflow/requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Meshflow/requirements.dev.txt b/Meshflow/requirements.dev.txt index fe2e031..3de2c83 100644 --- a/Meshflow/requirements.dev.txt +++ b/Meshflow/requirements.dev.txt @@ -1,5 +1,5 @@ # Testing -pytest~=9.0 +pytest~=9.1 pytest-django~=4.12 pytest-cov~=7.1 pytest-asyncio~=1.4 @@ -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..5519694 100644 --- a/Meshflow/requirements.txt +++ b/Meshflow/requirements.txt @@ -9,12 +9,12 @@ django-prometheus~=2.5 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 +cryptography~=49.0.0 +tqdm~=4.68.3 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