diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-06 15:21:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 14:21:55 +0000 |
commit | 3d201151152ca8ba9b9aae8da5b76a26044cc85f (patch) | |
tree | feb54c939058b70f3a3d4a7352a14c689e2f52e3 /pyproject.toml | |
parent | Actually fix typechecking with latest types-jsonschema (#13724) (diff) | |
download | synapse-3d201151152ca8ba9b9aae8da5b76a26044cc85f.tar.xz |
Fix trial-olddeps (#13725)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index a41d88ea74..8b2b5060b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ pyOpenSSL = ">=16.0.0" PyYAML = ">=3.11" pyasn1 = ">=0.1.9" pyasn1-modules = ">=0.0.7" -bcrypt = ">=3.1.0" +bcrypt = ">=3.1.7" Pillow = ">=5.4.0" sortedcontainers = ">=1.4.4" pymacaroons = ">=0.13.0" |