bump some versions in requirements
Why update: iohttp: supports now more of http standard. celery: supports redis > = 4.0.2 (the docker image uses redis 7.0.6 django-celery-beat: better Django 3.2 support, bump celery to 5.2, downgrade of dependencies for better celery support django-compressor: official Django 3.2 support, updates requirements django-model-utils: official django 3.2 support. django-sass-processor: remove deprecated default_app_config, support of ManifestStaticFilesStorage (which might be needed in the future) environs: bugfixes libsass: removes deprecated cli Pillow: bug fixing psycopg2: Bugfixing pycryptodome: bugfixes python-dateutil: updated tzdata requests: better json Handling, bugfixing responses: bugfixes and more pytz: python3 code generation, All the corect timezone behaviour! boto3: Updsate all the S3 Handling signtures.py update because of breaking change in pycryptodome migration because uf updated timezones With updated celery I have less 501 errors on my instance. updated psycopg2 has better performance. I have NOT chekced opentelemetry packages. Upgrading redis package wold need a deeper inspection of the code as some functions are dropped in newer versions.
This commit is contained in:
parent
d86e6a6949
commit
befcf4f3e9
3 changed files with 648 additions and 17 deletions
|
@ -1,26 +1,26 @@
|
|||
aiohttp==3.8.1
|
||||
aiohttp==3.8.3
|
||||
bleach==5.0.1
|
||||
celery==5.2.2
|
||||
celery==5.2.7
|
||||
colorthief==0.2.1
|
||||
Django==3.2.16
|
||||
django-celery-beat==2.2.1
|
||||
django-compressor==2.4.1
|
||||
django-celery-beat==2.4.0
|
||||
django-compressor==4.1
|
||||
django-imagekit==4.1.0
|
||||
django-model-utils==4.0.0
|
||||
django-sass-processor==1.0.1
|
||||
environs==9.3.4
|
||||
django-model-utils==4.2.0
|
||||
django-sass-processor==1.2.2
|
||||
environs==9.5.0
|
||||
flower==1.2.0
|
||||
libsass==0.21.0
|
||||
libsass==0.22.0
|
||||
Markdown==3.3.3
|
||||
Pillow>=9.0.0
|
||||
psycopg2==2.8.4
|
||||
pycryptodome==3.9.4
|
||||
python-dateutil==2.8.1
|
||||
Pillow>=9.3.0
|
||||
psycopg2==2.9.5
|
||||
pycryptodome==3.16.0
|
||||
python-dateutil==2.8.2
|
||||
redis==3.4.1
|
||||
requests==2.22.0
|
||||
responses==0.10.14
|
||||
pytz>=2021.1
|
||||
boto3==1.17.88
|
||||
requests==2.28.1
|
||||
responses==0.22.0
|
||||
pytz>=2022.7
|
||||
boto3==1.26.32
|
||||
django-storages==1.11.1
|
||||
django-redis==5.2.0
|
||||
opentelemetry-api==1.11.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue