From bd13157c144ec18b61f1cd89fba5b70d4d7e19db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 22:00:05 +0000 Subject: [PATCH] Bump bleach from 3.0.2 to 3.3.0 Bumps [bleach](https://github.com/mozilla/bleach) from 3.0.2 to 3.3.0. - [Release notes](https://github.com/mozilla/bleach/releases) - [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v3.0.2...v3.3.0) 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 c0f9b9c..86a8ac3 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] python-dateutil = "==2.7.5" tqdm = "==4.29.0" -bleach = "==3.0.2" +bleach = "==3.3.0" altgraph = "==0.16.1" certifi = "==2018.11.29" future = "==0.17.1" diff --git a/Pipfile.lock b/Pipfile.lock index 5c771ae..f6f351f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "aed0770e9659a22969885a6e151f00985319e0b11f8331e6b840abc0fcae57a2" + "sha256": "35df1eb35049fc943868628b82da8e421a1472ec23d66c659323c937a2eea495" }, "pipfile-spec": 6, "requires": { @@ -34,11 +34,11 @@ }, "bleach": { "hashes": [ - "sha256:48d39675b80a75f6d1c3bdbffec791cf0bbbab665cf01e20da701c77de278718", - "sha256:73d26f018af5d5adcdabf5c1c974add4361a9c76af215fe32fdec8a6fc5fb9b9" + "sha256:6123ddc1052673e52bab52cdc955bcb57a015264a1c57d37bea2f6b817af0125", + "sha256:98b3170739e5e83dd9dc19633f074727ad848cbedb6026708c8ac2d3b697a433" ], "index": "pypi", - "version": "==3.0.2" + "version": "==3.3.0" }, "certifi": { "hashes": [ @@ -121,6 +121,13 @@ "index": "pypi", "version": "==1.1.0" }, + "packaging": { + "hashes": [ + "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5", + "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a" + ], + "version": "==20.9" + }, "pefile": { "hashes": [ "sha256:4c5b7e2de0c8cb6c504592167acf83115cbbde01fe4a507c16a1422850e86cd6" @@ -135,6 +142,13 @@ "index": "pypi", "version": "==3.4" }, + "pyparsing": { + "hashes": [ + "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1", + "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b" + ], + "version": "==2.4.7" + }, "python-dateutil": { "hashes": [ "sha256:063df5763652e21de43de7d9e00ccf239f953a832941e37be541614732cdfc93", diff --git a/requirements.txt b/requirements.txt index 87b633d..9548ae5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,18 @@ +-i https://pypi.org/simple/ altgraph==0.16.1 -Babel==2.6.0 -bleach==3.0.2 +babel==2.6.0 +bleach==3.3.0 certifi==2018.11.29 future==0.17.1 idna==2.8 -Jinja2==2.10 +jinja2==2.10 macholib==1.11 markdown==3.0.1 -MarkupSafe==1.1.0 +markupsafe==1.1.0 +packaging==20.9 pefile==2018.8.8 -PyInstaller==3.4 +pyinstaller==3.4 +pyparsing==2.4.7 python-dateutil==2.7.5 pytz==2018.7 six==1.12.0