From bf01ad5b2d0d6462160816f456bb3df6be23f714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:33:11 +0000 Subject: [PATCH] Bump djangorestframework from 3.10.3 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.3 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.10.3...3.11.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 0a67942..f2aa76f --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3.6',], install_requires=["requests==2.21.0", "Django==2.1.2", "xmltodict==0.12.0", - "python-ldap", "django_auth_ldap", "djangorestframework==3.10.3", + "python-ldap", "django_auth_ldap", "djangorestframework==3.11.2", "gcg==0.2.0", "termcolor==1.1.0", "cryptography==2.9.2", "psycopg2==2.8.5"] )