From 210391240bcb439693d2924465d3fd04aeab3084 Mon Sep 17 00:00:00 2001 From: Ziray Hao <45774151+ziruihao@users.noreply.github.com> Date: Thu, 3 Dec 2020 22:54:50 -0500 Subject: [PATCH 1/2] Add ll-prod.herokuapp.com to ALLOWED_HOST (#44) --- layup_list/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layup_list/settings.py b/layup_list/settings.py index d713712..2bf7264 100644 --- a/layup_list/settings.py +++ b/layup_list/settings.py @@ -6,7 +6,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__)) SECRET_KEY = os.environ['SECRET_KEY'] DEBUG = os.environ['DEBUG'] == "True" -ALLOWED_HOSTS = ['.layuplist.com'] if not DEBUG else ['0.0.0.0', 'localhost'] +ALLOWED_HOSTS = ['ll-prod.herokuapp.com', '.layuplist.com'] if not DEBUG else ['0.0.0.0', 'localhost'] AUTO_IMPORT_CRAWLED_DATA = os.environ.get('AUTO_IMPORT_CRAWLED_DATA') == "True" INSTALLED_APPS = [ From 764a93caadeaae3fb2e45c5a19e5b753df933f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:33:03 +0000 Subject: [PATCH 2/2] Bump rsa from 4.5 to 4.7.1 Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.5 to 4.7.1. - [Release notes](https://github.com/sybrenstuvel/python-rsa/releases) - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-4.5...version-4.7.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1edc876..f89d4c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ python-dateutil==2.6.0 pytz==2016.10 redis==2.10.5 requests==2.24.0 -rsa==4.5 +rsa==4.7.1 scikit-learn==0.18.1 scipy==0.18.1 simplegeneric==0.8.1