From d66bac4c1d451cd563613e914b0dd4af8de84993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 04:22:04 +0000 Subject: [PATCH 1/3] Bump pillow from 8.4.0 to 9.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.0.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.4.0...9.0.0) --- updated-dependencies: - dependency-name: pillow 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 4e4e23b1..2bb65c39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ ruamel.yaml==0.17.19 schedule==1.1.0 retrying==1.3.3 pathvalidate==2.5.0 -pillow==8.4.0 \ No newline at end of file +pillow==9.0.0 \ No newline at end of file From 000a10f90e29085d8c9314e255879ecf0f50b6a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 04:19:05 +0000 Subject: [PATCH 2/3] Bump ruamel-yaml from 0.17.19 to 0.17.20 Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.19 to 0.17.20. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e4e23b1..16d2f898 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ tmdbv3api==1.7.6 arrapi==1.3.0 lxml==4.7.1 requests==2.26.0 -ruamel.yaml==0.17.19 +ruamel.yaml==0.17.20 schedule==1.1.0 retrying==1.3.3 pathvalidate==2.5.0 From 8a14994bc5c64ecdbff596490c12b1b498592abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 16:50:28 +0000 Subject: [PATCH 3/3] Bump requests from 2.26.0 to 2.27.0 Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.27.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.26.0...v2.27.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 16d2f898..f3455944 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ PlexAPI==4.8.0 tmdbv3api==1.7.6 arrapi==1.3.0 lxml==4.7.1 -requests==2.26.0 +requests==2.27.0 ruamel.yaml==0.17.20 schedule==1.1.0 retrying==1.3.3