Skip to content

Commit a3a3404

Browse files
Update twisted requirement from >=25.5.0 to >=26.4.0rc2
Updates the requirements on [twisted](https://github.com/twisted/twisted) to permit the latest version. - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](twisted/twisted@twisted-25.5.0...twisted-26.4.0rc2) --- updated-dependencies: - dependency-name: twisted dependency-version: 26.4.0rc2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f3b453 commit a3a3404

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pgvector>=0.4.0 # Python binding for pgvector; PostgreSQL extension v0.8.2+ req
3131
channels==4.3.2 # https://github.com/django/channels
3232
daphne==4.2.1 # https://github.com/django/daphne
3333
channels-redis==4.3.0
34-
Twisted[tls,http2]>=25.5.0
34+
Twisted[tls,http2]>=26.4.0rc2
3535

3636
# Django REST Framework
3737
# ------------------------------------------------------------------------------

requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ python-pptx
5252
# Not directly required, pinned by Snyk to avoid a vulnerability
5353
# ------------------------------------------------------------------------------
5454
django==5.2.13 # https://www.djangoproject.com/
55-
twisted>=25.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
55+
twisted>=26.4.0rc2 # not directly required, pinned by Snyk to avoid a vulnerability
5656
ipython>=9.13.0 # not directly required, pinned by Snyk to avoid a vulnerability
5757
requests>=2.33.1,<3 # not directly required, pinned by Snyk to avoid a vulnerability
5858
setuptools>=82.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ google-auth==2.49.2
1818
# Duplicated accross requirements files due to Snyk not understanding requirements inheritance
1919
# ------------------------------------------------------------------------------
2020
django==5.2.13 # https://www.djangoproject.com/
21-
twisted>=25.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
21+
twisted>=26.4.0rc2 # not directly required, pinned by Snyk to avoid a vulnerability
2222
ipython>=9.13.0 # not directly required, pinned by Snyk to avoid a vulnerability
2323
requests>=2.33.1,<3 # not directly required, pinned by Snyk to avoid a vulnerability
2424
setuptools>=82.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)