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
|
--- a/synapse/python_dependencies.py
|
||||||
+++ b/synapse/python_dependencies.py
|
+++ b/synapse/python_dependencies.py
|
||||||
@@ -77,9 +77,7 @@ REQUIREMENTS = [
|
@@ -77,9 +77,7 @@ REQUIREMENTS = [
|
||||||
"Jinja2>=2.9",
|
"Jinja2>=3.0",
|
||||||
"bleach>=1.4.3",
|
"bleach>=1.4.3",
|
||||||
|
# We use `ParamSpec`, which was added in `typing-extensions` 3.10.0.0.
|
||||||
"typing-extensions>=3.7.4",
|
"typing-extensions>=3.7.4",
|
||||||
- # We enforce that we have a `cryptography` version that bundles an `openssl`
|
- # We enforce that we have a `cryptography` version that bundles an `openssl`
|
||||||
- # with the latest security patches.
|
- # with the latest security patches.
|
||||||
|
@ -28,4 +29,3 @@ index b40a7bbb76..e32c2c5901 100644
|
||||||
"matrix-common~=1.1.0",
|
"matrix-common~=1.1.0",
|
||||||
--
|
--
|
||||||
2.35.1
|
2.35.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue