Skip to content

Commit 18704de

Browse files
Bump protobuf from 3.6.0 to 3.18.3 in /examples/yoti_example_django
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.0 to 3.18.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.6.0...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e73b209 commit 18704de

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/yoti_example_django/requirements.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ idna==2.7
3232
# via requests
3333
iso8601==0.1.13
3434
# via yoti
35-
protobuf==3.6.0
35+
protobuf==3.18.3
3636
# via yoti
3737
pycparser==2.18
3838
# via cffi
@@ -49,7 +49,6 @@ requests==2.21.0
4949
six==1.11.0
5050
# via
5151
# cryptography
52-
# protobuf
5352
# pyopenssl
5453
sqlparse==0.3.0
5554
# via django
@@ -61,6 +60,3 @@ wrapt==1.12.1
6160
# via deprecated
6261
yoti==2.13.0
6362
# via -r requirements.in
64-
65-
# The following packages are considered to be unsafe in a requirements file:
66-
# setuptools

0 commit comments

Comments
 (0)