From 633a9891e385f6fda691a168d0aac4447315d0bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:07:57 +0000 Subject: [PATCH] Bump the python-dependencies group with 3 updates Updates the requirements on [tweepy](https://github.com/tweepy/tweepy), [pillow](https://github.com/python-pillow/Pillow) and [boto3](https://github.com/boto/boto3) to permit the latest version. Updates `tweepy` to 4.17.0 - [Release notes](https://github.com/tweepy/tweepy/releases) - [Changelog](https://github.com/tweepy/tweepy/blob/master/docs/changelog.md) - [Commits](https://github.com/tweepy/tweepy/compare/v4.16.0...v4.17.0) Updates `pillow` to 12.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/12.2.0...12.3.0) Updates `boto3` to 1.43.40 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.36...1.43.40) --- updated-dependencies: - dependency-name: tweepy dependency-version: 4.17.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.40 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a4b841a..b9da642 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ PyQt6>=6.11.0 PyQt6-WebEngine>=6.11.0 -tweepy>=4.16.0 +tweepy>=4.17.0 atproto>=0.0.69 -Pillow>=12.2.0 +Pillow>=12.3.0 keyring>=25.7.0 requests>=2.34.2 packaging>=26.2 python-dotenv>=1.2.2 ffmpeg-python>=0.2.0 imageio-ffmpeg>=0.6.0 -boto3>=1.43.36 +boto3>=1.43.40