From c578e08ad35fc45dd0469e774d46b730a38dc28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:57:45 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump pyasn1 from 0.6.3 to 0.6.4 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.6.3 to 0.6.4. - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](https://github.com/pyasn1/pyasn1/compare/v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a20b1e6ab..c01fec18e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ telegram = ["python-telegram-bot==13.15"] XMPP = [ "slixmpp==1.12.0; python_version < '3.11'", "slixmpp==1.15.0; python_version >= '3.11'", - "pyasn1==0.6.3", + "pyasn1==0.6.4", "pyasn1-modules==0.4.2", ] test = ["pytest", "requests"] From d7dacab486b1ee5ecfd273bb130e3a04b1ce74c2 Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Sun, 16 Aug 2026 22:05:28 -0500 Subject: [PATCH 2/2] docs: add details to CHANGES --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index cbe777618..ad91a9c07 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ v9.9.9 (unreleased) - chore: bump actions/checkout version (#1772, #1776) - chore: bump actions/setup-python version (#1773, #1775) - refactor: switch to pyproject.toml (#1753) -- chore: bump dependencies (#1774) +- chore: bump dependencies (#1774, #1777) v6.2.1 (2026-06-06)