From d1ad2ac033a3711cfefc052f6aa0b7b31f15f8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 05:37:40 +0000 Subject: [PATCH] build(deps): bump jinja2 from 2.10.3 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10.3...2.11.3) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 20 ++++++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 93d3faa..922df30 100644 --- a/Pipfile +++ b/Pipfile @@ -32,7 +32,7 @@ xlrd = "==1.2.0" Flask = "==1.1.1" Flask-Assets = "==2.0" Flask-SQLAlchemy = "==2.4.1" -Jinja2 = "==2.10.3" +Jinja2 = "==2.11.3" Markdown = "==3.1.1" MarkupSafe = "==1.1.1" pyScss = "*" diff --git a/Pipfile.lock b/Pipfile.lock index c3541b6..95ac73b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7e2e7cc7fa1c6cf1cace68e4ff094a59826572195d5c5b03fc54742cfbe30b5e" + "sha256": "153ee1407c7067bd23c14f75759cc09b3f9b1c6fda9e20498a0602a14ea72320" }, "pipfile-spec": 6, "requires": { @@ -216,6 +216,7 @@ "sha256:f8bfd36f368efe0ab2a6aa3db7f14598aac454b06849fb633b762ddbede1db90", "sha256:ffe73f9e7aea404722058405ff24041e59d31ca23d1da0895af48050a07b6932" ], + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", "version": "==1.1.3" }, "gunicorn": { @@ -265,11 +266,11 @@ }, "jinja2": { "hashes": [ - "sha256:74320bb91f31270f9551d46522e33af46a80c3d619f4a4bf42b3164d30b5911f", - "sha256:9fe95f19286cfefaa917656583d020be14e7859c6b0252588391e47db34527de" + "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419", + "sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6" ], "index": "pypi", - "version": "==2.10.3" + "version": "==2.11.3" }, "jsmin": { "hashes": [ @@ -504,6 +505,7 @@ "sha256:7454314a529bba20e745928601ffeaf101c1b5aca9a6c4e48ad397803d10ea0c", "sha256:d8d8b072799c36cadcdcc2b40d2a560ce09797ab3d2d596b2ad519a5e4df19ae" ], + "markers": "python_version >= '3.6'", "version": "==4.3.4" }, "python-socketio": { @@ -511,6 +513,7 @@ "sha256:5011a0cd2545c954d7df09eef7489ec424c93b001cc146599cd72f1dd20f0d46", "sha256:86ee93591c1e781d339d9a61940e62fd6cbc838390653b52a7bcc4f7ce89fe47" ], + "markers": "python_version >= '3.6'", "version": "==5.7.1" }, "pytz": { @@ -583,6 +586,14 @@ "index": "pypi", "version": "==1.4.1" }, + "setuptools": { + "hashes": [ + "sha256:001c474c175697a03e2afffd87d92411c89215be5f2cd3e0ab80a67726c0f4c2", + "sha256:c46d9c8f2289535457d36c676b541ca78f7dcb736b97d02f50d17f7f15b583cc" + ], + "index": "pypi", + "version": "==45" + }, "six": { "hashes": [ "sha256:1f1b7d42e254082a9db6279deae68afb421ceba6158efa6131de7b3003ee93fd", @@ -695,6 +706,7 @@ "sha256:fb9eca32f9b4acc7149db2c86f8108167b9929b7da1887d4287a90cfdb3ea53a", "sha256:fc6f3a334587c83c5ba56c19b254a97542ce1fc05ccfd66fbf568e6117718d65" ], + "markers": "python_version >= '3.6'", "version": "==3.0.0" }, "zipp": {