Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 5831bed

Browse files
authored
Bump minimum PyYAML to 3.13. (#14720)
PyYAML 3.13 fixes some issues with Python 3.7 compatibility and was released in 2018.
1 parent b624e01 commit 5831bed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/14720.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump minimum PyYAML to 3.13.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Twisted = {extras = ["tls"], version = ">=18.9.0"}
136136
treq = ">=15.1"
137137
# Twisted has required pyopenssl 16.0 since about Twisted 16.6.
138138
pyOpenSSL = ">=16.0.0"
139-
PyYAML = ">=3.11"
139+
PyYAML = ">=3.13"
140140
pyasn1 = ">=0.1.9"
141141
pyasn1-modules = ">=0.0.7"
142142
bcrypt = ">=3.1.7"

0 commit comments

Comments
 (0)