From e3a2e53c9382262a1009da7fa637c694cb7955c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:09:16 +0000 Subject: [PATCH 1/5] Bump deltachat from 1.95.0 to 1.97.0 in /requirements Bumps [deltachat](https://github.com/deltachat/deltachat-core-rust) from 1.95.0 to 1.97.0. - [Release notes](https://github.com/deltachat/deltachat-core-rust/releases) - [Changelog](https://github.com/deltachat/deltachat-core-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/deltachat/deltachat-core-rust/compare/1.95.0...1.97.0) --- updated-dependencies: - dependency-name: deltachat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index f6a87cc..da27efe 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -deltachat==1.95.0 +deltachat==1.97.0 py==1.11.0 Pillow==9.2.0 Jinja2==3.1.2 From 1c61a275ae4a4e3028e22c6c334ae9c527ef7b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:09:20 +0000 Subject: [PATCH 2/5] Bump pytest from 7.1.3 to 7.2.0 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index d29aca4..2e478c8 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,4 +1,4 @@ -pytest==7.1.3 +pytest==7.2.0 # needed by examples: xkcd==2.4.2 wikiquote==0.1.16 From 18cb10fd1968dca895f3df76f34453c6a0420c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:09:27 +0000 Subject: [PATCH 3/5] Bump pillow from 9.2.0 to 9.3.0 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.3.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/9.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index f6a87cc..692157d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ deltachat==1.95.0 py==1.11.0 -Pillow==9.2.0 +Pillow==9.3.0 Jinja2==3.1.2 From 279e82580ee3cd039a818b3d43a3d8f6f1acba87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:09:30 +0000 Subject: [PATCH 4/5] Bump black from 22.8.0 to 22.10.0 in /requirements Bumps [black](https://github.com/psf/black) from 22.8.0 to 22.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.8.0...22.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 53b5540..2aa4dfd 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -r requirements-test.txt -black==22.8.0 +black==22.10.0 flake8==5.0.4 isort==5.10.1 From eb91ba9d1f5b6fc38c74d2938fc4a569b5743f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 17:44:02 +0000 Subject: [PATCH 5/5] Bump deltachat from 1.95.0 to 1.99.0 in /requirements Bumps [deltachat](https://github.com/deltachat/deltachat-core-rust) from 1.95.0 to 1.99.0. - [Release notes](https://github.com/deltachat/deltachat-core-rust/releases) - [Changelog](https://github.com/deltachat/deltachat-core-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/deltachat/deltachat-core-rust/compare/1.95.0...1.99.0) --- updated-dependencies: - dependency-name: deltachat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 692157d..925083e 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -deltachat==1.95.0 +deltachat==1.99.0 py==1.11.0 Pillow==9.3.0 Jinja2==3.1.2