Bump minimum PyYAML to 3.13. (#14720)

PyYAML 3.13 fixes some issues with Python 3.7 compatibility
and was released in 2018.
This commit is contained in:
Patrick Cloke
2022-12-21 12:29:19 -05:00
committed by GitHub
parent b624e010f1
commit 5831bed450
2 changed files with 2 additions and 1 deletions

1
changelog.d/14720.misc Normal file
View File

@@ -0,0 +1 @@
Bump minimum PyYAML to 3.13.

View File

@@ -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"