Sfoglia il codice sorgente

Merge pull request #2460 from nginx-proxy/pin-request

fix: hardcode requests package version to 2.31.0
Nicolas Duchon 1 anno fa
parent
commit
b4c7ea603e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      test/requirements/python-requirements.txt

+ 1 - 1
test/requirements/python-requirements.txt

@@ -1,4 +1,4 @@
 backoff==2.2.1
 docker==7.0.0
 pytest==8.2.1
-requests==2.32.1
+requests==2.31.0