Skip to content

Commit d737fce

Browse files
Bump protobuf from 3.19.4 to 4.21.2
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 4.21.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbfe2ef commit d737fce

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cffi==1.15.0
44
future==0.18.2
55
itsdangerous==2.0.1
66
pbr==1.10.0
7-
protobuf==3.19.4
7+
protobuf==4.21.2
88
pyopenssl==19.1.0
99
PyYAML==5.2 # PyYAML 5.3 does not support Python 3.4
1010
pytz==2021.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ itsdangerous==2.0.1
3030
# via -r requirements.in
3131
pbr==1.10.0
3232
# via -r requirements.in
33-
protobuf==3.19.4
33+
protobuf==4.21.2
3434
# via -r requirements.in
3535
pycparser==2.18
3636
# via cffi

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
install_requires=[
2121
"deprecated==1.2.13",
2222
"cryptography>=2.2.1",
23-
"protobuf==3.13.0",
23+
"protobuf==4.21.2",
2424
"requests>=2.11.1",
2525
"future>=0.18.2",
2626
"asn1==2.2.0",
@@ -35,7 +35,7 @@
3535
"Flask>=1.0.4",
3636
"python-dotenv>=0.7.1",
3737
"django-sslserver>=0.22.0",
38-
"Werkzeug==2.0.2",
38+
"Werkzeug==2.1.2",
3939
],
4040
"dev": [
4141
"pre-commit==2.16.0",
@@ -46,9 +46,9 @@
4646
"python-coveralls==2.9.3",
4747
"coverage==4.5.4",
4848
"mock==2.0.0",
49-
"virtualenv==20.13.0",
49+
"virtualenv==20.14.1",
5050
"flake8==4.0.1",
51-
"pip-tools==6.4.0",
51+
"pip-tools==6.6.2",
5252
],
5353
},
5454
classifiers=[

0 commit comments

Comments
 (0)