-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build for py 3.11 * <bot> update setup.cfg * <bot> update requirements.txt * bump version of setup action * <bot> update setup.cfg * <bot> update requirements.txt * <bot> update requirements-telemetry.txt * <bot> update requirements-tests.txt Co-authored-by: github-actions <github-actions@github.com>
- Loading branch information
Showing
5 changed files
with
221 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# | ||
# pip-compile --extra=telemetry --output-file=requirements-telemetry.txt | ||
# | ||
backoff==2.2.1 | ||
# via opentelemetry-exporter-otlp-proto-http | ||
cachetools==5.2.0 | ||
# via wipac-rest-tools (setup.py) | ||
certifi==2022.9.24 | ||
# via requests | ||
cffi==1.15.1 | ||
# via cryptography | ||
charset-normalizer==2.1.1 | ||
# via requests | ||
coloredlogs==15.0.1 | ||
# via wipac-telemetry | ||
cryptography==38.0.1 | ||
# via pyjwt | ||
deprecated==1.2.13 | ||
# via opentelemetry-api | ||
googleapis-common-protos==1.56.2 | ||
# via | ||
# opentelemetry-exporter-jaeger-proto-grpc | ||
# opentelemetry-exporter-otlp-proto-http | ||
grpcio==1.50.0 | ||
# via opentelemetry-exporter-jaeger-proto-grpc | ||
humanfriendly==10.0 | ||
# via coloredlogs | ||
idna==3.4 | ||
# via requests | ||
opentelemetry-api==1.13.0 | ||
# via | ||
# opentelemetry-exporter-jaeger-proto-grpc | ||
# opentelemetry-exporter-jaeger-thrift | ||
# opentelemetry-exporter-otlp-proto-http | ||
# opentelemetry-sdk | ||
# wipac-telemetry | ||
opentelemetry-exporter-jaeger==1.13.0 | ||
# via wipac-telemetry | ||
opentelemetry-exporter-jaeger-proto-grpc==1.13.0 | ||
# via opentelemetry-exporter-jaeger | ||
opentelemetry-exporter-jaeger-thrift==1.13.0 | ||
# via opentelemetry-exporter-jaeger | ||
opentelemetry-exporter-otlp-proto-http==1.13.0 | ||
# via wipac-telemetry | ||
opentelemetry-proto==1.13.0 | ||
# via opentelemetry-exporter-otlp-proto-http | ||
opentelemetry-sdk==1.13.0 | ||
# via | ||
# opentelemetry-exporter-jaeger-proto-grpc | ||
# opentelemetry-exporter-jaeger-thrift | ||
# opentelemetry-exporter-otlp-proto-http | ||
# wipac-telemetry | ||
opentelemetry-semantic-conventions==0.34b0 | ||
# via opentelemetry-sdk | ||
protobuf==3.20.3 | ||
# via | ||
# googleapis-common-protos | ||
# opentelemetry-proto | ||
# wipac-telemetry | ||
pycparser==2.21 | ||
# via cffi | ||
pyjwt[crypto]==2.5.0 | ||
# via wipac-rest-tools (setup.py) | ||
requests==2.28.1 | ||
# via | ||
# opentelemetry-exporter-otlp-proto-http | ||
# requests-futures | ||
# wipac-dev-tools | ||
# wipac-rest-tools (setup.py) | ||
requests-futures==1.0.0 | ||
# via wipac-rest-tools (setup.py) | ||
six==1.16.0 | ||
# via | ||
# grpcio | ||
# thrift | ||
thrift==0.16.0 | ||
# via opentelemetry-exporter-jaeger-thrift | ||
tornado==6.2 | ||
# via wipac-rest-tools (setup.py) | ||
types-cryptography==3.3.23.1 | ||
# via pyjwt | ||
typing-extensions==4.4.0 | ||
# via | ||
# opentelemetry-sdk | ||
# wipac-dev-tools | ||
# wipac-telemetry | ||
urllib3==1.26.12 | ||
# via requests | ||
wipac-dev-tools==1.6.0 | ||
# via | ||
# wipac-rest-tools (setup.py) | ||
# wipac-telemetry | ||
wipac-telemetry==0.2.5 | ||
# via wipac-rest-tools (setup.py) | ||
wrapt==1.14.1 | ||
# via deprecated | ||
|
||
# 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 |
---|---|---|
@@ -0,0 +1,111 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# | ||
# pip-compile --extra=tests --output-file=requirements-tests.txt | ||
# | ||
attrs==22.1.0 | ||
# via pytest | ||
cachetools==5.2.0 | ||
# via wipac-rest-tools (setup.py) | ||
certifi==2022.9.24 | ||
# via requests | ||
cffi==1.15.1 | ||
# via cryptography | ||
charset-normalizer==2.1.1 | ||
# via requests | ||
click==8.1.3 | ||
# via | ||
# click-completion | ||
# pycycle | ||
click-completion==0.5.2 | ||
# via pycycle | ||
colorama==0.4.6 | ||
# via crayons | ||
coverage[toml]==6.5.0 | ||
# via | ||
# pytest-cov | ||
# wipac-rest-tools (setup.py) | ||
crayons==0.4.0 | ||
# via pycycle | ||
cryptography==38.0.1 | ||
# via pyjwt | ||
exceptiongroup==1.0.0rc9 | ||
# via pytest | ||
flake8==5.0.4 | ||
# via wipac-rest-tools (setup.py) | ||
httpretty==1.1.4 | ||
# via wipac-rest-tools (setup.py) | ||
idna==3.4 | ||
# via requests | ||
iniconfig==1.1.1 | ||
# via pytest | ||
jinja2==3.1.2 | ||
# via click-completion | ||
markupsafe==2.1.1 | ||
# via jinja2 | ||
mccabe==0.7.0 | ||
# via flake8 | ||
packaging==21.3 | ||
# via pytest | ||
pluggy==1.0.0 | ||
# via pytest | ||
pycodestyle==2.9.1 | ||
# via flake8 | ||
pycparser==2.21 | ||
# via cffi | ||
pycycle==0.0.8 | ||
# via wipac-rest-tools (setup.py) | ||
pyflakes==2.5.0 | ||
# via flake8 | ||
pyjwt[crypto]==2.5.0 | ||
# via wipac-rest-tools (setup.py) | ||
pyparsing==3.0.9 | ||
# via packaging | ||
pytest==7.2.0 | ||
# via | ||
# pycycle | ||
# pytest-asyncio | ||
# pytest-cov | ||
# pytest-mock | ||
# wipac-rest-tools (setup.py) | ||
pytest-asyncio==0.20.1 | ||
# via wipac-rest-tools (setup.py) | ||
pytest-cov==4.0.0 | ||
# via wipac-rest-tools (setup.py) | ||
pytest-mock==3.10.0 | ||
# via wipac-rest-tools (setup.py) | ||
requests==2.28.1 | ||
# via | ||
# requests-futures | ||
# requests-mock | ||
# wipac-dev-tools | ||
# wipac-rest-tools (setup.py) | ||
requests-futures==1.0.0 | ||
# via wipac-rest-tools (setup.py) | ||
requests-mock==1.10.0 | ||
# via wipac-rest-tools (setup.py) | ||
shellingham==1.5.0 | ||
# via click-completion | ||
six==1.16.0 | ||
# via | ||
# click-completion | ||
# requests-mock | ||
tomli==2.0.1 | ||
# via | ||
# coverage | ||
# pytest | ||
tornado==6.2 | ||
# via wipac-rest-tools (setup.py) | ||
types-cryptography==3.3.23.1 | ||
# via pyjwt | ||
types-requests==2.28.11.2 | ||
# via wipac-rest-tools (setup.py) | ||
types-urllib3==1.26.25.1 | ||
# via types-requests | ||
typing-extensions==4.4.0 | ||
# via wipac-dev-tools | ||
urllib3==1.26.12 | ||
# via requests | ||
wipac-dev-tools==1.6.0 | ||
# via wipac-rest-tools (setup.py) |
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