Skip to content

Commit 86e5481

Browse files
Bump protobuf from 3.7.0 to 3.15.0 in /python-example
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.7.0 to 3.15.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.7.0...v3.15.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 969b18e commit 86e5481

File tree

3 files changed

+204
-54
lines changed

3 files changed

+204
-54
lines changed

python-example/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ verify_ssl = true
55

66
[packages]
77
pitayaserver = "==0.3.0"
8-
protobuf = "==3.7.0"
8+
protobuf = "==3.15.0"
99
six = "==1.12.0"
1010
uuid = "==1.30"
1111

python-example/Pipfile.lock

+181-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-example/requirements.txt

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1+
#
2+
# These requirements were autogenerated by pipenv
3+
# To regenerate from the project's Pipfile, run:
4+
#
5+
# pipenv lock --requirements --dev
6+
#
7+
8+
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
9+
# requirements. To emit only development requirements, pass "--dev-only".
10+
11+
-i https://pypi.org/simple/
12+
astroid==2.9.3; python_full_version >= '3.6.2'
13+
isort==5.10.1; python_version < '4.0' and python_full_version >= '3.6.1'
14+
lazy-object-proxy==1.7.1; python_version >= '3.6'
15+
mccabe==0.6.1
116
pitayaserver==0.3.0
2-
protobuf==3.7.0
17+
platformdirs==2.5.1; python_version >= '3.7'
18+
protobuf==3.15.0
19+
pylint==2.12.2
20+
setuptools==60.10.0; python_version >= '3.7'
321
six==1.12.0
22+
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
23+
typing-extensions==4.1.1; python_version < '3.10'
424
uuid==1.30
25+
wrapt==1.13.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

0 commit comments

Comments
 (0)