From 018c540aaf1c893f252677748be3c24fcc430787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 22:59:24 +0000 Subject: [PATCH 1/2] Bump pillow from 8.3.2 to 8.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 8.4.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.3.2...8.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bf879a47dd..65d0231491 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aspy.yaml==1.3.0 attackcti==0.3.4.4 attrs==21.2.0 backports.entry-points-selectable==1.1.1 -CacheControl==0.12.6 +CacheControl==0.12.10 certifi==2021.5.30 cfgv==3.3.1 chardet==4.0.0 @@ -36,7 +36,7 @@ packaging==21.0 pathlib2==2.3.6 pendulum==2.1.2 pep517==0.11.0 -Pillow==8.3.2 +Pillow==8.4.0 platformdirs==2.3.0 pre-commit==2.14.1 progress==1.6 From 51e4c1157961a7668c139f1cc460c9295b37018a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 23:00:29 +0000 Subject: [PATCH 2/2] Bump jsonschema from 3.2.0 to 4.2.1 Bumps [jsonschema](https://github.com/Julian/jsonschema) from 3.2.0 to 4.2.1. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/Julian/jsonschema/compare/v3.2.0...v4.2.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 431c345b4d..9109ff8b9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ importlib-metadata==4.8.1 importlib-resources==5.2.2 ipaddr==2.2.0 Jinja2==3.0.2 -jsonschema==3.2.0 +jsonschema==4.2.1 lockfile==0.12.2 MarkupSafe==2.0.1 more-itertools==8.8.0