py-types-requests: add 2.31.0.2 (#40039)

pull/39847/merge
Manuela Kuhn 2023-09-18 18:34:01 +02:00 committed by GitHub
parent 74974d85f6
commit 0e47548cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -12,9 +12,10 @@ class PyTypesRequests(PythonPackage):
homepage = "https://github.com/python/typeshed"
pypi = "types-requests/types-requests-2.28.10.tar.gz"
version("2.31.0.2", sha256="6aa3f7faf0ea52d728bb18c0a0d1522d9bfd8c72d26ff6f61bfc3d06a411cf40")
version("2.28.10", sha256="97d8f40aa1ffe1e58c3726c77d63c182daea9a72d9f1fa2cafdea756b2a19f2c")
depends_on("python@3.7:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-types-urllib3@:1.26", type=("build", "run"))
depends_on("py-types-urllib3", type=("build", "run"))
depends_on("py-types-urllib3@:1.26", when="@:2.29", type=("build", "run"))