From 548a95389ebed19d9a738e2e367bead29c15fa76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:08:46 +0000 Subject: [PATCH] Bump the python-dependencies group with 4 updates Updates the requirements on [boto3](https://github.com/boto/boto3), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy) and [types-requests](https://github.com/python/typeshed) to permit the latest version. Updates `boto3` to 1.43.46 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.40...1.43.46) Updates `ruff` to 0.15.21 - [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.20...0.15.21) Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `types-requests` to 2.33.0.20260712 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.46 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fa81ad0..95e2158 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,8 +2,8 @@ pytest>=9.1.1 pytest-qt>=4.5.0 pytest-cov>=7.1.0 -ruff>=0.15.20 -mypy>=2.1.0 -types-requests>=2.33.0.20260518 +ruff>=0.15.21 +mypy>=2.3.0 +types-requests>=2.33.0.20260712 pyinstaller>=6.21.0 pyotp>=2.10.0 diff --git a/requirements.txt b/requirements.txt index b9da642..ad55ad6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.40 +boto3>=1.43.46