From a047be75c89d5429298f7465143150fc8e489688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:24:44 +0000 Subject: [PATCH] Bump asn1 from 3.2.0 to 3.3.0 Bumps [asn1](https://github.com/andrivet/python-asn1) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/andrivet/python-asn1/releases) - [Changelog](https://github.com/andrivet/python-asn1/blob/master/CHANGELOG.rst) - [Commits](https://github.com/andrivet/python-asn1/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: asn1 dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3b54b82..c0a90c79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "requests>=2.28.0,<3", "cryptography>=40.0.0", "pyOpenSSL>=23.1.1", - "asn1==3.2.0", + "asn1==3.3.0", "cattrs>=23.1.2", ] diff --git a/requirements.txt b/requirements.txt index 81519baf..2203100f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ PyJWT >= 2.6.0, < 3 requests >= 2.28.0, < 3 cryptography >= 40.0.0 pyOpenSSL >= 23.1.1 -asn1==3.2.0 +asn1==3.3.0 cattrs >= 23.1.2 httpx==0.28.1