From 90b09dd194c25caf471d3708145afdccafedda98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:43:50 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /tools directory: [pillow](https://github.com/python-pillow/Pillow) and [mysql-connector-python](https://github.com/mysql/mysql-connector-python). Updates `pillow` from 9.3.0 to 10.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.3.0...10.3.0) Updates `mysql-connector-python` from 8.0.33 to 9.1.0 - [Changelog](https://github.com/mysql/mysql-connector-python/blob/trunk/CHANGES.txt) - [Commits](https://github.com/mysql/mysql-connector-python/compare/8.0.33...9.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: mysql-connector-python dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index be63a952c0..c624ba180d 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,6 +1,6 @@ pygit2==1.7.2 bidict==0.22.0 -Pillow==9.3.0 +Pillow==10.3.0 # changelogs PyYaml==6.0.1 @@ -9,4 +9,4 @@ ruamel.yaml==0.17.20 PyGithub==1.55 # ezdb -mysql-connector-python==8.0.33 +mysql-connector-python==9.1.0