From deb05f71faa9a837a195e080ffbad88848e663bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 22:04:08 +0000 Subject: [PATCH] Bump urllib3 from 1.25.7 to 1.25.8 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 to 1.25.8. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.7...1.25.8) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 7 ++++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 91ed770..099e3b9 100644 --- a/Pipfile +++ b/Pipfile @@ -23,7 +23,7 @@ pytz = "==2019.3" s3transfer = "==0.2.1" six = "==1.13.0" sqlparse = "==0.3.0" -urllib3 = "==1.25.7" +urllib3 = "==1.25.8" whitenoise = "==5.0.1" Django = "==3.0.7" Pillow = "==7.0.0" diff --git a/Pipfile.lock b/Pipfile.lock index ee02ba0..3746b83 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "eb6edded72abb5b8474d9ec729cd27341ac240782b111adebdd6296e4ce4572a" + "sha256": "c62ab030997acee3d4dbe4f77498cddc4bbdcef48576f08b2112319dca83ce6b" }, "pipfile-spec": 6, "requires": { @@ -201,11 +201,11 @@ }, "urllib3": { "hashes": [ - "sha256:a8a318824cc77d1fd4b2bec2ded92646630d7fe8619497b142c84a9e6f5a7293", - "sha256:f3c5fd51747d450d4dcf6f923c81f78f811aab8205fda64b0aba34a4e48b0745" + "sha256:2f3db8b19923a873b3e5256dc9c2dedfa883e33d87c690d9c7913e1f40673cdc", + "sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc" ], "index": "pypi", - "version": "==1.25.7" + "version": "==1.25.8" }, "whitenoise": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 621c149..ab77690 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,16 @@ +-i https://pypi.org/simple/ asgiref==3.2.3 boto3==1.10.46 botocore==1.13.46 dj-database-url==0.5.0 -Django==3.0.7 django-crispy-forms==1.8.1 django-heroku==0.3.1 django-storages==1.8 +django==3.0.7 docutils==0.15.2 gunicorn==20.0.4 jmespath==0.9.4 -Pillow==7.0.0 +pillow==7.0.0 psycopg2==2.8.4 python-dateutil==2.8.1 python-decouple==3.3 @@ -17,5 +18,5 @@ pytz==2019.3 s3transfer==0.2.1 six==1.13.0 sqlparse==0.3.0 -urllib3==1.25.7 +urllib3==1.25.8 whitenoise==5.0.1