From f3be03364519eb6521784290d501f65c11ef668a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:20:51 +0000 Subject: [PATCH] Bump the all group across 1 directory with 10 updates Bumps the all group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.3.1` | `8.3.3` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.5` | `46.0.7` | | [django](https://github.com/django/django) | `5.2.11` | `5.2.13` | | [idna](https://github.com/kjd/idna) | `3.11` | `3.13` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.11` | `2.9.12` | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.6.2` | `0.6.3` | | [tomli](https://github.com/hukkin/tomli) | `2.4.0` | `2.4.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.41.0` | `0.46.0` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.11.0` | `6.12.0` | | [zope-interface](https://github.com/zopefoundation/zope.interface) | `8.2` | `8.4` | Updates `click` from 8.3.1 to 8.3.3 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.1...8.3.3) Updates `cryptography` from 46.0.5 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.7) Updates `django` from 5.2.11 to 5.2.13 - [Commits](https://github.com/django/django/compare/5.2.11...5.2.13) Updates `idna` from 3.11 to 3.13 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.11...v3.13) Updates `psycopg2-binary` from 2.9.11 to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.11...2.9.12) Updates `pyasn1` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](https://github.com/pyasn1/pyasn1/compare/v0.6.2...v0.6.3) Updates `tomli` from 2.4.0 to 2.4.1 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.4.0...2.4.1) Updates `uvicorn` from 0.41.0 to 0.46.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.41.0...0.46.0) Updates `whitenoise` from 6.11.0 to 6.12.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.11.0...6.12.0) Updates `zope-interface` from 8.2 to 8.4 - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/zope.interface/compare/8.2...8.4) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: django dependency-version: 5.2.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: idna dependency-version: '3.13' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tomli dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: zope-interface dependency-version: '8.4' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9a0bf27..3d359b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,21 +6,21 @@ Automat==25.4.16 cffi==2.0.0 channels==4.3.2 channels_redis==4.3.0 -click==8.3.1 +click==8.3.3 constantly==23.10.4 -cryptography==46.0.5 +cryptography==46.0.7 daphne==4.2.1 -Django==5.2.11 +Django==5.2.13 django-redis==6.0.0 h11==0.16.0 hyperlink==21.0.0 -idna==3.11 +idna==3.13 incremental==24.11.0 logger==1.4 msgpack==1.1.2 psycopg==3.3.3 -psycopg2-binary==2.9.11 -pyasn1==0.6.2 +psycopg2-binary==2.9.12 +pyasn1==0.6.3 pyasn1_modules==0.4.2 pycparser==2.23 pyOpenSSL==25.3.0 @@ -28,11 +28,11 @@ redis==6.4.0 service-identity==24.2.0 sqlparse==0.5.5 tk==0.1.0 -tomli==2.4.0 +tomli==2.4.1 Twisted==25.5.0 txaio==25.9.2 typing_extensions==4.15.0 -uvicorn==0.41.0 -whitenoise==6.11.0 -zope.interface==8.2 +uvicorn==0.46.0 +whitenoise==6.12.0 +zope.interface==8.4 setuptools==78.1.1