Skip to content

Commit 9ef477a

Browse files
Bump twisted from 22.1 to 22.4.0 in /backend/requirements
Bumps [twisted](https://github.com/twisted/twisted) from 22.1 to 22.4.0. - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](twisted/twisted@twisted-22.1.0...twisted-22.4.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dca1e42 commit 9ef477a

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

backend/requirements/base.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ djangorestframework==3.13.1
44
drf-jwt==1.19.1
55
psycopg2==2.9.1
66
Faker==8.11.0
7-
Twisted==22.1
7+
Twisted==22.4.0
88
gunicorn==20.1.0
99
uvicorn[standard]==0.15.0
1010
websockets==10.3

backend/requirements/base.txt

+3-24
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ botocore==1.23.54
4040
# via
4141
# boto3
4242
# s3transfer
43-
cached-property==1.5.2
44-
# via kombu
4543
celery[redis]==5.2.3
4644
# via
4745
# -r base.in
@@ -149,14 +147,6 @@ idna==3.3
149147
# hyperlink
150148
# requests
151149
# twisted
152-
importlib-metadata==4.11.2
153-
# via
154-
# click
155-
# jsonschema
156-
# kombu
157-
# redis
158-
importlib-resources==5.4.0
159-
# via jsonschema
160150
incremental==21.3.0
161151
# via twisted
162152
inflection==0.5.1
@@ -261,22 +251,14 @@ text-unidecode==1.3
261251
# via faker
262252
tqdm==4.62.3
263253
# via -r base.in
264-
twisted[tls]==22.1.0
254+
twisted[tls]==22.4.0
265255
# via
266256
# -r base.in
267257
# daphne
268258
txaio==22.2.1
269259
# via autobahn
270260
typing-extensions==4.1.1
271-
# via
272-
# asgiref
273-
# async-timeout
274-
# drf-spectacular
275-
# h11
276-
# importlib-metadata
277-
# jsonschema
278-
# twisted
279-
# uvicorn
261+
# via twisted
280262
unicodecsv==0.14.1
281263
# via -r base.in
282264
uritemplate==4.1.1
@@ -306,10 +288,7 @@ websockets==10.3
306288
wrapt==1.13.3
307289
# via deprecated
308290
zipp==3.5.0
309-
# via
310-
# -r base.in
311-
# importlib-metadata
312-
# importlib-resources
291+
# via -r base.in
313292
zope-interface==5.4.0
314293
# via twisted
315294

0 commit comments

Comments
 (0)