Skip to content

Commit

Permalink
update protobuf to 5.27.2 and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scito committed Jun 30, 2024
1 parent bc4d2ca commit ec05910
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 100 deletions.
192 changes: 96 additions & 96 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
<!-- ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/protobuf)
[![GitHub Pipenv locked Python version](https://img.shields.io/github/pipenv/locked/python-version/scito/extract_otp_secrets)](https://github.com/scito/extract_otp_secrets/blob/master/Pipfile.lock)
![protobuf version](https://img.shields.io/badge/protobuf-5.27.1-informational)-->
![protobuf version](https://img.shields.io/badge/protobuf-5.27.2-informational)-->

<!-- [![Github all releases](https://img.shields.io/github/downloads/scito/extract_otp_secrets/total.svg)](https://GitHub.com/scito/extract_otp_secrets/releases/) -->

Expand Down Expand Up @@ -710,7 +710,7 @@ Command for regeneration of Python code from proto3 message definition file (onl

protoc --plugin=protoc-gen-mypy=path/to/protoc-gen-mypy --python_out=src/protobuf_generated_python --mypy_out=src/protobuf_generated_python src/google_auth.proto

The generated protobuf Python code was generated by protoc 27.1 (https://github.com/protocolbuffers/protobuf/releases/tag/v27.1).
The generated protobuf Python code was generated by protoc 27.2 (https://github.com/protocolbuffers/protobuf/releases/tag/v27.2).

For Python type hint generation the [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) package is used.

Expand Down
Loading

0 comments on commit ec05910

Please sign in to comment.