-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set Python 3.8 as minimal supported version, updated pinned dependencies
- Loading branch information
1 parent
5780445
commit 88082a6
Showing
16 changed files
with
93 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,29 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.7 | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile --annotation-style=line --config=pyproject.toml requirements/check.in | ||
# pip-compile --annotation-style=line requirements/check.in | ||
# | ||
certifi==2024.2.2 # via -r requirements/runtime.in | ||
flake8==5.0.4 # via -r requirements/check.in | ||
flake8==7.0.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.5 # via -r requirements/../setup.txt | ||
mypy==1.4.1 # via -r requirements/check.in | ||
mypy==1.9.0 # 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.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 | ||
mypy-protobuf==3.6.0 # via -r requirements/check.in | ||
protobuf==4.25.3 # via -r requirements/runtime.in, googleapis-common-protos, grpcio-tools, mypy-protobuf | ||
pycodestyle==2.11.1 # via flake8 | ||
pyflakes==3.2.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.4 # via mypy-protobuf | ||
typing-extensions==4.7.1 # via importlib-metadata, mypy | ||
zipp==3.15.0 # via importlib-metadata | ||
types-protobuf==4.25.0.20240417 # via mypy-protobuf | ||
typing-extensions==4.11.0 # via mypy | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,38 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.7 | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile --annotation-style=line --config=pyproject.toml requirements/docs.in | ||
# pip-compile --annotation-style=line requirements/docs.in | ||
# | ||
alabaster==0.7.13 # via sphinx | ||
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 | ||
docutils==0.20.1 # 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.7 # via requests | ||
imagesize==1.4.1 # via sphinx | ||
importlib-metadata==6.7.0 # via sphinx | ||
importlib-metadata==7.1.0 # via sphinx | ||
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 | ||
protobuf==4.25.3 # 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==7.1.2 # via -r requirements/docs.in, sphinx-rtd-theme, sphinxcontrib-jquery | ||
sphinx-rtd-theme==2.0.0 # via -r requirements/docs.in | ||
sphinxcontrib-applehelp==1.0.2 # via sphinx | ||
sphinxcontrib-applehelp==1.0.4 # via sphinx | ||
sphinxcontrib-devhelp==1.0.2 # via sphinx | ||
sphinxcontrib-htmlhelp==2.0.0 # via sphinx | ||
sphinxcontrib-htmlhelp==2.0.1 # via sphinx | ||
sphinxcontrib-jquery==4.1 # via sphinx-rtd-theme | ||
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.7 # via requests | ||
zipp==3.15.0 # via importlib-metadata | ||
urllib3==2.2.1 # via requests | ||
zipp==3.18.1 # via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.7 | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile --annotation-style=line --config=pyproject.toml requirements/runtime.in | ||
# pip-compile --annotation-style=line 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.5 # via -r requirements/../setup.txt | ||
protobuf==4.24.4 # via -r requirements/runtime.in, googleapis-common-protos | ||
protobuf==4.25.3 # via -r requirements/runtime.in, googleapis-common-protos |
Oops, something went wrong.