mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-10 01:56:03 -04:00
revert to pinned oscrypto
This commit is contained in:
14
poetry.lock
generated
14
poetry.lock
generated
@@ -3142,14 +3142,18 @@ description = "TLS (SSL) sockets, key generation, encryption, decryption, signin
|
|||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = []
|
||||||
{file = "oscrypto-1.3.0-py2.py3-none-any.whl", hash = "sha256:2b2f1d2d42ec152ca90ccb5682f3e051fb55986e1b170ebde472b133713e7085"},
|
develop = false
|
||||||
{file = "oscrypto-1.3.0.tar.gz", hash = "sha256:6f5fef59cb5b3708321db7cca56aed8ad7e662853351e7991fcf60ec606d47a4"},
|
|
||||||
]
|
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
asn1crypto = ">=1.5.1"
|
asn1crypto = ">=1.5.1"
|
||||||
|
|
||||||
|
[package.source]
|
||||||
|
type = "git"
|
||||||
|
url = "https://github.com/wbond/oscrypto.git"
|
||||||
|
reference = "1547f53"
|
||||||
|
resolved_reference = "1547f535001ba568b239b8797465536759c742a3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "packageurl-python"
|
name = "packageurl-python"
|
||||||
version = "0.16.0"
|
version = "0.16.0"
|
||||||
@@ -5608,4 +5612,4 @@ cffi = ["cffi (>=1.11)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.12.2"
|
python-versions = "^3.12.2"
|
||||||
content-hash = "51492ae34fb951d8e3682f93c36806e2c692b2538e565a8a8c114211adc202fb"
|
content-hash = "e98a5a2b3c3493bec60797324732078f9564059746e54674cb1d018d06f10b58"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ marshmallow = "==3.26.1"
|
|||||||
marshmallow-sqlalchemy = "==1.0.0"
|
marshmallow-sqlalchemy = "==1.0.0"
|
||||||
newrelic = "*"
|
newrelic = "*"
|
||||||
notifications-python-client = "==10.0.1"
|
notifications-python-client = "==10.0.1"
|
||||||
oscrypto = "1.3.0"
|
oscrypto = { git = "https://github.com/wbond/oscrypto.git", rev = "1547f53" }
|
||||||
packaging = "==25.0"
|
packaging = "==25.0"
|
||||||
poetry-dotenv-plugin = "==0.2.0"
|
poetry-dotenv-plugin = "==0.2.0"
|
||||||
psycopg2-binary = "==2.9.9"
|
psycopg2-binary = "==2.9.9"
|
||||||
|
|||||||
Reference in New Issue
Block a user