Skip to content

Commit

Permalink
Bump the pip group with 6 updates (#316)
Browse files Browse the repository at this point in the history
Bumps the pip group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [gunicorn](https://github.com/benoitc/gunicorn) | `20.1.0` | `22.0.0` |
| [django](https://github.com/django/django) | `3.2.16` | `4.2.16` |
| [django-tinymce](https://github.com/jazzband/django-tinymce) | `3.4.0` | `4.1.0` |
| [pillow](https://github.com/python-pillow/Pillow) | `9.3.0` | `10.3.0` |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.13.1` | `3.15.2` |
| [pycryptodome](https://github.com/Legrandin/pycryptodome) | `3.15.0` | `3.19.1` |


Updates `gunicorn` from 20.1.0 to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

Updates `django` from 3.2.16 to 4.2.16
- [Commits](django/django@3.2.16...4.2.16)

Updates `django-tinymce` from 3.4.0 to 4.1.0
- [Release notes](https://github.com/jazzband/django-tinymce/releases)
- [Changelog](https://github.com/jazzband/django-tinymce/blob/master/CHANGELOG.rst)
- [Commits](jazzband/django-tinymce@3.4.0...4.1.0)

Updates `pillow` from 9.3.0 to 10.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@9.3.0...10.3.0)

Updates `djangorestframework` from 3.13.1 to 3.15.2
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.13.1...3.15.2)

Updates `pycryptodome` from 3.15.0 to 3.19.1
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](Legrandin/pycryptodome@v3.15.0...v3.19.1)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: django
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: django-tinymce
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: djangorestframework
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pycryptodome
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 64ec529 commit 866d22b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
gunicorn==20.1.0
gunicorn==22.0.0
mysqlclient==2.1.1

# Django and related
Django==3.2.16
Django==4.2.16
django-csp==3.7 # For Content Security Policy
django-db-file-storage==0.5.5 # Support for storage in the database
django-mysql==4.15.0
django-tinymce==3.4.0 # Rich text editor
django-tinymce==4.1.0 # Rich text editor
django-watchman==1.3
django-webpack-loader==1.6.0
Pillow==9.3.0
Pillow==10.3.0
whitenoise==6.2.0 # For serving static files

# DRF
djangorestframework==3.13.1
djangorestframework==3.15.2
django-filter==22.1 # Filtering support
drf-spectacular==0.22.1
markdown==3.4.1 # Markdown support for the browsable API

# LTI
pycryptodome==3.15.0 # For generating LTI keys
pycryptodome==3.19.1 # For generating LTI keys
PyLTI1p3==1.12.1

# Canvas
Expand Down

0 comments on commit 866d22b

Please sign in to comment.