File tree 1 file changed +30
-8
lines changed
1 file changed +30
-8
lines changed Original file line number Diff line number Diff line change @@ -80,14 +80,16 @@ click==8.1.7
80
80
colorama == 0.4.6
81
81
# via tox
82
82
coverage [toml ]== 7.3.2
83
- # via pytest-cov
83
+ # via
84
+ # coverage
85
+ # pytest-cov
84
86
cryptography == 41.0.4
85
87
# via
86
88
# -r requirements.txt
87
89
# authlib
88
90
# cryptojwt
89
91
# pyopenssl
90
- cryptojwt ~ =1.6.1
92
+ cryptojwt = =1.6.1
91
93
# via
92
94
# -r requirements.txt
93
95
# oidcmsg
@@ -101,14 +103,18 @@ dnspython==2.4.2
101
103
# via
102
104
# -r requirements.txt
103
105
# pymongo
104
- docutils > =0.18.1
106
+ docutils = =0.18.1
105
107
# via
106
108
# sphinx
107
109
# sphinx-rtd-theme
108
110
elementpath == 4.1.5
109
111
# via
110
112
# -r requirements.txt
111
113
# xmlschema
114
+ exceptiongroup == 1.2.0
115
+ # via
116
+ # anyio
117
+ # pytest
112
118
execnet == 2.0.2
113
119
# via pytest-xdist
114
120
filelock == 3.12.4
@@ -139,9 +145,7 @@ honcho==1.1.0
139
145
html5lib == 1.1
140
146
# via pyspelling
141
147
httpcore == 0.18.0
142
- # via
143
- # -r requirements.txt
144
- # dnspython
148
+ # via -r requirements.txt
145
149
identify == 2.5.30
146
150
# via pre-commit
147
151
idna == 3.4
@@ -193,7 +197,7 @@ multidict==6.0.4
193
197
# -r requirements.txt
194
198
# aiohttp
195
199
# yarl
196
- mypy == 1.6.0
200
+ mypy == 1.7.1
197
201
# via -r requirements-dev.in
198
202
mypy-extensions == 1.0.0
199
203
# via
@@ -328,7 +332,6 @@ sniffio==1.3.0
328
332
# via
329
333
# -r requirements.txt
330
334
# anyio
331
- # dnspython
332
335
# httpcore
333
336
snowballstemmer == 2.2.0
334
337
# via sphinx
@@ -340,7 +343,12 @@ sphinx==6.2.1
340
343
# via
341
344
# -r requirements-dev.in
342
345
# sphinx-rtd-theme
346
+ # sphinxcontrib-applehelp
347
+ # sphinxcontrib-devhelp
348
+ # sphinxcontrib-htmlhelp
343
349
# sphinxcontrib-jquery
350
+ # sphinxcontrib-qthelp
351
+ # sphinxcontrib-serializinghtml
344
352
sphinx-rtd-theme == 1.3.0
345
353
# via -r requirements-dev.in
346
354
sphinxcontrib-applehelp == 1.0.7
@@ -361,6 +369,18 @@ stevedore==5.1.0
361
369
# via bandit
362
370
toml == 0.10.2
363
371
# via vulture
372
+ tomli == 2.0.1
373
+ # via
374
+ # black
375
+ # build
376
+ # coverage
377
+ # mypy
378
+ # pip-tools
379
+ # pylint
380
+ # pyproject-api
381
+ # pyproject-hooks
382
+ # pytest
383
+ # tox
364
384
tomlkit == 0.12.1
365
385
# via pylint
366
386
tox == 4.11.3
@@ -378,6 +398,8 @@ types-ujson==5.8.0.1
378
398
typing-extensions == 4.8.0
379
399
# via
380
400
# -r requirements.txt
401
+ # astroid
402
+ # black
381
403
# mypy
382
404
# readerwriterlock
383
405
ujson == 5.8.0
You can’t perform that action at this time.
0 commit comments