Skip to content

Commit

Permalink
Added wheel dependency, updated pinned dependencies, re-generated pro…
Browse files Browse the repository at this point in the history
…to files
  • Loading branch information
vmagamedov committed Apr 18, 2024
1 parent 97a7059 commit c2298a6
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 56 deletions.
1 change: 1 addition & 0 deletions examples/helloworld/helloworld_pb2.py

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

1 change: 1 addition & 0 deletions examples/multiproc/primes_pb2.py

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

1 change: 1 addition & 0 deletions examples/streaming/helloworld_pb2.py

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

5 changes: 3 additions & 2 deletions grpclib/channelz/v1/channelz_pb2.py

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

5 changes: 3 additions & 2 deletions grpclib/health/v1/health_pb2.py

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

5 changes: 3 additions & 2 deletions grpclib/reflection/v1/reflection_pb2.py

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

5 changes: 3 additions & 2 deletions grpclib/reflection/v1alpha/reflection_pb2.py

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

14 changes: 7 additions & 7 deletions requirements/check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
#
# pip-compile --annotation-style=line --config=pyproject.toml requirements/check.in
#
certifi==2023.7.22 # via -r requirements/runtime.in
certifi==2024.2.2 # via -r requirements/runtime.in
flake8==5.0.4 # via -r requirements/check.in
googleapis-common-protos==1.60.0 # via -r requirements/runtime.in
grpcio==1.59.0 # via grpcio-tools
grpcio-tools==1.59.0 # via -r requirements/check.in
googleapis-common-protos==1.63.0 # via -r requirements/runtime.in
grpcio==1.62.1 # via grpcio-tools
grpcio-tools==1.62.1 # via -r requirements/check.in
h2==4.1.0 # via -r requirements/../setup.txt
hpack==4.0.0 # via -r requirements/../setup.txt, h2
hyperframe==6.0.1 # via -r requirements/../setup.txt, h2
importlib-metadata==4.2.0 # via flake8
mccabe==0.7.0 # via flake8
multidict==6.0.4 # via -r requirements/../setup.txt
multidict==6.0.5 # via -r requirements/../setup.txt
mypy==1.4.1 # via -r requirements/check.in
mypy-extensions==1.0.0 # via mypy
mypy-protobuf==3.4.0 # via -r requirements/check.in
protobuf==4.24.3 # via -r requirements/runtime.in, googleapis-common-protos, grpcio-tools, mypy-protobuf
protobuf==4.24.4 # via -r requirements/runtime.in, googleapis-common-protos, grpcio-tools, mypy-protobuf
pycodestyle==2.9.1 # via flake8
pyflakes==2.5.0 # via flake8
tomli==2.0.1 # via mypy
typed-ast==1.5.5 # via mypy
types-certifi==2021.10.8.3 # via -r requirements/check.in
types-protobuf==4.24.0.2 # via mypy-protobuf
types-protobuf==4.24.0.4 # via mypy-protobuf
typing-extensions==4.7.1 # via importlib-metadata, mypy
zipp==3.15.0 # via importlib-metadata

Expand Down
30 changes: 15 additions & 15 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
# pip-compile --annotation-style=line --config=pyproject.toml requirements/docs.in
#
alabaster==0.7.13 # via sphinx
babel==2.12.1 # via sphinx
certifi==2023.7.22 # via -r requirements/runtime.in, requests
charset-normalizer==3.3.0 # via requests
docutils==0.18.1 # via sphinx, sphinx-rtd-theme
googleapis-common-protos==1.60.0 # via -r requirements/runtime.in
babel==2.14.0 # via sphinx
certifi==2024.2.2 # via -r requirements/runtime.in, requests
charset-normalizer==3.3.2 # via requests
docutils==0.19 # via sphinx, sphinx-rtd-theme
googleapis-common-protos==1.63.0 # via -r requirements/runtime.in
h2==4.1.0 # via -r requirements/../setup.txt
hpack==4.0.0 # via -r requirements/../setup.txt, h2
hyperframe==6.0.1 # via -r requirements/../setup.txt, h2
idna==3.4 # via requests
idna==3.7 # via requests
imagesize==1.4.1 # via sphinx
importlib-metadata==6.7.0 # via sphinx
jinja2==3.1.2 # via sphinx
markupsafe==2.1.3 # via jinja2
multidict==6.0.4 # via -r requirements/../setup.txt
packaging==23.2 # via sphinx
protobuf==4.24.3 # via -r requirements/runtime.in, googleapis-common-protos
pygments==2.16.1 # via sphinx
pytz==2023.3.post1 # via babel
jinja2==3.1.3 # via sphinx
markupsafe==2.1.5 # via jinja2
multidict==6.0.5 # via -r requirements/../setup.txt
packaging==24.0 # via sphinx
protobuf==4.24.4 # via -r requirements/runtime.in, googleapis-common-protos
pygments==2.17.2 # via sphinx
pytz==2024.1 # via babel
requests==2.31.0 # via sphinx
snowballstemmer==2.2.0 # via sphinx
sphinx==5.3.0 # via -r requirements/docs.in, sphinx-rtd-theme, sphinxcontrib-jquery
sphinx-rtd-theme==1.3.0 # via -r requirements/docs.in
sphinx-rtd-theme==2.0.0 # via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.2 # via sphinx
sphinxcontrib-devhelp==1.0.2 # via sphinx
sphinxcontrib-htmlhelp==2.0.0 # via sphinx
Expand All @@ -35,5 +35,5 @@ sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.3 # via sphinx
sphinxcontrib-serializinghtml==1.1.5 # via sphinx
typing-extensions==4.7.1 # via importlib-metadata
urllib3==2.0.6 # via requests
urllib3==2.0.7 # via requests
zipp==3.15.0 # via importlib-metadata
1 change: 1 addition & 0 deletions requirements/release.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
twine
grpcio-tools
mypy-protobuf
wheel
27 changes: 14 additions & 13 deletions requirements/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
# pip-compile --annotation-style=line --config=pyproject.toml requirements/release.in
#
bleach==6.0.0 # via readme-renderer
certifi==2023.7.22 # via requests
certifi==2024.2.2 # via requests
cffi==1.15.1 # via cryptography
charset-normalizer==3.3.0 # via requests
cryptography==41.0.4 # via secretstorage
charset-normalizer==3.3.2 # via requests
cryptography==42.0.5 # via secretstorage
docutils==0.20.1 # via readme-renderer
grpcio==1.59.0 # via grpcio-tools
grpcio-tools==1.59.0 # via -r requirements/release.in
grpcio==1.62.1 # via grpcio-tools
grpcio-tools==1.62.1 # via -r requirements/release.in
h2==4.1.0 # via -r requirements/../setup.txt
hpack==4.0.0 # via -r requirements/../setup.txt, h2
hyperframe==6.0.1 # via -r requirements/../setup.txt, h2
idna==3.4 # via requests
idna==3.7 # via requests
importlib-metadata==6.7.0 # via keyring, twine
importlib-resources==5.12.0 # via keyring
jaraco-classes==3.2.3 # via keyring
Expand All @@ -24,24 +24,25 @@ keyring==24.1.1 # via twine
markdown-it-py==2.2.0 # via rich
mdurl==0.1.2 # via markdown-it-py
more-itertools==9.1.0 # via jaraco-classes
multidict==6.0.4 # via -r requirements/../setup.txt
multidict==6.0.5 # via -r requirements/../setup.txt
mypy-protobuf==3.4.0 # via -r requirements/release.in
pkginfo==1.9.6 # via twine
protobuf==4.24.3 # via grpcio-tools, mypy-protobuf
pkginfo==1.10.0 # via twine
protobuf==4.24.4 # via grpcio-tools, mypy-protobuf
pycparser==2.21 # via cffi
pygments==2.16.1 # via readme-renderer, rich
pygments==2.17.2 # via readme-renderer, rich
readme-renderer==37.3 # via twine
requests==2.31.0 # via requests-toolbelt, twine
requests-toolbelt==1.0.0 # via twine
rfc3986==2.0.0 # via twine
rich==13.6.0 # via twine
rich==13.7.1 # via twine
secretstorage==3.3.3 # via keyring
six==1.16.0 # via bleach
twine==4.0.2 # via -r requirements/release.in
types-protobuf==4.24.0.2 # via mypy-protobuf
types-protobuf==4.24.0.4 # via mypy-protobuf
typing-extensions==4.7.1 # via importlib-metadata, markdown-it-py, rich
urllib3==2.0.6 # via requests, twine
urllib3==2.0.7 # via requests, twine
webencodings==0.5.1 # via bleach
wheel==0.42.0 # via -r requirements/release.in
zipp==3.15.0 # via importlib-metadata, importlib-resources

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#
# pip-compile --annotation-style=line --config=pyproject.toml requirements/runtime.in
#
certifi==2023.7.22 # via -r requirements/runtime.in
googleapis-common-protos==1.60.0 # via -r requirements/runtime.in
certifi==2024.2.2 # via -r requirements/runtime.in
googleapis-common-protos==1.63.0 # via -r requirements/runtime.in
h2==4.1.0 # via -r requirements/../setup.txt
hpack==4.0.0 # via -r requirements/../setup.txt, h2
hyperframe==6.0.1 # via -r requirements/../setup.txt, h2
multidict==6.0.4 # via -r requirements/../setup.txt
protobuf==4.24.3 # via -r requirements/runtime.in, googleapis-common-protos
multidict==6.0.5 # via -r requirements/../setup.txt
protobuf==4.24.4 # via -r requirements/runtime.in, googleapis-common-protos
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
# pip-compile --annotation-style=line --config=pyproject.toml requirements/test.in
#
async-timeout==4.0.3 # via -r requirements/test.in
certifi==2023.7.22 # via -r requirements/runtime.in
certifi==2024.2.2 # via -r requirements/runtime.in
coverage[toml]==7.2.7 # via pytest-cov
exceptiongroup==1.1.3 # via pytest
exceptiongroup==1.2.0 # via pytest
faker==18.13.0 # via -r requirements/test.in
googleapis-common-protos==1.60.0 # via -r requirements/runtime.in
googleapis-common-protos==1.63.0 # via -r requirements/runtime.in
h2==4.1.0 # via -r requirements/../setup.txt
hpack==4.0.0 # via -r requirements/../setup.txt, h2
hyperframe==6.0.1 # via -r requirements/../setup.txt, h2
importlib-metadata==6.7.0 # via pluggy, pytest
iniconfig==2.0.0 # via pytest
multidict==6.0.4 # via -r requirements/../setup.txt
packaging==23.2 # via pytest
multidict==6.0.5 # via -r requirements/../setup.txt
packaging==24.0 # via pytest
pluggy==1.2.0 # via pytest
protobuf==4.24.3 # via -r requirements/runtime.in, googleapis-common-protos
pytest==7.4.2 # via -r requirements/test.in, pytest-asyncio, pytest-cov
protobuf==4.24.4 # via -r requirements/runtime.in, googleapis-common-protos
pytest==7.4.4 # via -r requirements/test.in, pytest-asyncio, pytest-cov
pytest-asyncio==0.21.1 # via -r requirements/test.in
pytest-cov==4.1.0 # via -r requirements/test.in
python-dateutil==2.8.2 # via faker
python-dateutil==2.9.0.post0 # via faker
six==1.16.0 # via python-dateutil
tomli==2.0.1 # via coverage, pytest
typing-extensions==4.7.1 # via async-timeout, faker, importlib-metadata, pytest-asyncio
Expand Down
2 changes: 1 addition & 1 deletion setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
h2==4.1.0 # via grpclib (setup.py)
hpack==4.0.0 # via h2
hyperframe==6.0.1 # via h2
multidict==6.0.4 # via grpclib (setup.py)
multidict==6.0.5 # via grpclib (setup.py)
1 change: 1 addition & 0 deletions tests/dummy_pb2.py

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

0 comments on commit c2298a6

Please sign in to comment.