From 64579b98610f6c8b4d383e4a15e201a757630430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 18:40:46 +0000 Subject: [PATCH] Bump django from 2.0 to 2.2.28 Bumps [django](https://github.com/django/django) from 2.0 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 22 +++++++++++++++------- requirements.txt | 13 +++++++++++-- 3 files changed, 27 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index b3a999e..3935429 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -django = "==2.0" +django = "==2.2.28" python-dotenv = "*" [requires] diff --git a/Pipfile.lock b/Pipfile.lock index 4a488a7..ae60606 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "3e6ad3e5c54dc4e79c0012da844cd9d98bffb52a0bf17889fb29b475ce827934" + "sha256": "4f76828c7960d17478a5c7e0225a7fc3083c64938d2081306a07210c7e8d9549" }, "pipfile-spec": 6, "requires": { @@ -18,11 +18,11 @@ "default": { "django": { "hashes": [ - "sha256:9614851d4a7ff8cbd32b73c6076441f377c45a5bbff7e771798fb02c43c31f47", - "sha256:af18618ce3291be5092893d8522fe3919661bf3a1fb60e3858ae74865a4f07c2" + "sha256:0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413", + "sha256:365429d07c1336eb42ba15aa79f45e1c13a0b04d5c21569e7d596696418a6a45" ], "index": "pypi", - "version": "==2.0" + "version": "==2.2.28" }, "python-dotenv": { "hashes": [ @@ -34,10 +34,18 @@ }, "pytz": { "hashes": [ - "sha256:a494d53b6d39c3c6e44c3bec237336e14305e4f29bbf800b599253057fbb79ed", - "sha256:c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048" + "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7", + "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c" ], - "version": "==2020.1" + "version": "==2022.1" + }, + "sqlparse": { + "hashes": [ + "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae", + "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d" + ], + "markers": "python_version >= '3.5'", + "version": "==0.4.2" } }, "develop": {} diff --git a/requirements.txt b/requirements.txt index 027437c..4ae49af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,12 @@ -Django==2.0 +# +# These requirements were autogenerated by pipenv +# To regenerate from the project's Pipfile, run: +# +# pipenv lock --requirements +# + +-i https://pypi.org/simple/ +django==2.2.28 python-dotenv==0.14.0 -pytz==2020.1 +pytz==2022.1 +sqlparse==0.4.2; python_version >= '3.5'