소스 검색

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 년 전
committed by GitHub
부모
커밋
5831bed450
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      changelog.d/14720.misc
  2. +1
    -1
      pyproject.toml

+ 1
- 0
changelog.d/14720.misc 파일 보기

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

+ 1
- 1
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"


불러오는 중...
취소
저장