Fix patch
This commit is contained in:
parent
721a90fdf0
commit
4310789310
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,9 @@ index b40a7bbb76..e32c2c5901 100644
|
|||
--- a/synapse/python_dependencies.py
|
||||
+++ b/synapse/python_dependencies.py
|
||||
@@ -77,9 +77,7 @@ REQUIREMENTS = [
|
||||
"Jinja2>=2.9",
|
||||
"Jinja2>=3.0",
|
||||
"bleach>=1.4.3",
|
||||
# We use `ParamSpec`, which was added in `typing-extensions` 3.10.0.0.
|
||||
"typing-extensions>=3.7.4",
|
||||
- # We enforce that we have a `cryptography` version that bundles an `openssl`
|
||||
- # with the latest security patches.
|
||||
|
@ -26,6 +27,5 @@ index b40a7bbb76..e32c2c5901 100644
|
|||
# ijson 3.1.4 fixes a bug with "." in property names
|
||||
"ijson>=3.1.4",
|
||||
"matrix-common~=1.1.0",
|
||||
--
|
||||
--
|
||||
2.35.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue