From 04d4b63b2dbd19151b75bb9f61343f9bbc43e253 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 03:59:42 +0000 Subject: [PATCH] Bump python-dotenv from 0.13.0 to 0.14.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.13.0...v0.14.0) Signed-off-by: dependabot-preview[bot] --- Pipfile.lock | 14 ++++++-------- requirements.txt | 5 +++-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 2961744..0ce0bce 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -18,11 +18,10 @@ "default": { "asgiref": { "hashes": [ - "sha256:8036f90603c54e93521e5777b2b9a39ba1bad05773fcf2d208f0299d1df58ce5", - "sha256:9ca8b952a0a9afa61d30aa6d3d9b570bb3fd6bafcf7ec9e6bed43b936133db1c" + "sha256:7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a", + "sha256:9fc6fb5d39b8af147ba40765234fa822b39818b12cc80b35ad9b0cef3a476aed" ], - "markers": "python_version >= '3.5'", - "version": "==3.2.7" + "version": "==3.2.10" }, "django": { "hashes": [ @@ -44,11 +43,11 @@ }, "python-dotenv": { "hashes": [ - "sha256:25c0ff1a3e12f4bde8d592cc254ab075cfe734fc5dd989036716fd17ee7e5ec7", - "sha256:3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74" + "sha256:8c10c99a1b25d9a68058a1ad6f90381a62ba68230ca93966882a4dbc3bc9c33d", + "sha256:c10863aee750ad720f4f43436565e4c1698798d763b63234fb5021b6c616e423" ], "index": "pypi", - "version": "==0.13.0" + "version": "==0.14.0" }, "pytz": { "hashes": [ @@ -62,7 +61,6 @@ "sha256:022fb9c87b524d1f7862b3037e541f68597a730a8843245c349fc93e1643dc4e", "sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==0.3.1" } }, diff --git a/requirements.txt b/requirements.txt index 0022f07..f332f1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ +-i https://pypi.org/simple/ asgiref==3.2.10 -Django==3.0.7 -mysqlclient==2.0.1 +django==3.0.7 +mysqlclient==1.4.6 python-dotenv==0.14.0 pytz==2020.1 sqlparse==0.3.1