Relock dependencies with prometheus-client as a primary dependency.

pull/3339/head
Kieran Prasch 2023-10-24 20:35:12 +02:00
parent 8897eaa9ce
commit de85e7fa81
3 changed files with 24 additions and 20 deletions

View File

@ -38,6 +38,7 @@ colorama = "*"
tabulate = "*"
# Tools
eth-account = ">=0.8.0,<0.9" # because of eth-ape (eip712 dep)
prometheus-client = "*"
[dev-packages]
# Pytest

42
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "33a06a6f057e9b41f76ce57bbc1c786c9ab5ef9d679e607c4b024c3ed7b102ad"
"sha256": "f6866451160cdf52ad855fb6fbc9c9af6d855d815a47c3332b6d5b321f65edd6"
},
"pipfile-spec": 6,
"requires": {
@ -283,14 +283,6 @@
],
"version": "==2.8.2"
},
"blinker": {
"hashes": [
"sha256:152090d27c1c5c722ee7e48504b02d76502811ce02e1523553b4cf8c8b3d3a8d",
"sha256:296320d6c28b006eb5e32d4712202dbcdcbf5dc482da298c2f44881c43884aaa"
],
"markers": "python_version >= '3.7'",
"version": "==1.6.3"
},
"bytestring-splitter": {
"hashes": [
"sha256:4713e5d3a13321ae020c271f3c29dd0bbfb6fcb7875ac8b365ff9cf9863a0db0",
@ -637,12 +629,12 @@
},
"flask": {
"hashes": [
"sha256:21128f47e4e3b9d597a3e8521a329bf56909b690fcc3fa3e477725aa81367638",
"sha256:cfadcdb638b609361d29ec22360d6070a77d7463dcb3ab08d2c2f2f168845f58"
"sha256:58107ed83443e86067e41eff4631b058178191a355886f8e479e347fa1285fdf",
"sha256:edee9b0a7ff26621bd5a8c10ff484ae28737a2410d99b0bb9a6850c7fb977aa0"
],
"index": "pypi",
"markers": "python_version >= '3.8'",
"version": "==3.0.0"
"markers": "python_version >= '3.7'",
"version": "==2.2.5"
},
"frozenlist": {
"hashes": [
@ -767,11 +759,12 @@
},
"jinja2": {
"hashes": [
"sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852",
"sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"
"sha256:077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8",
"sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7"
],
"markers": "python_version >= '3.7'",
"version": "==3.1.2"
"index": "pypi",
"markers": "python_version >= '3.6'",
"version": "==3.0.3"
},
"jsonschema": {
"hashes": [
@ -1257,6 +1250,15 @@
"markers": "python_version >= '3.8'",
"version": "==3.0.0b1"
},
"prometheus-client": {
"hashes": [
"sha256:21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091",
"sha256:e537f37160f6807b8202a6fc4764cdd19bac5480ddd3e0d463c3002b34462101"
],
"index": "pypi",
"markers": "python_version >= '3.6'",
"version": "==0.17.1"
},
"protobuf": {
"hashes": [
"sha256:2d65aa406a608bf8b18366d6b25d42bbb205a235a8802da3a46d38c22d4c9d6c",
@ -1935,11 +1937,11 @@
},
"werkzeug": {
"hashes": [
"sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc",
"sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"
"sha256:3ffff4dcc32db52ef3cc94dff3000a3c2846890f3a5a51800a27b909c5e770f0",
"sha256:cbb2600f7eabe51dbc0502f58be0b3e1b96b893b05695ea2b35b43d4de2d9962"
],
"markers": "python_version >= '3.8'",
"version": "==3.0.1"
"version": "==3.0.0"
},
"yarl": {
"hashes": [

View File

@ -56,6 +56,7 @@ nucypher-core==0.13.0
packaging==23.2; python_version >= '3.7'
parsimonious==0.9.0
pendulum==3.0.0b1; python_version >= '3.8'
prometheus-client==0.17.1; python_version >= '3.6'
protobuf==4.25.0rc2; python_version >= '3.8'
py-ecc==6.0.0; python_version >= '3.6' and python_version < '4'
py-evm==0.7.0a4