Merge pull request #170 from ggogel/renovate/colorlog-6.x

Update dependency colorlog to v6.8.2
This commit is contained in:
Gerrit Gogel 2024-02-19 11:05:00 +01:00 committed by GitHub
commit e0a2798985
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ RUN pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \
sqlalchemy==2.0.27 \ sqlalchemy==2.0.27 \
click==8.1.7 \ click==8.1.7 \
termcolor==1.1.0 \ termcolor==1.1.0 \
colorlog==6.6.0 \ colorlog==6.8.2 \
pymysql==1.1.0 \ pymysql==1.1.0 \
jinja2==3.0.3 \ jinja2==3.0.3 \
pycryptodome==3.20.0 \ pycryptodome==3.20.0 \