Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest Dependencies #143

Open
47 tasks
mariobehling opened this issue Jul 3, 2024 · 0 comments · May be fixed by #214
Open
47 tasks

Update to latest Dependencies #143

mariobehling opened this issue Jul 3, 2024 · 0 comments · May be fixed by #214
Assignees

Comments

@mariobehling
Copy link
Member

mariobehling commented Jul 3, 2024

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:

  1. Update Production Dependencies:

    • Update all the listed production dependencies to their specified versions.
    • Test the application to ensure all functionalities work as expected.
  2. Update Deployment Dependencies:

    • Update the deployment dependencies to the specified versions.
    • Verify that the deployment process works correctly with the new versions.
  3. Update Development Dependencies:

    • Update the development dependencies to their specified versions.
    • Ensure the development environment remains stable and that all tests pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants