Skip to content

Commit

Permalink
build(deps-dev): bump matrix-synapse in /requirements
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Oct 13, 2022
1 parent bcf1b7f commit 199f95c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
17 changes: 11 additions & 6 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ attrs==19.3.0
# flake8-bugbear
# hypothesis
# jsonschema
# matrix-common
# matrix-synapse
# pytest
# service-identity
Expand Down Expand Up @@ -276,14 +277,16 @@ idna==2.8
# via
# -r requirements-dev.txt
# hyperlink
# matrix-synapse
# requests
# twisted
# yarl
ijson==3.1.4
# via
# -r requirements-dev.txt
# matrix-synapse
importlib-metadata==5.0.0
# via
# -r requirements-dev.txt
# flask
# pluggy
incremental==17.5.0
# via
Expand Down Expand Up @@ -354,7 +357,11 @@ matplotlib-inline==0.1.2
# ipython
matrix-client==0.3.2
# via -r requirements-dev.txt
matrix-synapse==1.33.0
matrix-common==1.1.0
# via
# -r requirements-dev.txt
# matrix-synapse
matrix-synapse==1.57.1
# via -r requirements-dev.txt
mccabe==0.6.1
# via
Expand Down Expand Up @@ -403,6 +410,7 @@ packaging==21.3
# bleach
# build
# marshmallow
# matrix-synapse
# pytest
parsimonious==0.8.1
# via
Expand Down Expand Up @@ -724,11 +732,8 @@ typing-extensions==4.4.0
# via
# -r requirements-dev.txt
# aiohttp
# astroid
# black
# matrix-synapse
# mypy
# pylint
# signedjson
# typing-inspect
typing-inspect==0.8.0
Expand Down
18 changes: 7 additions & 11 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ attrs==19.3.0
# via
# -r requirements.txt
# aiohttp
# automat
# flake8-bugbear
# hypothesis
# jsonschema
# matrix-common
# matrix-synapse
# pytest
# service-identity
Expand Down Expand Up @@ -241,16 +241,15 @@ hypothesis==6.46.9
idna==2.8
# via
# -r requirements.txt
# hyperlink
# matrix-synapse
# requests
# twisted
# yarl
ijson==3.1.4
# via matrix-synapse
importlib-metadata==5.0.0
# via
# -r requirements-dev.in
# -r requirements.txt
# flask
# pluggy
incremental==17.5.0
# via
Expand Down Expand Up @@ -310,7 +309,9 @@ matplotlib-inline==0.1.2
# via ipython
matrix-client==0.3.2
# via -r requirements.txt
matrix-synapse==1.33.0
matrix-common==1.1.0
# via matrix-synapse
matrix-synapse==1.57.1
# via -r requirements-dev.in
mccabe==0.6.1
# via
Expand Down Expand Up @@ -356,6 +357,7 @@ packaging==21.3
# bleach
# build
# marshmallow
# matrix-synapse
# pytest
parsimonious==0.8.1
# via
Expand Down Expand Up @@ -529,9 +531,7 @@ simplejson==3.17.2
six==1.16.0
# via
# -r requirements.txt
# asttokens
# attrdict
# automat
# bcrypt
# bleach
# flake8-tuple
Expand All @@ -555,7 +555,6 @@ structlog==21.5.0
toml==0.10.2
# via
# -r requirements.txt
# pep517
# pylint
tomli==2.0.1
# via
Expand Down Expand Up @@ -609,11 +608,8 @@ typing-extensions==4.4.0
# via
# -r requirements.txt
# aiohttp
# astroid
# black
# matrix-synapse
# mypy
# pylint
# signedjson
# typing-inspect
typing-inspect==0.8.0
Expand Down

0 comments on commit 199f95c

Please sign in to comment.