Skip to content

Commit 199f95c

Browse files
build(deps-dev): bump matrix-synapse in /requirements
Bumps [matrix-synapse](https://github.com/matrix-org/synapse) from 1.33.0 to 1.57.1. - [Release notes](https://github.com/matrix-org/synapse/releases) - [Changelog](https://github.com/matrix-org/synapse/blob/develop/CHANGES.md) - [Commits](matrix-org/synapse@v1.33.0...v1.57.1) --- updated-dependencies: - dependency-name: matrix-synapse dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcf1b7f commit 199f95c

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

requirements/requirements-ci.txt

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ attrs==19.3.0
4646
# flake8-bugbear
4747
# hypothesis
4848
# jsonschema
49+
# matrix-common
4950
# matrix-synapse
5051
# pytest
5152
# service-identity
@@ -276,14 +277,16 @@ idna==2.8
276277
# via
277278
# -r requirements-dev.txt
278279
# hyperlink
279-
# matrix-synapse
280280
# requests
281281
# twisted
282282
# yarl
283+
ijson==3.1.4
284+
# via
285+
# -r requirements-dev.txt
286+
# matrix-synapse
283287
importlib-metadata==5.0.0
284288
# via
285289
# -r requirements-dev.txt
286-
# flask
287290
# pluggy
288291
incremental==17.5.0
289292
# via
@@ -354,7 +357,11 @@ matplotlib-inline==0.1.2
354357
# ipython
355358
matrix-client==0.3.2
356359
# via -r requirements-dev.txt
357-
matrix-synapse==1.33.0
360+
matrix-common==1.1.0
361+
# via
362+
# -r requirements-dev.txt
363+
# matrix-synapse
364+
matrix-synapse==1.57.1
358365
# via -r requirements-dev.txt
359366
mccabe==0.6.1
360367
# via
@@ -403,6 +410,7 @@ packaging==21.3
403410
# bleach
404411
# build
405412
# marshmallow
413+
# matrix-synapse
406414
# pytest
407415
parsimonious==0.8.1
408416
# via
@@ -724,11 +732,8 @@ typing-extensions==4.4.0
724732
# via
725733
# -r requirements-dev.txt
726734
# aiohttp
727-
# astroid
728-
# black
729735
# matrix-synapse
730736
# mypy
731-
# pylint
732737
# signedjson
733738
# typing-inspect
734739
typing-inspect==0.8.0

requirements/requirements-dev.txt

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ attrs==19.3.0
3232
# via
3333
# -r requirements.txt
3434
# aiohttp
35-
# automat
3635
# flake8-bugbear
3736
# hypothesis
3837
# jsonschema
38+
# matrix-common
3939
# matrix-synapse
4040
# pytest
4141
# service-identity
@@ -241,16 +241,15 @@ hypothesis==6.46.9
241241
idna==2.8
242242
# via
243243
# -r requirements.txt
244-
# hyperlink
245-
# matrix-synapse
246244
# requests
247245
# twisted
248246
# yarl
247+
ijson==3.1.4
248+
# via matrix-synapse
249249
importlib-metadata==5.0.0
250250
# via
251251
# -r requirements-dev.in
252252
# -r requirements.txt
253-
# flask
254253
# pluggy
255254
incremental==17.5.0
256255
# via
@@ -310,7 +309,9 @@ matplotlib-inline==0.1.2
310309
# via ipython
311310
matrix-client==0.3.2
312311
# via -r requirements.txt
313-
matrix-synapse==1.33.0
312+
matrix-common==1.1.0
313+
# via matrix-synapse
314+
matrix-synapse==1.57.1
314315
# via -r requirements-dev.in
315316
mccabe==0.6.1
316317
# via
@@ -356,6 +357,7 @@ packaging==21.3
356357
# bleach
357358
# build
358359
# marshmallow
360+
# matrix-synapse
359361
# pytest
360362
parsimonious==0.8.1
361363
# via
@@ -529,9 +531,7 @@ simplejson==3.17.2
529531
six==1.16.0
530532
# via
531533
# -r requirements.txt
532-
# asttokens
533534
# attrdict
534-
# automat
535535
# bcrypt
536536
# bleach
537537
# flake8-tuple
@@ -555,7 +555,6 @@ structlog==21.5.0
555555
toml==0.10.2
556556
# via
557557
# -r requirements.txt
558-
# pep517
559558
# pylint
560559
tomli==2.0.1
561560
# via
@@ -609,11 +608,8 @@ typing-extensions==4.4.0
609608
# via
610609
# -r requirements.txt
611610
# aiohttp
612-
# astroid
613-
# black
614611
# matrix-synapse
615612
# mypy
616-
# pylint
617613
# signedjson
618614
# typing-inspect
619615
typing-inspect==0.8.0

0 commit comments

Comments
 (0)