Skip to content

Commit 0b60ecd

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.45.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.45.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 bd03933 commit 0b60ecd

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

requirements/requirements-ci.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ idna==2.8
304304
# requests
305305
# twisted
306306
# yarl
307+
ijson==3.1.4
308+
# via
309+
# -r requirements-dev.txt
310+
# matrix-synapse
307311
importlib-metadata==4.8.1
308312
# via
309313
# -r requirements-dev.txt
@@ -383,7 +387,7 @@ matplotlib-inline==0.1.2
383387
# ipython
384388
matrix-client==0.3.2
385389
# via -r requirements-dev.txt
386-
matrix-synapse==1.33.0
390+
matrix-synapse==1.45.1
387391
# via -r requirements-dev.txt
388392
mccabe==0.6.1
389393
# via

requirements/requirements-dev.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ idna==2.8
277277
# requests
278278
# twisted
279279
# yarl
280+
ijson==3.1.4
281+
# via matrix-synapse
280282
importlib-metadata==4.8.1
281283
# via pluggy
282284
incremental==17.5.0
@@ -341,7 +343,7 @@ matplotlib-inline==0.1.2
341343
# via ipython
342344
matrix-client==0.3.2
343345
# via -r requirements.txt
344-
matrix-synapse==1.33.0
346+
matrix-synapse==1.45.1
345347
# via -r requirements-dev.in
346348
mccabe==0.6.1
347349
# via

0 commit comments

Comments
 (0)