From de632a647b30d5b984fef0b2a96a524a791b96f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 22:12:00 +0000 Subject: [PATCH] Bump urllib3 in /Python/Django/Django_Pseudo-Hashmap Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 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.3...1.25.8) Signed-off-by: dependabot[bot] --- Python/Django/Django_Pseudo-Hashmap/Pipfile | 2 +- .../Django/Django_Pseudo-Hashmap/Pipfile.lock | 8 +++---- .../Django_Pseudo-Hashmap/requirements.txt | 21 ++++++++++--------- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/Python/Django/Django_Pseudo-Hashmap/Pipfile b/Python/Django/Django_Pseudo-Hashmap/Pipfile index 0665c46..eb99f59 100644 --- a/Python/Django/Django_Pseudo-Hashmap/Pipfile +++ b/Python/Django/Django_Pseudo-Hashmap/Pipfile @@ -35,7 +35,7 @@ python3-openid = "==3.1.0" requests = "==2.22.0" requests-oauthlib = "==1.2.0" six = "==1.12.0" -urllib3 = "==1.25.3" +urllib3 = "==1.25.8" whitenoise = "==4.1.3" Django = "==3.0.3" PyNaCl = "==1.3.0" diff --git a/Python/Django/Django_Pseudo-Hashmap/Pipfile.lock b/Python/Django/Django_Pseudo-Hashmap/Pipfile.lock index 37ca674..6a2cc86 100644 --- a/Python/Django/Django_Pseudo-Hashmap/Pipfile.lock +++ b/Python/Django/Django_Pseudo-Hashmap/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "3fabc26624d7dc1babe07727fe6fbab72298eef663a1bebc8475691b5efdc1d6" + "sha256": "cd2174e11c5eee32621521c4d95c9f181aa10912790c311c0ae6a52cd3eec9fb" }, "pipfile-spec": 6, "requires": { @@ -339,11 +339,11 @@ }, "urllib3": { "hashes": [ - "sha256:b246607a25ac80bedac05c6f282e3cdaf3afb65420fd024ac94435cabe6e18d1", - "sha256:dbe59173209418ae49d485b87d1681aefa36252ee85884c31346debd19463232" + "sha256:2f3db8b19923a873b3e5256dc9c2dedfa883e33d87c690d9c7913e1f40673cdc", + "sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc" ], "index": "pypi", - "version": "==1.25.3" + "version": "==1.25.8" }, "whitenoise": { "hashes": [ diff --git a/Python/Django/Django_Pseudo-Hashmap/requirements.txt b/Python/Django/Django_Pseudo-Hashmap/requirements.txt index 8925b19..d1d9888 100644 --- a/Python/Django/Django_Pseudo-Hashmap/requirements.txt +++ b/Python/Django/Django_Pseudo-Hashmap/requirements.txt @@ -1,9 +1,5 @@ +-i https://pypi.org/simple/ asgiref==3.2.3 -Django==3.0.3 -gunicorn==20.0.4 -python-decouple==3.3 -pytz==2019.3 -sqlparse==0.3.0 asn1crypto==0.24.0 certifi==2019.9.11 cffi==1.12.3 @@ -16,7 +12,9 @@ django-cors-headers==3.1.0 django-heroku==0.3.1 django-rest-api==0.1.5 django-rest-auth==0.9.5 +django==3.0.3 djangorestframework==3.10.3 +gunicorn==20.0.4 idna==2.8 ndg-httpsclient==0.5.1 oauthlib==3.1.0 @@ -24,11 +22,14 @@ psycopg2==2.8.3 pusher==2.1.4 pyasn1==0.4.7 pycparser==2.19 -PyNaCl==1.3.0 -pyOpenSSL==19.0.0 +pynacl==1.3.0 +pyopenssl==19.0.0 +python-decouple==3.3 python3-openid==3.1.0 -requests==2.22.0 +pytz==2019.3 requests-oauthlib==1.2.0 +requests==2.22.0 six==1.12.0 -urllib3==1.25.3 -whitenoise==4.1.3 \ No newline at end of file +sqlparse==0.3.0 +urllib3==1.25.8 +whitenoise==4.1.3