mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 07:46:06 -04:00
upgrade pyasn1 as well due to pip-audit finding
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -3871,14 +3871,14 @@ defusedxml = ">=0.7.1,<0.8.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pyasn1"
|
name = "pyasn1"
|
||||||
version = "0.6.2"
|
version = "0.6.3"
|
||||||
description = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)"
|
description = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "pyasn1-0.6.2-py3-none-any.whl", hash = "sha256:1eb26d860996a18e9b6ed05e7aae0e9fc21619fcee6af91cca9bad4fbea224bf"},
|
{file = "pyasn1-0.6.3-py3-none-any.whl", hash = "sha256:a80184d120f0864a52a073acc6fc642847d0be408e7c7252f31390c0f4eadcde"},
|
||||||
{file = "pyasn1-0.6.2.tar.gz", hash = "sha256:9b59a2b25ba7e4f8197db7686c09fb33e658b98339fadb826e9512629017833b"},
|
{file = "pyasn1-0.6.3.tar.gz", hash = "sha256:697a8ecd6d98891189184ca1fa05d1bb00e2f84b5977c481452050549c8a72cf"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -5982,4 +5982,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.13.2"
|
python-versions = "^3.13.2"
|
||||||
content-hash = "45f24781709000d21d10c83ff5634f79084ea4e4052d69a16e74bd730f459ba7"
|
content-hash = "907fd16727a1738c03d8f319d4ccfae2c3fff716d0d392e7f3b7eeb0ec26c90e"
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ typing-extensions = "^4.15.0"
|
|||||||
aiohttp = "^3.13.3"
|
aiohttp = "^3.13.3"
|
||||||
pytest = "^9.0.2"
|
pytest = "^9.0.2"
|
||||||
filelock = ">=3.20.3"
|
filelock = ">=3.20.3"
|
||||||
pyasn1 = ">=0.6.2"
|
pyasn1 = ">=0.6.3"
|
||||||
jaraco-context = ">=6.1.0"
|
jaraco-context = ">=6.1.0"
|
||||||
wheel = ">=0.46.2"
|
wheel = ">=0.46.2"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user