From 16d57fa8ca86053d65ac462a87583c13c422cd27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:02:38 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [black](https://github.com/psf/black), [django](https://github.com/django/django), [pillow](https://github.com/python-pillow/Pillow) and [gunicorn](https://github.com/benoitc/gunicorn). Updates `black` from 23.1.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.1.0...24.3.0) Updates `django` from 4.2.10 to 4.2.11 - [Commits](https://github.com/django/django/compare/4.2.10...4.2.11) Updates `pillow` from 10.2.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](https://github.com/python-pillow/Pillow/compare/10.2.0...10.3.0) Updates `gunicorn` from 20.1.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.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: pillow dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 1ad21bc..1f6418f 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ flake8==6.0.0 -black==23.1.0 +black==24.3.0 pre-commit==3.3.1 isort==5.12.0 diff --git a/requirements.txt b/requirements.txt index 4a49153..3f6eb6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -django==4.2.10 +django==4.2.11 django-crispy-forms==2.0 -Pillow==10.2.0 +Pillow==10.3.0 crispy-bootstrap5==0.7 -gunicorn==20.1.0 +gunicorn==22.0.0 whitenoise==6.4.0