From e77f7fdb50c8f8aacbc28251c211f884e529afa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 22:55:53 +0000 Subject: [PATCH] Bump django from 1.7 to 2.2.28 Bumps [django](https://github.com/django/django) from 1.7 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.7...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 6022cde..5b185d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.7 +Django==2.2.28 pysqlite pytz Markdown==2.5.1 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index ebc1cc1..fe2aafc --- a/setup.py +++ b/setup.py @@ -14,5 +14,5 @@ author='evilbinary', author_email='rootntsd@gmail.com', url='http://www.python.org/sigs/distutils-sig/', - install_requires=['Django==1.7','pysqlite','pytz','Markdown>=2.5.1','Pygments>=1.6','MySQL-python','django-admin-bootstrapped==2.1.0','beautifulsoup4>=4.3.2','Pillow','django-ckeditor'], + install_requires=['Django==2.2.28','pysqlite','pytz','Markdown>=2.5.1','Pygments>=1.6','MySQL-python','django-admin-bootstrapped==2.1.0','beautifulsoup4>=4.3.2','Pillow','django-ckeditor'], )