From b7fbdda6b8fd50aac780c589e838a67eb9546e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 22:04:42 +0000 Subject: [PATCH 1/3] chore(deps): bump requests from 2.32.5 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e2fdd048..a20b1e6ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "setuptools>=78.1.1", "flask==3.1.3", - "requests==2.32.5", + "requests==2.33.0", "jinja2==3.1.6", "pyOpenSSL==26.1.0", "colorlog==6.10.1", From 2919f094226730c75351022b58bfabf9256e779a Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Fri, 14 Aug 2026 20:24:55 -0500 Subject: [PATCH 2/3] docs: update CHANGES with details --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index b524f3472..a5a45da1a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,7 @@ v9.9.9 (unreleased) - chore: bump actions/checkout version (#1772) - chore: bump actions/setup-python version (#1773) - refactor: switch to pyproject.toml (#1753) +- chore: bump dependencies (#1774) v6.2.1 (2026-06-06) From 4a269a862b950b759870884c1c217ecdd28c9b44 Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Fri, 14 Aug 2026 21:13:15 -0500 Subject: [PATCH 3/3] fix: pin ruff version --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d17e4032f..d7f0232d7 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ commands = pytest -v tests/ recreate = true [testenv:codestyle] -deps = ruff +deps = ruff<0.16.0 commands = ruff check errbot/ tests/ tools/