Merge pull request #188 from ggogel/renovate/future-1.x

Update dependency future to v1
This commit is contained in:
Gerrit Gogel 2024-04-16 17:26:58 +02:00 committed by GitHub
commit 5cacd2fe8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ python3-dev
RUN python3 -m pip install --upgrade pip &&\ RUN python3 -m pip install --upgrade pip &&\
pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \ pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \
future==0.18.3 \ future==1.0.0 \
pillow==10.2.0 \ pillow==10.2.0 \
captcha==0.5.0 \ captcha==0.5.0 \
pyjwt==2.8.0 \ pyjwt==2.8.0 \