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

Commit

Permalink
Bump minimum PyYAML to 3.13. (#14720)
Browse files Browse the repository at this point in the history
PyYAML 3.13 fixes some issues with Python 3.7 compatibility
and was released in 2018.
  • Loading branch information
clokep authored Dec 21, 2022
1 parent b624e01 commit 5831bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/14720.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump minimum PyYAML to 3.13.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5831bed

Please sign in to comment.