Skip to content

Commit

Permalink
pipup: 9 dependencies updated in {{cookiecutter.project_name}}/requir…
Browse files Browse the repository at this point in the history
…ements.txt

* Django: 4.1.4 -> 5.0.1
* celery: 5.2.7 -> 5.3.6
* django-celery-beat: v2.4.0 -> v2.5.0
* django-celery-results: 2.4.0 -> 2.5.1
* django-sendgrid-v5: 1.2.1 -> 1.2.3
* mysql-connector-python: 8.0.31 -> 8.3.0
* mysqlclient: 2.1.1 -> 2.2.1
* pyyaml: 6.0 -> 6.0.1
* whitenoise: 6.2.0 -> 6.6.0
  • Loading branch information
infrabits-pipup[bot] authored Jan 22, 2024
1 parent bc2b3f5 commit eaa1a14
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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==5.0.1
django-csp==3.7
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==8.3.0
mysqlclient==2.2.1
pyyaml==6.0.1
django-sendgrid-v5==1.2.3
whitenoise==6.6.0
celery==5.3.6
django-celery-results==2.5.1
git+https://github.com/celery/django-celery-beat.git@v2.5.0#egg=django-celery-beat # pending new release: https://github.com/celery/django-celery-beat/issues/465

0 comments on commit eaa1a14

Please sign in to comment.