Skip to content

Commit

Permalink
build(deps): bump the pip group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 3 updates in the / directory: [black](https://github.com/psf/black), [django](https://github.com/django/django) and [gunicorn](https://github.com/benoitc/gunicorn).


Updates `black` from 24.1.1 to 24.3.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.1.1...24.3.0)

Updates `django` from 4.2.10 to 4.2.11
- [Commits](django/django@4.2.10...4.2.11)

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

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: django
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent 7a0a6a3 commit 0a1e372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
isort==5.13.2
djlint==1.34.1
EditorConfig==0.12.3
black==24.1.1
black==24.3.0
ruff==0.2.1
mypy-extensions==1.0.0
coverage==7.4.1
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
celery==5.3.6
Django==4.2.10
Django==4.2.11
django-celery-beat==2.5.0
django-celery-results==2.5.1
gunicorn==21.2.0
gunicorn==22.0.0
psycopg[binary]==3.1.18
python-decouple==3.8
redis==5.0.1
Expand Down

0 comments on commit 0a1e372

Please sign in to comment.