From 625437de4c11afc53e555b0046f5f1541acd5a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:09:29 +0000 Subject: [PATCH] Bump django from 2.2.6 to 2.2.24 Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 9 +++++---- requirements.txt | 16 ++++++++++++---- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index bec5cc0..e24293c 100644 --- a/Pipfile +++ b/Pipfile @@ -25,7 +25,7 @@ scipy = "==1.3.1" six = "==1.12.0" sklearn = "==0.0" sqlparse = "==0.3.0" -Django = "==2.2.6" +Django = "==2.2.24" python-Levenshtein = "==0.12.0" [requires] diff --git a/Pipfile.lock b/Pipfile.lock index 1cac73d..c83825d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "74d4f47510c1eeaf2675c5d2619b5948eb0e986c58a4b63455b723b6b6ead782" + "sha256": "568527aa2796f57c134592d6dd9c96c0e15d5cd8fc410d9e1337470ccc84826e" }, "pipfile-spec": 6, "requires": { @@ -26,11 +26,11 @@ }, "django": { "hashes": [ - "sha256:4025317ca01f75fc79250ff7262a06d8ba97cd4f82e93394b2a0a6a4a925caeb", - "sha256:a8ca1033acac9f33995eb2209a6bf18a4681c3e5269a878e9a7e0b7384ed1ca3" + "sha256:3339ff0e03dee13045aef6ae7b523edff75b6d726adf7a7a48f53d5a501f7db7", + "sha256:f2084ceecff86b1e631c2cd4107d435daf4e12f1efcdf11061a73bf0b5e95f92" ], "index": "pypi", - "version": "==2.2.6" + "version": "==2.2.24" }, "fuzzywuzzy": { "hashes": [ @@ -57,6 +57,7 @@ }, "nltk": { "hashes": [ + "sha256:a08bdb4b8a1c13de16743068d9eb61c8c71c2e5d642e8e08205c528035843f82", "sha256:bed45551259aa2101381bbdd5df37d44ca2669c5c3dad72439fa459b29137d94" ], "index": "pypi", diff --git a/requirements.txt b/requirements.txt index e5495fb..8c5ed8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,13 @@ +# +# These requirements were autogenerated by pipenv +# To regenerate from the project's Pipfile, run: +# +# pipenv lock --requirements +# + +-i https://pypi.org/simple/ decorator==4.4.0 -Django==2.2.6 +django==2.2.24 fuzzywuzzy==0.17.0 joblib==0.14.0 networkx==2.3 @@ -7,11 +15,11 @@ nltk==3.4.5 numpy==1.17.2 pandas==0.25.1 pdf2image==1.9.0 -Pillow==6.2.0 -PyPDF2==1.26.0 +pillow==6.2.0 +pypdf2==1.26.0 pytesseract==0.3.0 python-dateutil==2.8.0 -python-Levenshtein==0.12.0 +python-levenshtein==0.12.0 pytz==2019.2 rake-nltk==1.0.4 scikit-learn==0.21.3