From aee88a6378c46a3d061e19ba61588da2b8ab07af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:23:46 +0000 Subject: [PATCH] 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 9e2fdd048..3a4cceac7 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"]