From 40939fcac7c15d66926a44e86c9127ed5cc7e68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:38:54 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 1 update Bumps the pip group with 1 update in the / directory: [django](https://github.com/django/django). Bumps the pip group with 1 update in the /easy_login/tests directory: [django](https://github.com/django/django). Updates `django` from 1.11.22 to 3.2.25 - [Commits](https://github.com/django/django/compare/1.11.22...3.2.25) Updates `django` from 1.11.22 to 3.2.25 - [Commits](https://github.com/django/django/compare/1.11.22...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production dependency-group: pip-security-group - dependency-name: django dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] --- easy_login/tests/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/easy_login/tests/requirements.txt b/easy_login/tests/requirements.txt index b6b78ee..941daf2 100644 --- a/easy_login/tests/requirements.txt +++ b/easy_login/tests/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.22 +Django==3.2.25 bs4==0.0.1 factory-boy==2.12.0 coverage==4.5.4 diff --git a/setup.py b/setup.py index fcc913c..d5634a5 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ version=version, packages=find_packages(exclude=files_to_exclude), include_package_data=True, - install_requires=['Django==1.11.22', 'pytz==2019.1'], + install_requires=['Django==3.2.25', 'pytz==2019.1'], license='MIT License', # example license description='A simple Django app to switch between users without authentication.',