Skip to content

Commit

Permalink
pipup: 10 dependencies updated in {{cookiecutter.project_name}}/requi…
Browse files Browse the repository at this point in the history
…rements.txt

* Django: 4.1.4 -> 5.1.4
* celery: 5.2.7 -> 5.4.0
* django-celery-beat: v2.4.0 -> v2.7.0
* django-celery-results: 2.4.0 -> 2.5.1
* django-csp: 3.7 -> 3.8
* django-sendgrid-v5: 1.2.1 -> 1.2.4
* mysql-connector-python: 8.0.31 -> 9.1.0
* mysqlclient: 2.1.1 -> 2.2.6
* pyyaml: 6.0 -> 6.0.2
* whitenoise: 6.2.0 -> 6.8.2
  • Loading branch information
infrabits-pipup[bot] authored Dec 29, 2024
1 parent bc2b3f5 commit 0a414ae
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions {{cookiecutter.project_name}}/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Django==4.1.4
django-csp==3.7
Django==5.1.4
django-csp==3.8
django-probes==1.7.0
mysql-connector-python==8.0.31
mysqlclient==2.1.1
pyyaml==6.0
django-sendgrid-v5==1.2.1
whitenoise==6.2.0
celery==5.2.7
django-celery-results==2.4.0
git+https://github.com/celery/django-celery-beat.git@v2.4.0#egg=django-celery-beat # pending new release: https://github.com/celery/django-celery-beat/issues/465
mysql-connector-python==9.1.0
mysqlclient==2.2.6
pyyaml==6.0.2
django-sendgrid-v5==1.2.4
whitenoise==6.8.2
celery==5.4.0
django-celery-results==2.5.1
git+https://github.com/celery/django-celery-beat.git@v2.7.0#egg=django-celery-beat # pending new release: https://github.com/celery/django-celery-beat/issues/465

0 comments on commit 0a414ae

Please sign in to comment.