Skip to content

Commit

Permalink
revert pins and fix argparse pattern matching
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Sep 12, 2024
1 parent 881ef77 commit 9bd3ac1
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 180 deletions.
87 changes: 0 additions & 87 deletions dependencies-dev.log

This file was deleted.

39 changes: 18 additions & 21 deletions dependencies-mypy.log
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ attrs==24.2.0
# via
# jsonschema
# referencing
cachetools==5.5.0
cachetools==5.4.0
# via wipac-rest-tools (setup.py)
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
certifi==2024.7.4
# via
# requests
# wipac-rest-tools (setup.py)
cffi==1.17.0
# via
# cryptography
# wipac-rest-tools (setup.py)
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand All @@ -32,7 +36,7 @@ coverage[toml]==7.6.1
# wipac-rest-tools (setup.py)
crayons==0.4.0
# via pycycle
cryptography==43.0.1
cryptography==43.0.0
# via
# pyjwt
# wipac-rest-tools (setup.py)
Expand All @@ -53,8 +57,10 @@ httpretty==1.1.4
# via wipac-rest-tools (setup.py)
humanfriendly==10.0
# via coloredlogs
idna==3.8
# via requests
idna==3.7
# via
# requests
# wipac-rest-tools (setup.py)
importlib-metadata==8.4.0
# via opentelemetry-api
iniconfig==2.0.0
Expand Down Expand Up @@ -86,10 +92,6 @@ mccabe==0.7.0
# via flake8
more-itertools==10.5.0
# via openapi-core
mypy==1.11.2
# via wipac-rest-tools (setup.py)
mypy-extensions==1.0.0
# via mypy
openapi-core==0.19.4
# via wipac-rest-tools (setup.py)
openapi-schema-validator==0.6.2
Expand Down Expand Up @@ -153,14 +155,14 @@ pyjwt[crypto]==2.9.0
# via wipac-rest-tools (setup.py)
pypng==0.20220715.0
# via qrcode
pytest==8.3.3
pytest==8.3.2
# via
# pycycle
# pytest-asyncio
# pytest-cov
# pytest-mock
# wipac-rest-tools (setup.py)
pytest-asyncio==0.24.0
pytest-asyncio==0.23.8
# via wipac-rest-tools (setup.py)
pytest-cov==5.0.0
# via wipac-rest-tools (setup.py)
Expand Down Expand Up @@ -193,8 +195,6 @@ rpds-py==0.20.0
# via
# jsonschema
# referencing
ruff==0.6.4
# via wipac-rest-tools (setup.py)
shellingham==1.5.4
# via click-completion
six==1.16.0
Expand All @@ -207,24 +207,21 @@ thrift==0.20.0
# via opentelemetry-exporter-jaeger-thrift
tornado==6.4.1
# via wipac-rest-tools (setup.py)
types-requests==2.32.0.20240907
types-requests==2.32.0.20240712
# via wipac-rest-tools (setup.py)
typing-extensions==4.12.2
# via
# mypy
# opentelemetry-sdk
# qrcode
# wipac-dev-tools
# wipac-telemetry
urllib3==2.2.3
urllib3==2.2.2
# via
# requests
# types-requests
# wipac-rest-tools (setup.py)
werkzeug==3.0.4
# via openapi-core
wheel==0.44.0
# via wipac-rest-tools (setup.py)
wipac-dev-tools==1.12.0
# via
# wipac-rest-tools (setup.py)
Expand Down
31 changes: 21 additions & 10 deletions dependencies-openapi.log
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,26 @@ attrs==24.2.0
# via
# jsonschema
# referencing
cachetools==5.5.0
cachetools==5.4.0
# via wipac-rest-tools (setup.py)
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
certifi==2024.7.4
# via
# requests
# wipac-rest-tools (setup.py)
cffi==1.17.0
# via
# cryptography
# wipac-rest-tools (setup.py)
charset-normalizer==3.3.2
# via requests
cryptography==43.0.1
# via pyjwt
idna==3.8
# via requests
cryptography==43.0.0
# via
# pyjwt
# wipac-rest-tools (setup.py)
idna==3.7
# via
# requests
# wipac-rest-tools (setup.py)
isodate==0.6.1
# via openapi-core
jsonschema==4.23.0
Expand Down Expand Up @@ -88,13 +96,16 @@ six==1.16.0
# rfc3339-validator
tornado==6.4.1
# via wipac-rest-tools (setup.py)
types-requests==2.32.0.20240712
# via wipac-rest-tools (setup.py)
typing-extensions==4.12.2
# via
# qrcode
# wipac-dev-tools
urllib3==2.2.3
urllib3==2.2.2
# via
# requests
# types-requests
# wipac-rest-tools (setup.py)
werkzeug==3.0.4
# via openapi-core
Expand Down
31 changes: 21 additions & 10 deletions dependencies-telemetry.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,24 @@
#
# pip-compile --extra=telemetry --output-file=dependencies-telemetry.log
#
cachetools==5.5.0
cachetools==5.4.0
# via wipac-rest-tools (setup.py)
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
certifi==2024.7.4
# via
# requests
# wipac-rest-tools (setup.py)
cffi==1.17.0
# via
# cryptography
# wipac-rest-tools (setup.py)
charset-normalizer==3.3.2
# via requests
coloredlogs==15.0.1
# via wipac-telemetry
cryptography==43.0.1
# via pyjwt
cryptography==43.0.0
# via
# pyjwt
# wipac-rest-tools (setup.py)
deprecated==1.2.14
# via
# opentelemetry-api
Expand All @@ -29,8 +35,10 @@ grpcio==1.66.1
# via opentelemetry-exporter-jaeger-proto-grpc
humanfriendly==10.0
# via coloredlogs
idna==3.8
# via requests
idna==3.7
# via
# requests
# wipac-rest-tools (setup.py)
importlib-metadata==8.4.0
# via opentelemetry-api
opentelemetry-api==1.27.0
Expand Down Expand Up @@ -90,15 +98,18 @@ thrift==0.20.0
# via opentelemetry-exporter-jaeger-thrift
tornado==6.4.1
# via wipac-rest-tools (setup.py)
types-requests==2.32.0.20240712
# via wipac-rest-tools (setup.py)
typing-extensions==4.12.2
# via
# opentelemetry-sdk
# qrcode
# wipac-dev-tools
# wipac-telemetry
urllib3==2.2.3
urllib3==2.2.2
# via
# requests
# types-requests
# wipac-rest-tools (setup.py)
wipac-dev-tools==1.12.0
# via
Expand Down
Loading

0 comments on commit 9bd3ac1

Please sign in to comment.