File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cffi==1.15.0
4
4
future==0.18.2
5
5
itsdangerous==2.0.1
6
6
pbr==1.10.0
7
- protobuf==3.19.4
7
+ protobuf==4.21.2
8
8
pyopenssl==19.1.0
9
9
PyYAML==5.2 # PyYAML 5.3 does not support Python 3.4
10
10
pytz==2021.3
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ itsdangerous==2.0.1
30
30
# via -r requirements.in
31
31
pbr == 1.10.0
32
32
# via -r requirements.in
33
- protobuf == 3.19.4
33
+ protobuf == 4.21.2
34
34
# via -r requirements.in
35
35
pycparser == 2.18
36
36
# via cffi
Original file line number Diff line number Diff line change 20
20
install_requires = [
21
21
"deprecated==1.2.13" ,
22
22
"cryptography>=2.2.1" ,
23
- "protobuf==3.13.0 " ,
23
+ "protobuf==4.21.2 " ,
24
24
"requests>=2.11.1" ,
25
25
"future>=0.18.2" ,
26
26
"asn1==2.2.0" ,
35
35
"Flask>=1.0.4" ,
36
36
"python-dotenv>=0.7.1" ,
37
37
"django-sslserver>=0.22.0" ,
38
- "Werkzeug==2.0 .2" ,
38
+ "Werkzeug==2.1 .2" ,
39
39
],
40
40
"dev" : [
41
41
"pre-commit==2.16.0" ,
46
46
"python-coveralls==2.9.3" ,
47
47
"coverage==4.5.4" ,
48
48
"mock==2.0.0" ,
49
- "virtualenv==20.13.0 " ,
49
+ "virtualenv==20.14.1 " ,
50
50
"flake8==4.0.1" ,
51
- "pip-tools==6.4.0 " ,
51
+ "pip-tools==6.6.2 " ,
52
52
],
53
53
},
54
54
classifiers = [
You can’t perform that action at this time.
0 commit comments