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) 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", 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/