Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 27e1af2

Browse files
committed
update dependencies
1 parent 336548d commit 27e1af2

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ idna = "==2.8"
1818
itsdangerous = "==1.1.0"
1919
requests = "==2.21.0"
2020
urllib3 = "==1.24.2"
21-
Flask = "==1.0.2"
22-
Jinja2 = "==2.10"
21+
Flask = "==1.1.1"
2322
MarkupSafe = "==1.1.0"
2423
"ruamel.yaml" = "==0.15.81"
2524
Werkzeug = "==0.15.3"
2625
google-auth = "*"
26+
dialogflow = "*"
2727

2828
[requires]
2929
python_version = "3.7"

requirements.txt

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
aniso8601==4.0.1
2-
cachetools==3.1.1
2+
cachetools==4.1.1
33
certifi==2018.11.29
44
chardet==3.0.4
55
click==7.0
6+
dialogflow==1.1.0
67
flask==1.1.1
7-
google-auth==1.6.3
8+
google-api-core[grpc]==1.23.0
9+
google-auth==1.23.0
10+
googleapis-common-protos==1.52.0
11+
grpcio==1.34.0rc1
812
idna==2.8
913
itsdangerous==1.1.0
10-
jinja2==2.10.1
14+
jinja2==3.0.0a1
1115
markupsafe==1.1.0
12-
pyasn1-modules==0.2.7
13-
pyasn1==0.4.7
16+
protobuf==4.0.0rc2
17+
pyasn1-modules==0.2.8
18+
pyasn1==0.4.8
19+
pytz==2020.4
1420
requests==2.21.0
15-
rsa==4.0
21+
rsa==4.6 ; python_version >= '3.5'
1622
ruamel.yaml==0.15.81
17-
six==1.12.0
18-
urllib3==1.24.3
23+
six==1.15.0
24+
urllib3==1.24.2
1925
werkzeug==0.15.3

0 commit comments

Comments
 (0)