From 0a1e3721650992a82a2fd8e378e8cf960b4935ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:40:28 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 3 updates 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](https://github.com/psf/black/compare/24.1.1...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 `gunicorn` from 21.2.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/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] --- requirements-dev.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f33bf1b..5e0ec31 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 0c51ed0..a8d130c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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