Browse Source

Bump minimum PyYAML to 3.13. (#14720)

PyYAML 3.13 fixes some issues with Python 3.7 compatibility
and was released in 2018.
tags/v1.75.0rc1
Patrick Cloke 1 year ago
committed by GitHub
parent
commit
5831bed450
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      changelog.d/14720.misc
  2. +1
    -1
      pyproject.toml

+ 1
- 0
changelog.d/14720.misc View File

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

+ 1
- 1
pyproject.toml 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"


Loading…
Cancel
Save