Explorar el Código

chore(api): bump captcha, remove old dependency workaround

Peter Thomassen hace 2 años
padre
commit
86f138c73b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      api/requirements.txt

+ 1 - 2
api/requirements.txt

@@ -1,4 +1,4 @@
-captcha~=0.4.0
+captcha~=0.5.0
 celery~=5.3.1
 coverage~=7.2.7
 cryptography~=41.0.2
@@ -11,7 +11,6 @@ django-pgtrigger~=4.7.0
 django-prometheus~=2.3.1
 dnspython~=2.4.1
 httpretty~=1.0.5  # 1.1 breaks tests. Does not run in production, so stick to it.
-Pillow~=9.5.0  # added to control captcha's dependency version, https://github.com/lepture/captcha/issues/63
 pyotp~=2.8.0
 psycopg~=3.1.9
 prometheus-client~=0.17.1  # added to control django-prometheus' dependency version