Skip to content

Commit

Permalink
Bump protobuf from 3.14.0 to 3.15.6
Browse files Browse the repository at this point in the history
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.14.0 to 3.15.6.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.14.0...v3.15.6)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent 219b410 commit b9b4fa9
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 23 deletions.
4 changes: 2 additions & 2 deletions requirements.in
Expand Up @@ -4,10 +4,10 @@ cffi==1.14.4
future==0.18.2
itsdangerous==1.1.0
pbr==1.10.0
protobuf==3.14.0
protobuf==3.15.6
pyopenssl==19.1.0
PyYAML==5.2 # PyYAML 5.3 does not support Python 3.4
pytz==2020.4
pytz==2021.1
requests>=2.20.0
urllib3>=1.24.3
deprecated==1.2.10
Expand Down
72 changes: 51 additions & 21 deletions requirements.txt
Expand Up @@ -4,24 +4,54 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
asn1==2.2.0 # via -r requirements.in
certifi==2018.11.29 # via requests
cffi==1.14.4 # via -r requirements.in, cryptography
chardet==3.0.4 # via requests
cryptography==2.8 # via -r requirements.in, pyopenssl
deprecated==1.2.10 # via -r requirements.in
future==0.18.2 # via -r requirements.in
idna==2.7 # via requests
iso8601==0.1.13 # via -r requirements.in
itsdangerous==1.1.0 # via -r requirements.in
pbr==1.10.0 # via -r requirements.in
protobuf==3.14.0 # via -r requirements.in
pycparser==2.18 # via cffi
pyopenssl==19.1.0 # via -r requirements.in
pytz==2020.4 # via -r requirements.in
pyyaml==5.2 # via -r requirements.in
requests==2.21.0 # via -r requirements.in
six==1.10.0 # via cryptography, protobuf, pyopenssl
urllib3==1.24.3 # via -r requirements.in, requests
wheel==0.33.6 # via -r requirements.in
wrapt==1.11.2 # via deprecated
asn1==2.2.0
# via -r requirements.in
certifi==2018.11.29
# via requests
cffi==1.14.4
# via
# -r requirements.in
# cryptography
chardet==3.0.4
# via requests
cryptography==2.8
# via
# -r requirements.in
# pyopenssl
deprecated==1.2.10
# via -r requirements.in
future==0.18.2
# via -r requirements.in
idna==2.7
# via requests
iso8601==0.1.13
# via -r requirements.in
itsdangerous==1.1.0
# via -r requirements.in
pbr==1.10.0
# via -r requirements.in
protobuf==3.15.6
# via -r requirements.in
pycparser==2.18
# via cffi
pyopenssl==19.1.0
# via -r requirements.in
pytz==2021.1
# via -r requirements.in
pyyaml==5.2
# via -r requirements.in
requests==2.21.0
# via -r requirements.in
six==1.10.0
# via
# cryptography
# protobuf
# pyopenssl
urllib3==1.24.3
# via
# -r requirements.in
# requests
wheel==0.33.6
# via -r requirements.in
wrapt==1.11.2
# via deprecated

0 comments on commit b9b4fa9

Please sign in to comment.