1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

Merge pull request #225 from Rikj000/dependabot/pip/development/plotly-5.5.0

This commit is contained in:
dependabot[bot]
2022-01-07 06:47:52 +00:00
committed by GitHub
3 changed files with 21 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ inquirerpy = "==0.3.1"
logger = "==1.4"
numpy = "==1.21.5"
pandas = "==1.3.5"
plotly = "==5.4.0"
plotly = "==5.5.0"
prompt-toolkit = "==3.0.24"
pygit2 = "*"
python-rapidjson = "==1.5"

34
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "4a3213fce24ceb13dfe62923c73cdd8eb15f9af41466e65f5af3a0da8aa19923"
"sha256": "7293cb53c8def8d466b7f286a891b3f85b8da0fe1e406be570c363a49cd251ad"
},
"pipfile-spec": 6,
"requires": {
@@ -416,7 +416,7 @@
"sha256:33682ed1929c5ff85c0c57e3b3cfa5c355063138be3560a1797378cf08fb05a2",
"sha256:3efd83e49d854830369173b44e64a2cd9adcb9d5382698a792474c7d18e2fe32"
],
"markers": "python_version >= '3.7' and python_version < '4.0'",
"markers": "python_version >= '3.7' and python_version < '4'",
"version": "==0.3.3"
},
"pillow": {
@@ -468,10 +468,10 @@
},
"plotly": {
"hashes": [
"sha256:1e5c1a5c87caaf68ce0d9872d4636e3ce1f82c7f6988eb20905ff5b58e57525c",
"sha256:735d50738c760ecbf3a38e2336b8c1b119bff2d857096e4f68af31089b798161"
"sha256:20b8a1a0f0434f9b8d10eb7caa66e947a9a1d698e5a53d40d447bbc0d2ae41f0",
"sha256:bc7d19272560f73fe4c2c989c31b00774a35d3a76891fab0b72c17616862d0e0"
],
"version": "==5.4.0"
"version": "==5.5.0"
},
"prompt-toolkit": {
"hashes": [
@@ -715,7 +715,7 @@
"sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece",
"sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844"
],
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'",
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'",
"version": "==1.26.7"
},
"wcwidth": {
@@ -837,11 +837,11 @@
},
"filelock": {
"hashes": [
"sha256:2e139a228bcf56dd8b2274a65174d005c4a6b68540ee0bdbb92c76f43f29f7e8",
"sha256:93d512b32a23baf4cac44ffd72ccf70732aeff7b8050fcaf6d3ec406d954baf4"
"sha256:38b4f4c989f9d06d44524df1b24bd19e167d851f19b50bf3e3559952dddc5b80",
"sha256:cf0fc6a2f8d26bd900f19bf33915ca70ba4dd8c56903eeb14e1e7a2fd7590146"
],
"markers": "python_version >= '3.6'",
"version": "==3.4.0"
"markers": "python_version >= '3.7'",
"version": "==3.4.2"
},
"flake8": {
"hashes": [
@@ -939,11 +939,11 @@
},
"platformdirs": {
"hashes": [
"sha256:367a5e80b3d04d2428ffa76d33f124cf11e8fff2acdaa9b43d545f5c7d661ef2",
"sha256:8868bbe3c3c80d42f20156f22e7131d2fb321f5bc86a2a345375c6481a67021d"
"sha256:1d7385c7db91728b83efd0ca99a5afb296cab9d0ed8313a45ed8ba17967ecfca",
"sha256:440633ddfebcc36264232365d7840a970e75e1018d15b4327d11f91909045fda"
],
"markers": "python_version >= '3.6'",
"version": "==2.4.0"
"markers": "python_version >= '3.7'",
"version": "==2.4.1"
},
"pluggy": {
"hashes": [
@@ -1060,11 +1060,11 @@
},
"setuptools": {
"hashes": [
"sha256:09980778aa734c3037a47997f28d6db5ab18bdf2af0e49f719bfc53967fd2e82",
"sha256:608a7885b664342ae9fafc43840b29d219c5a578876f6f7e00c4e2612160587f"
"sha256:a4377723c53721515f72a3dfc1bfacdcd61edfa19a4cccf82e72e4f50d9cecbd",
"sha256:ad0ea3d172404abb14d8f7bd7f54f2ccd4ed9dd00c9da0b1398862e69eb22c03"
],
"markers": "python_version >= '3.7'",
"version": "==59.8.0"
"version": "==60.1.0"
},
"six": {
"hashes": [

View File

@@ -30,9 +30,9 @@ multitasking==0.0.10
numpy==1.21.5
packaging==21.3; python_version >= '3.6'
pandas==1.3.5
pfzy==0.3.3; python_version >= '3.7' and python_version < '4.0'
pfzy==0.3.3; python_version >= '3.7' and python_version < '4'
pillow==8.4.0; python_version >= '3.6'
plotly==5.4.0
plotly==5.5.0
prompt-toolkit==3.0.24
pycparser==2.21
pygit2==1.7.2
@@ -50,7 +50,7 @@ smmap==5.0.0
tabulate==0.8.9
tenacity==8.0.1
termcolor==1.1.0
urllib3==1.26.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'
urllib3==1.26.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
wcwidth==0.2.5
yaspin==2.1.0
yfinance==0.1.67