Skip to content

Commit f8bc697

Browse files
dsschultgithub-actions
and
github-actions
authored
add pkce to public device grants (#149)
* add pkce to public device grants * <bot> update dependencies*.log files(s) * <bot> update dependencies*.log files(s) --------- Co-authored-by: github-actions <[email protected]>
1 parent 15f46cb commit f8bc697

File tree

10 files changed

+185
-162
lines changed

10 files changed

+185
-162
lines changed

dependencies-dev.log

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
#
55
# pip-compile --extra=dev --output-file=dependencies-dev.log
66
#
7-
cachetools==5.3.3
7+
cachetools==5.4.0
88
# via wipac-rest-tools (setup.py)
9-
certifi==2024.6.2
9+
certifi==2024.7.4
1010
# via requests
11-
cffi==1.16.0
11+
cffi==1.17.0
1212
# via cryptography
1313
charset-normalizer==3.3.2
1414
# via requests
15-
cryptography==42.0.8
15+
cryptography==43.0.0
1616
# via
1717
# pyjwt
1818
# wipac-rest-tools (setup.py)
19-
flake8==7.1.0
19+
flake8==7.1.1
2020
# via wipac-rest-tools (setup.py)
2121
httpretty==1.1.4
2222
# via wipac-rest-tools (setup.py)
@@ -26,30 +26,30 @@ iniconfig==2.0.0
2626
# via pytest
2727
mccabe==0.7.0
2828
# via flake8
29-
mypy==1.10.1
29+
mypy==1.11.1
3030
# via wipac-rest-tools (setup.py)
3131
mypy-extensions==1.0.0
3232
# via mypy
3333
packaging==24.1
3434
# via pytest
3535
pluggy==1.5.0
3636
# via pytest
37-
pycodestyle==2.12.0
37+
pycodestyle==2.12.1
3838
# via flake8
3939
pycparser==2.22
4040
# via cffi
4141
pyflakes==3.2.0
4242
# via flake8
43-
pyjwt[crypto]==2.8.0
43+
pyjwt[crypto]==2.9.0
4444
# via wipac-rest-tools (setup.py)
4545
pypng==0.20220715.0
4646
# via qrcode
47-
pytest==8.2.2
47+
pytest==8.3.2
4848
# via
4949
# pytest-asyncio
5050
# pytest-mock
5151
# wipac-rest-tools (setup.py)
52-
pytest-asyncio==0.23.7
52+
pytest-asyncio==0.23.8
5353
# via wipac-rest-tools (setup.py)
5454
pytest-mock==3.14.0
5555
# via wipac-rest-tools (setup.py)
@@ -65,11 +65,11 @@ requests-futures==1.0.1
6565
# via wipac-rest-tools (setup.py)
6666
requests-mock==1.12.1
6767
# via wipac-rest-tools (setup.py)
68-
ruff==0.5.0
68+
ruff==0.5.7
6969
# via wipac-rest-tools (setup.py)
7070
tornado==6.4.1
7171
# via wipac-rest-tools (setup.py)
72-
types-requests==2.32.0.20240622
72+
types-requests==2.32.0.20240712
7373
# via wipac-rest-tools (setup.py)
7474
typing-extensions==4.12.2
7575
# via
@@ -81,7 +81,7 @@ urllib3==2.2.2
8181
# requests
8282
# types-requests
8383
# wipac-rest-tools (setup.py)
84-
wheel==0.43.0
84+
wheel==0.44.0
8585
# via wipac-rest-tools (setup.py)
86-
wipac-dev-tools==1.10.6
86+
wipac-dev-tools==1.12.0
8787
# via wipac-rest-tools (setup.py)

dependencies-mypy.log

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# pip-compile --extra=mypy --output-file=dependencies-mypy.log
66
#
7-
attrs==23.2.0
7+
attrs==24.2.0
88
# via
99
# jsonschema
1010
# referencing
11-
cachetools==5.3.3
11+
cachetools==5.4.0
1212
# via wipac-rest-tools (setup.py)
13-
certifi==2024.6.2
13+
certifi==2024.7.4
1414
# via requests
15-
cffi==1.16.0
15+
cffi==1.17.0
1616
# via cryptography
1717
charset-normalizer==3.3.2
1818
# via requests
@@ -26,43 +26,44 @@ colorama==0.4.6
2626
# via crayons
2727
coloredlogs==15.0.1
2828
# via wipac-telemetry
29-
coverage[toml]==7.5.4
29+
coverage[toml]==7.6.1
3030
# via
3131
# pytest-cov
3232
# wipac-rest-tools (setup.py)
3333
crayons==0.4.0
3434
# via pycycle
35-
cryptography==42.0.8
35+
cryptography==43.0.0
3636
# via
3737
# pyjwt
3838
# wipac-rest-tools (setup.py)
3939
deprecated==1.2.14
4040
# via
4141
# opentelemetry-api
4242
# opentelemetry-exporter-otlp-proto-http
43-
flake8==7.1.0
43+
# opentelemetry-semantic-conventions
44+
flake8==7.1.1
4445
# via wipac-rest-tools (setup.py)
4546
googleapis-common-protos==1.59.1
4647
# via
4748
# opentelemetry-exporter-jaeger-proto-grpc
4849
# opentelemetry-exporter-otlp-proto-http
49-
grpcio==1.64.1
50+
grpcio==1.65.4
5051
# via opentelemetry-exporter-jaeger-proto-grpc
5152
httpretty==1.1.4
5253
# via wipac-rest-tools (setup.py)
5354
humanfriendly==10.0
5455
# via coloredlogs
5556
idna==3.7
5657
# via requests
57-
importlib-metadata==7.1.0
58+
importlib-metadata==8.0.0
5859
# via opentelemetry-api
5960
iniconfig==2.0.0
6061
# via pytest
6162
isodate==0.6.1
6263
# via openapi-core
6364
jinja2==3.1.4
6465
# via click-completion
65-
jsonschema==4.22.0
66+
jsonschema==4.23.0
6667
# via
6768
# openapi-core
6869
# openapi-schema-validator
@@ -83,9 +84,9 @@ markupsafe==2.1.5
8384
# werkzeug
8485
mccabe==0.7.0
8586
# via flake8
86-
more-itertools==10.3.0
87+
more-itertools==10.4.0
8788
# via openapi-core
88-
mypy==1.10.1
89+
mypy==1.11.1
8990
# via wipac-rest-tools (setup.py)
9091
mypy-extensions==1.0.0
9192
# via mypy
@@ -97,7 +98,7 @@ openapi-schema-validator==0.6.2
9798
# openapi-spec-validator
9899
openapi-spec-validator==0.7.1
99100
# via openapi-core
100-
opentelemetry-api==1.25.0
101+
opentelemetry-api==1.26.0
101102
# via
102103
# opentelemetry-exporter-jaeger-proto-grpc
103104
# opentelemetry-exporter-jaeger-thrift
@@ -111,21 +112,21 @@ opentelemetry-exporter-jaeger-proto-grpc==1.21.0
111112
# via opentelemetry-exporter-jaeger
112113
opentelemetry-exporter-jaeger-thrift==1.21.0
113114
# via opentelemetry-exporter-jaeger
114-
opentelemetry-exporter-otlp-proto-common==1.25.0
115+
opentelemetry-exporter-otlp-proto-common==1.26.0
115116
# via opentelemetry-exporter-otlp-proto-http
116-
opentelemetry-exporter-otlp-proto-http==1.25.0
117+
opentelemetry-exporter-otlp-proto-http==1.26.0
117118
# via wipac-telemetry
118-
opentelemetry-proto==1.25.0
119+
opentelemetry-proto==1.26.0
119120
# via
120121
# opentelemetry-exporter-otlp-proto-common
121122
# opentelemetry-exporter-otlp-proto-http
122-
opentelemetry-sdk==1.25.0
123+
opentelemetry-sdk==1.26.0
123124
# via
124125
# opentelemetry-exporter-jaeger-proto-grpc
125126
# opentelemetry-exporter-jaeger-thrift
126127
# opentelemetry-exporter-otlp-proto-http
127128
# wipac-telemetry
128-
opentelemetry-semantic-conventions==0.46b0
129+
opentelemetry-semantic-conventions==0.47b0
129130
# via opentelemetry-sdk
130131
packaging==24.1
131132
# via pytest
@@ -135,37 +136,37 @@ pathable==0.4.3
135136
# via jsonschema-path
136137
pluggy==1.5.0
137138
# via pytest
138-
protobuf==4.25.3
139+
protobuf==4.25.4
139140
# via
140141
# googleapis-common-protos
141142
# opentelemetry-proto
142143
# wipac-telemetry
143-
pycodestyle==2.12.0
144+
pycodestyle==2.12.1
144145
# via flake8
145146
pycparser==2.22
146147
# via cffi
147148
pycycle==0.0.8
148149
# via wipac-rest-tools (setup.py)
149150
pyflakes==3.2.0
150151
# via flake8
151-
pyjwt[crypto]==2.8.0
152+
pyjwt[crypto]==2.9.0
152153
# via wipac-rest-tools (setup.py)
153154
pypng==0.20220715.0
154155
# via qrcode
155-
pytest==8.2.2
156+
pytest==8.3.2
156157
# via
157158
# pycycle
158159
# pytest-asyncio
159160
# pytest-cov
160161
# pytest-mock
161162
# wipac-rest-tools (setup.py)
162-
pytest-asyncio==0.23.7
163+
pytest-asyncio==0.23.8
163164
# via wipac-rest-tools (setup.py)
164165
pytest-cov==5.0.0
165166
# via wipac-rest-tools (setup.py)
166167
pytest-mock==3.14.0
167168
# via wipac-rest-tools (setup.py)
168-
pyyaml==6.0.1
169+
pyyaml==6.0.2
169170
# via jsonschema-path
170171
qrcode==7.4.2
171172
# via wipac-rest-tools (setup.py)
@@ -188,11 +189,11 @@ requests-mock==1.12.1
188189
# via wipac-rest-tools (setup.py)
189190
rfc3339-validator==0.1.4
190191
# via openapi-schema-validator
191-
rpds-py==0.18.1
192+
rpds-py==0.20.0
192193
# via
193194
# jsonschema
194195
# referencing
195-
ruff==0.5.0
196+
ruff==0.5.7
196197
# via wipac-rest-tools (setup.py)
197198
shellingham==1.5.4
198199
# via click-completion
@@ -206,7 +207,7 @@ thrift==0.20.0
206207
# via opentelemetry-exporter-jaeger-thrift
207208
tornado==6.4.1
208209
# via wipac-rest-tools (setup.py)
209-
types-requests==2.32.0.20240622
210+
types-requests==2.32.0.20240712
210211
# via wipac-rest-tools (setup.py)
211212
typing-extensions==4.12.2
212213
# via
@@ -222,9 +223,9 @@ urllib3==2.2.2
222223
# wipac-rest-tools (setup.py)
223224
werkzeug==3.0.3
224225
# via openapi-core
225-
wheel==0.43.0
226+
wheel==0.44.0
226227
# via wipac-rest-tools (setup.py)
227-
wipac-dev-tools==1.10.6
228+
wipac-dev-tools==1.12.0
228229
# via
229230
# wipac-rest-tools (setup.py)
230231
# wipac-telemetry

dependencies-openapi.log

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
#
55
# pip-compile --extra=openapi --output-file=dependencies-openapi.log
66
#
7-
attrs==23.2.0
7+
attrs==24.2.0
88
# via
99
# jsonschema
1010
# referencing
11-
cachetools==5.3.3
11+
cachetools==5.4.0
1212
# via wipac-rest-tools (setup.py)
13-
certifi==2024.6.2
13+
certifi==2024.7.4
1414
# via requests
15-
cffi==1.16.0
15+
cffi==1.17.0
1616
# via cryptography
1717
charset-normalizer==3.3.2
1818
# via requests
19-
cryptography==42.0.8
19+
cryptography==43.0.0
2020
# via pyjwt
2121
idna==3.7
2222
# via requests
2323
isodate==0.6.1
2424
# via openapi-core
25-
jsonschema==4.22.0
25+
jsonschema==4.23.0
2626
# via
2727
# openapi-core
2828
# openapi-schema-validator
@@ -39,7 +39,7 @@ lazy-object-proxy==1.10.0
3939
# via openapi-spec-validator
4040
markupsafe==2.1.5
4141
# via werkzeug
42-
more-itertools==10.3.0
42+
more-itertools==10.4.0
4343
# via openapi-core
4444
openapi-core==0.19.2
4545
# via wipac-rest-tools (setup.py)
@@ -55,11 +55,11 @@ pathable==0.4.3
5555
# via jsonschema-path
5656
pycparser==2.22
5757
# via cffi
58-
pyjwt[crypto]==2.8.0
58+
pyjwt[crypto]==2.9.0
5959
# via wipac-rest-tools (setup.py)
6060
pypng==0.20220715.0
6161
# via qrcode
62-
pyyaml==6.0.1
62+
pyyaml==6.0.2
6363
# via jsonschema-path
6464
qrcode==7.4.2
6565
# via wipac-rest-tools (setup.py)
@@ -78,7 +78,7 @@ requests-futures==1.0.1
7878
# via wipac-rest-tools (setup.py)
7979
rfc3339-validator==0.1.4
8080
# via openapi-schema-validator
81-
rpds-py==0.18.1
81+
rpds-py==0.20.0
8282
# via
8383
# jsonschema
8484
# referencing
@@ -98,5 +98,5 @@ urllib3==2.2.2
9898
# wipac-rest-tools (setup.py)
9999
werkzeug==3.0.3
100100
# via openapi-core
101-
wipac-dev-tools==1.10.6
101+
wipac-dev-tools==1.12.0
102102
# via wipac-rest-tools (setup.py)

0 commit comments

Comments
 (0)