Skip to content

Commit 4e9861b

Browse files
authored
Merge branch 'master' into filter-operation
2 parents 13fce01 + fa41668 commit 4e9861b

File tree

2 files changed

+89
-51
lines changed

2 files changed

+89
-51
lines changed

poetry.lock

Lines changed: 83 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ showcontent = false
6767
python = "^3.6"
6868
boto3 = "^1.12"
6969
requests = "^2.23"
70-
matplotlib = "~3.1"
70+
matplotlib = ">=3.1,<3.3"
7171
attrs = "~19.3"
7272
jsonpickle = "~1.3"
7373
redis = "^3.4"
7474
numpy = "^1.16"
7575
scipy = "^1.4.1"
7676
absl-py = "^0.9"
7777
apscheduler = "~3.6"
78-
tqdm = "~4.31.0"
78+
tqdm = ">=4.31,<4.46"
7979
networkx = "~2.4.0"
8080
fbmessenger = "~6.0.0"
8181
pykwalify = "~1.7.0"
@@ -87,7 +87,7 @@ python-telegram-bot = "^11.1"
8787
twilio = "~6.26"
8888
webexteamssdk = "~1.1.1"
8989
mattermostwrapper = "~2.2"
90-
rocketchat_API = "~0.6.31"
90+
rocketchat_API = ">=0.6.31,<1.4.0"
9191
colorhash = "~1.0.2"
9292
pika = "~1.1.0"
9393
jsonschema = "~3.2"
@@ -126,15 +126,15 @@ oauth2client = "4.1.3"
126126
[tool.poetry.dev-dependencies]
127127
pytest-cov = "^2.8.1"
128128
pytest-localserver = "^0.5.0"
129-
pytest-sanic = "^1.6.0"
129+
pytest-sanic = "^1.6.1"
130130
pytest-asyncio = "^0.10.0"
131131
pytest-xdist = "^1.31.0"
132132
pytest = "^5.3.4"
133133
freezegun = "^0.3.14"
134134
responses = "^0.10.9"
135135
nbsphinx = "~0.5"
136136
aioresponses = "^0.6.2"
137-
moto = "==1.3.8"
137+
moto = "==1.3.14"
138138
fakeredis = "^1.4.0"
139139
mongomock = "^3.18.0"
140140
black = "^19.10b0"
@@ -152,7 +152,7 @@ sphinxcontrib-programoutput = "==0.11"
152152
pygments = "^2.6.1"
153153
sphinxcontrib-httpdomain = "==1.6.1"
154154
sphinxcontrib-websupport = "==1.1.0"
155-
sphinxcontrib-trio = "==1.0.2"
155+
sphinxcontrib-trio = "==1.1.1"
156156
sphinx-tabs = "==1.1.13"
157157
sphinx-autodoc-typehints = "==1.6.0"
158158
rasabaster = "^0.7.23"

0 commit comments

Comments
 (0)