зеркало из https://github.com/mozilla/normandy.git
Merge #2261
2261: Update dependency ecdsa to ^0.16.0 r=mythmon a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ecdsa](https://togithub.com/warner/python-ecdsa) | dependencies | minor | `^0.13.3` -> `^0.16.0` | Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Коммит
95e5c78252
|
@ -547,8 +547,15 @@ category = "main"
|
|||
description = "ECDSA cryptographic signature library (pure python)"
|
||||
name = "ecdsa"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
version = "0.13.3"
|
||||
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
||||
version = "0.16.0"
|
||||
|
||||
[package.dependencies]
|
||||
six = ">=1.9.0"
|
||||
|
||||
[package.extras]
|
||||
gmpy = ["gmpy"]
|
||||
gmpy2 = ["gmpy2"]
|
||||
|
||||
[[package]]
|
||||
category = "main"
|
||||
|
@ -1987,7 +1994,7 @@ testing = ["jaraco.itertools", "func-timeout"]
|
|||
docs = ["Sphinx", "sphinx_rtd_theme", "sphinxcontrib-httpdomain"]
|
||||
|
||||
[metadata]
|
||||
content-hash = "a5c585a162cd6daedcdcdb69ddf83469862950087e01480412925b3a92ad198b"
|
||||
content-hash = "8ba0c4f51b2775c003b26c47c50277bcf05f9923f170fd81b68fe66233c99271"
|
||||
lock-version = "1.0"
|
||||
python-versions = ">=3.7,<3.8"
|
||||
|
||||
|
@ -2064,6 +2071,7 @@ bcrypt = [
|
|||
{file = "bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl", hash = "sha256:c9457fa5c121e94a58d6505cadca8bed1c64444b83b3204928a866ca2e599105"},
|
||||
{file = "bcrypt-3.1.7-cp34-cp34m-win32.whl", hash = "sha256:8b10acde4e1919d6015e1df86d4c217d3b5b01bb7744c36113ea43d529e1c3de"},
|
||||
{file = "bcrypt-3.1.7-cp34-cp34m-win_amd64.whl", hash = "sha256:cb93f6b2ab0f6853550b74e051d297c27a638719753eb9ff66d1e4072be67133"},
|
||||
{file = "bcrypt-3.1.7-cp35-abi3-manylinux2014_aarch64.whl", hash = "sha256:436a487dec749bca7e6e72498a75a5fa2433bda13bac91d023e18df9089ae0b8"},
|
||||
{file = "bcrypt-3.1.7-cp35-cp35m-win32.whl", hash = "sha256:6fe49a60b25b584e2f4ef175b29d3a83ba63b3a4df1b4c0605b826668d1b6be5"},
|
||||
{file = "bcrypt-3.1.7-cp35-cp35m-win_amd64.whl", hash = "sha256:a595c12c618119255c90deb4b046e1ca3bcfad64667c43d1166f2b04bc72db09"},
|
||||
{file = "bcrypt-3.1.7-cp36-cp36m-win32.whl", hash = "sha256:74a015102e877d0ccd02cdeaa18b32aa7273746914a6c5d0456dd442cb65b99c"},
|
||||
|
@ -2245,8 +2253,8 @@ drf-yasg = [
|
|||
{file = "drf_yasg-1.17.1-py2.py3-none-any.whl", hash = "sha256:7d7af27ad16e18507e9392b2afd6b218fbffc432ec8dbea053099a2241e184ff"},
|
||||
]
|
||||
ecdsa = [
|
||||
{file = "ecdsa-0.13.3-py2.py3-none-any.whl", hash = "sha256:9814e700890991abeceeb2242586024d4758c8fc18445b194a49bd62d85861db"},
|
||||
{file = "ecdsa-0.13.3.tar.gz", hash = "sha256:163c80b064a763ea733870feb96f9dd9b92216cfcacd374837af18e4e8ec3d4d"},
|
||||
{file = "ecdsa-0.16.0-py2.py3-none-any.whl", hash = "sha256:ca359c971594dceebf334f3d623dae43163ab161c7d09f28cae70a86df26eb7a"},
|
||||
{file = "ecdsa-0.16.0.tar.gz", hash = "sha256:494c6a853e9ed2e9be33d160b41d47afc50a6629b993d2b9c5ad7bb226add892"},
|
||||
]
|
||||
entrypoints = [
|
||||
{file = "entrypoints-0.3-py2.py3-none-any.whl", hash = "sha256:589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19"},
|
||||
|
|
|
@ -35,7 +35,7 @@ djangorestframework = "3.10.*"
|
|||
djangorestframework-yaml = "^2.0.0"
|
||||
dockerflow = "^2020.0.0"
|
||||
drf-yasg = "^1.17.0"
|
||||
ecdsa = "^0.13.3"
|
||||
ecdsa = "^0.16.0"
|
||||
factory_boy = "^2.12.0"
|
||||
fastecdsa = "^1.7.4"
|
||||
flake8 = "^3.7.8"
|
||||
|
|
Загрузка…
Ссылка в новой задаче