From abd03e27b87924044ba6055bcc67777b801d5a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:07:52 +0000 Subject: [PATCH] Bump the python-dependencies group with 3 updates Updates the requirements on [atproto](https://github.com/MarshalX/atproto), [boto3](https://github.com/boto/boto3) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `atproto` to 0.0.69 - [Release notes](https://github.com/MarshalX/atproto/releases) - [Changelog](https://github.com/MarshalX/atproto/blob/main/CHANGES.md) - [Commits](https://github.com/MarshalX/atproto/compare/v0.0.68...v0.0.69) Updates `boto3` to 1.43.36 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.34...1.43.36) Updates `ruff` to 0.15.20 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.18...0.15.20) --- updated-dependencies: - dependency-name: atproto dependency-version: 0.0.69 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.36 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 904cb19..fa81ad0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ pytest>=9.1.1 pytest-qt>=4.5.0 pytest-cov>=7.1.0 -ruff>=0.15.18 +ruff>=0.15.20 mypy>=2.1.0 types-requests>=2.33.0.20260518 pyinstaller>=6.21.0 diff --git a/requirements.txt b/requirements.txt index f0ffaaf..a4b841a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ PyQt6>=6.11.0 PyQt6-WebEngine>=6.11.0 tweepy>=4.16.0 -atproto>=0.0.68 +atproto>=0.0.69 Pillow>=12.2.0 keyring>=25.7.0 requests>=2.34.2 @@ -9,4 +9,4 @@ packaging>=26.2 python-dotenv>=1.2.2 ffmpeg-python>=0.2.0 imageio-ffmpeg>=0.6.0 -boto3>=1.43.34 +boto3>=1.43.36