File tree Expand file tree Collapse file tree 2 files changed +89
-51
lines changed Expand file tree Collapse file tree 2 files changed +89
-51
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ showcontent = false
67
67
python = " ^3.6"
68
68
boto3 = " ^1.12"
69
69
requests = " ^2.23"
70
- matplotlib = " ~ 3.1"
70
+ matplotlib = " >= 3.1,<3.3 "
71
71
attrs = " ~19.3"
72
72
jsonpickle = " ~1.3"
73
73
redis = " ^3.4"
74
74
numpy = " ^1.16"
75
75
scipy = " ^1.4.1"
76
76
absl-py = " ^0.9"
77
77
apscheduler = " ~3.6"
78
- tqdm = " ~ 4.31.0 "
78
+ tqdm = " >= 4.31,<4.46 "
79
79
networkx = " ~2.4.0"
80
80
fbmessenger = " ~6.0.0"
81
81
pykwalify = " ~1.7.0"
@@ -87,7 +87,7 @@ python-telegram-bot = "^11.1"
87
87
twilio = " ~6.26"
88
88
webexteamssdk = " ~1.1.1"
89
89
mattermostwrapper = " ~2.2"
90
- rocketchat_API = " ~ 0.6.31"
90
+ rocketchat_API = " >= 0.6.31,<1.4.0 "
91
91
colorhash = " ~1.0.2"
92
92
pika = " ~1.1.0"
93
93
jsonschema = " ~3.2"
@@ -126,15 +126,15 @@ oauth2client = "4.1.3"
126
126
[tool .poetry .dev-dependencies ]
127
127
pytest-cov = " ^2.8.1"
128
128
pytest-localserver = " ^0.5.0"
129
- pytest-sanic = " ^1.6.0 "
129
+ pytest-sanic = " ^1.6.1 "
130
130
pytest-asyncio = " ^0.10.0"
131
131
pytest-xdist = " ^1.31.0"
132
132
pytest = " ^5.3.4"
133
133
freezegun = " ^0.3.14"
134
134
responses = " ^0.10.9"
135
135
nbsphinx = " ~0.5"
136
136
aioresponses = " ^0.6.2"
137
- moto = " ==1.3.8 "
137
+ moto = " ==1.3.14 "
138
138
fakeredis = " ^1.4.0"
139
139
mongomock = " ^3.18.0"
140
140
black = " ^19.10b0"
@@ -152,7 +152,7 @@ sphinxcontrib-programoutput = "==0.11"
152
152
pygments = " ^2.6.1"
153
153
sphinxcontrib-httpdomain = " ==1.6.1"
154
154
sphinxcontrib-websupport = " ==1.1.0"
155
- sphinxcontrib-trio = " ==1.0.2 "
155
+ sphinxcontrib-trio = " ==1.1.1 "
156
156
sphinx-tabs = " ==1.1.13"
157
157
sphinx-autodoc-typehints = " ==1.6.0"
158
158
rasabaster = " ^0.7.23"
You can’t perform that action at this time.
0 commit comments