You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objective:
Update the dependencies in the eventyay-video project to ensure we are using the latest stable versions for better performance, security, and compatibility.
Details:
We need to update the following dependencies as listed in requirements.txt to the following version:
Production Dependencies:
aiofile==3.8.*
aiohttp==3.9.5
beautifulsoup4==4.12.*
celery==5.3.*
channels==4.1.*
channels_redis==4.2.*
Django==4.2.*
django-cors-headers==4.4.*
django-decorator-include==3.0
django-extensions==3.2.*
django-formset-js-improved
django-multifactor==0.7.0
djangorestframework==3.15.*
emoji==2.12.*
icalendar==5.0.*
lxml==5.2.*
matplotlib==3.9.*
numpy==1.26.*
orjson==3.10.*
openpyxl~=3.1.5
Pillow==10.3.*
pandas==2.1.*
pdf2image==1.17.*
pdfrw==0.4
pyjwt==2.8.*
python-dateutil==2.9.*
pytz
redis==5.0.7
reportlab==4.2.*
requests==2.32.*
sentry-sdk==1.30.*
tqdm==4.66.*
websockets==12.*
Deployment Dependencies:
psycopg2==2.9.9
gunicorn==21.2.0
uvicorn[standard]==0.25.0
Development Dependencies:
daphne==4.1.*
black==24.1
isort==5.13.2
flake8==7.1.0
pytest==8.2.2
pytest-django==4.8.0
pytest-asyncio==0.23.7
pytest-cov==5.0.0
pytest-rerunfailures==14.0
aioresponses==0.7.6
yappi==1.6.0
Tasks:
Update Production Dependencies:
Update all the listed production dependencies to their specified versions.
Test the application to ensure all functionalities work as expected.
Update Deployment Dependencies:
Update the deployment dependencies to the specified versions.
Verify that the deployment process works correctly with the new versions.
Update Development Dependencies:
Update the development dependencies to their specified versions.
Ensure the development environment remains stable and that all tests pass.
The text was updated successfully, but these errors were encountered:
Objective:
Update the dependencies in the
eventyay-video
project to ensure we are using the latest stable versions for better performance, security, and compatibility.Details:
We need to update the following dependencies as listed in
requirements.txt
to the following version:Production Dependencies:
aiofile==3.8.*
aiohttp==3.9.5
beautifulsoup4==4.12.*
celery==5.3.*
channels==4.1.*
channels_redis==4.2.*
Django==4.2.*
django-cors-headers==4.4.*
django-decorator-include==3.0
django-extensions==3.2.*
django-formset-js-improved
django-multifactor==0.7.0
djangorestframework==3.15.*
emoji==2.12.*
icalendar==5.0.*
lxml==5.2.*
matplotlib==3.9.*
numpy==1.26.*
orjson==3.10.*
openpyxl~=3.1.5
Pillow==10.3.*
pandas==2.1.*
pdf2image==1.17.*
pdfrw==0.4
pyjwt==2.8.*
python-dateutil==2.9.*
pytz
redis==5.0.7
reportlab==4.2.*
requests==2.32.*
sentry-sdk==1.30.*
tqdm==4.66.*
websockets==12.*
Deployment Dependencies:
psycopg2==2.9.9
gunicorn==21.2.0
uvicorn[standard]==0.25.0
Development Dependencies:
daphne==4.1.*
black==24.1
isort==5.13.2
flake8==7.1.0
pytest==8.2.2
pytest-django==4.8.0
pytest-asyncio==0.23.7
pytest-cov==5.0.0
pytest-rerunfailures==14.0
aioresponses==0.7.6
yappi==1.6.0
Tasks:
Update Production Dependencies:
Update Deployment Dependencies:
Update Development Dependencies:
The text was updated successfully, but these errors were encountered: