From 74efdcd37f7487d4f79794b201fd3ed2342e61c3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 10:41:34 +0000 Subject: [PATCH] Bump python-dotenv from 0.13.0 to 0.19.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.13.0 to 0.19.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.19.0) Signed-off-by: dependabot-preview[bot] --- Pipfile.lock | 26 ++++++++++++-------------- requirements.txt | 13 +++++++------ 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 2961744..22379c5 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -18,11 +18,10 @@ "default": { "asgiref": { "hashes": [ - "sha256:8036f90603c54e93521e5777b2b9a39ba1bad05773fcf2d208f0299d1df58ce5", - "sha256:9ca8b952a0a9afa61d30aa6d3d9b570bb3fd6bafcf7ec9e6bed43b936133db1c" + "sha256:4ef1ab46b484e3c706329cedeff284a5d40824200638503f5768edb6de7d58e9", + "sha256:ffc141aa908e6f175673e7b1b3b7af4fdb0ecb738fc5c8b88f69f055c2415214" ], - "markers": "python_version >= '3.5'", - "version": "==3.2.7" + "version": "==3.4.1" }, "django": { "hashes": [ @@ -44,26 +43,25 @@ }, "python-dotenv": { "hashes": [ - "sha256:25c0ff1a3e12f4bde8d592cc254ab075cfe734fc5dd989036716fd17ee7e5ec7", - "sha256:3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74" + "sha256:aae25dc1ebe97c420f50b81fb0e5c949659af713f31fdb63c749ca68748f34b1", + "sha256:f521bc2ac9a8e03c736f62911605c5d83970021e3fa95b37d769e2bbbe9b6172" ], "index": "pypi", - "version": "==0.13.0" + "version": "==0.19.0" }, "pytz": { "hashes": [ - "sha256:a494d53b6d39c3c6e44c3bec237336e14305e4f29bbf800b599253057fbb79ed", - "sha256:c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048" + "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da", + "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798" ], - "version": "==2020.1" + "version": "==2021.1" }, "sqlparse": { "hashes": [ - "sha256:022fb9c87b524d1f7862b3037e541f68597a730a8843245c349fc93e1643dc4e", - "sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548" + "sha256:017cde379adbd6a1f15a61873f43e8274179378e95ef3fede90b5aa64d304ed0", + "sha256:0f91fd2e829c44362cbcfab3e9ae12e22badaa8a29ad5ff599f9ec109f0454e8" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==0.3.1" + "version": "==0.4.1" } }, "develop": {} diff --git a/requirements.txt b/requirements.txt index c169eda..62d6267 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -asgiref==3.2.10 -Django==3.1.2 -mysqlclient==2.0.1 -python-dotenv==0.15.0 -pytz==2020.1 -sqlparse==0.3.1 +-i https://pypi.org/simple/ +asgiref==3.4.1 +django==3.0.7 +mysqlclient==1.4.6 +python-dotenv==0.19.0 +pytz==2021.1 +sqlparse==0.4.1