Merge pull request #302 from ggogel/renovate/sqlalchemy-2.0.x

Update dependency sqlalchemy to v2.0.35
This commit is contained in:
Gerrit Gogel 2024-09-17 09:47:42 +03:00 committed by GitHub
commit 0a26bd3d97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ libsasl2-dev \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \ RUN pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \
sqlalchemy==2.0.32 \ sqlalchemy==2.0.35 \
click==8.1.7 \ click==8.1.7 \
termcolor==2.4.0 \ termcolor==2.4.0 \
colorlog==6.8.2 \ colorlog==6.8.2 \

View file

@ -54,8 +54,8 @@ django-simple-captcha==0.6.0 \
pycryptodome==3.20.0 \ pycryptodome==3.20.0 \
djangosaml2==1.9.3 \ djangosaml2==1.9.3 \
python-ldap==3.4.4 \ python-ldap==3.4.4 \
sqlalchemy==2.0.32 \ sqlalchemy==2.0.35 \
sqlalchemy==2.0.32 \ sqlalchemy==2.0.35 \
django-statici18n==2.5.0 \ django-statici18n==2.5.0 \
django_webpack_loader==3.1.0 \ django_webpack_loader==3.1.0 \
django_picklefield==3.2 \ django_picklefield==3.2 \