Skip to content

Commit a765af2

Browse files
committed
temporary pin requests!=2.32 to avoid issue with docker-py (relates to docker/docker-py#3257, psf/requests#6710, #651, #650)
1 parent 173b7aa commit a765af2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ pytz
8282
pywps==4.6.0
8383
pyyaml>=5.2
8484
rdflib>=5 # pyup: ignore
85-
requests
85+
# FIXME: temporary workaround
86+
# 'requests=2.32' needed for CVE-2024-35195
87+
# (https://github.com/psf/requests/releases/tag/v2.32.0, https://github.com/psf/requests/pull/6710)
88+
# however, https://github.com/docker/docker-py/pull/3257 not yet released, 'docker-py' broken by 'requests=2.32' change
89+
requests!=2.32
8690
requests_file
8791
ruamel.yaml>=0.16
8892
# force use of later mistune (https://github.com/common-workflow-language/schema_salad/pull/619#issuecomment-1346025607)

0 commit comments

Comments
 (0)