Skip to content

Commit 0302b6d

Browse files
Merge pull request #131 from apple/dependabot/pip/asn1-2.8.0
Bump asn1 from 2.7.0 to 2.8.0
2 parents 0b87644 + 4b9baad commit 0302b6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 >= 40.0.0
55
pyOpenSSL >= 23.1.1
6-
asn1==2.7.0
6+
asn1==2.8.0
77
cattrs >= 23.1.2
88
httpx==0.27.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
long_description_content_type="text/markdown",
1616
packages=find_packages(exclude=["tests"]),
1717
python_requires=">=3.7, <4",
18-
install_requires=["attrs >= 21.3.0", 'PyJWT >= 2.6.0, < 3', 'requests >= 2.28.0, < 3', 'cryptography >= 40.0.0', 'pyOpenSSL >= 23.1.1', 'asn1==2.7.0', 'cattrs >= 23.1.2'],
18+
install_requires=["attrs >= 21.3.0", 'PyJWT >= 2.6.0, < 3', 'requests >= 2.28.0, < 3', 'cryptography >= 40.0.0', 'pyOpenSSL >= 23.1.1', 'asn1==2.8.0', 'cattrs >= 23.1.2'],
1919
extras_require={
2020
"async": ["httpx"],
2121
},

0 commit comments

Comments
 (0)