Skip to content

Commit 3833baa

Browse files
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](andrivet/python-asn1@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] <support@github.com>
1 parent 6cf8778 commit 3833baa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"requests>=2.28.0,<3",
2121
"cryptography>=43.0.0",
2222
"pyOpenSSL>=23.1.1",
23-
"asn1==3.2.0",
23+
"asn1==3.3.0",
2424
"cattrs>=23.1.2",
2525
]
2626

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ PyJWT >= 2.6.0, < 3
33
requests >= 2.28.0, < 3
44
cryptography >= 43.0.0
55
pyOpenSSL >= 23.1.1
6-
asn1==3.2.0
6+
asn1==3.3.0
77
cattrs >= 23.1.2
88
httpx==0.28.1

0 commit comments

Comments
 (0)