From be59faf9055f9827b69de90c2537fa9e708815b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:31:02 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /dev-projects/my-documaker/code/backend directory: [django](https://github.com/django/django) and [sqlparse](https://github.com/andialbrecht/sqlparse). Updates `django` from 3.1.3 to 4.2.16 - [Commits](https://github.com/django/django/compare/3.1.3...4.2.16) Updates `sqlparse` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.1...0.5.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- dev-projects/my-documaker/code/backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-projects/my-documaker/code/backend/requirements.txt b/dev-projects/my-documaker/code/backend/requirements.txt index 74964ce..5fd5164 100644 --- a/dev-projects/my-documaker/code/backend/requirements.txt +++ b/dev-projects/my-documaker/code/backend/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.3.0 -Django==3.1.3 +Django==4.2.16 psycopg2==2.8.6 pytz==2020.4 -sqlparse==0.4.1 +sqlparse==0.5.0