diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-12-21 12:29:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 12:29:19 -0500 |
commit | 5831bed45061d9be237cf9e97812c2b73a18fea9 (patch) | |
tree | 1de274c3a96463de9e0e7115de0836174fc6bfe8 /pyproject.toml | |
parent | (remove no-op changelog entry) (diff) | |
download | synapse-5831bed45061d9be237cf9e97812c2b73a18fea9.tar.xz |
Bump minimum PyYAML to 3.13. (#14720)
PyYAML 3.13 fixes some issues with Python 3.7 compatibility and was released in 2018.
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 21bc11da88..3281441534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,7 @@ Twisted = {extras = ["tls"], version = ">=18.9.0"} treq = ">=15.1" # Twisted has required pyopenssl 16.0 since about Twisted 16.6. pyOpenSSL = ">=16.0.0" -PyYAML = ">=3.11" +PyYAML = ">=3.13" pyasn1 = ">=0.1.9" pyasn1-modules = ">=0.0.7" bcrypt = ">=3.1.7" |