From 547e5b7d209c846765b08c8cb5923d313ef94694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 08:37:30 +0000 Subject: [PATCH] Build(deps): Bump asn1 from 2.8.0 to 3.2.0 Bumps [asn1](https://github.com/andrivet/python-asn1) from 2.8.0 to 3.2.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/v2.8.0...v3.2.0) --- updated-dependencies: - dependency-name: asn1 dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7adf0e26..259e45264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "adaptix>=3.0.0b11", "aioldap3 @ https://github.com/MultiDirectoryLab/aioldap3/releases/download/v1.3/aioldap3-1.3-py3-none-any.whl", "alembic>=1.14.1", - "asn1==2.8.0", + "asn1==3.2.0", "asyncstdlib>=3.10.6", "backoff>=2.2.1", "bcrypt==4.0.1",