File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ charset-normalizer==3.4.2
32
32
# via requests
33
33
check-sdist==1.2.0 ; python_full_version >= '3.8'
34
34
# via cryptography (pyproject.toml)
35
- click==8.1.8
35
+ click==8.1.8 ; python_full_version < '3.10'
36
+ # via cryptography (pyproject.toml)
37
+ click==8.2.0 ; python_full_version >= '3.10'
36
38
# via cryptography (pyproject.toml)
37
39
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
38
40
# via
@@ -67,7 +69,7 @@ docutils==0.21.2 ; python_full_version >= '3.9'
67
69
# readme-renderer
68
70
# sphinx
69
71
# sphinx-rtd-theme
70
- exceptiongroup==1.2.2 ; python_full_version < '3.11'
72
+ exceptiongroup==1.3.0 ; python_full_version < '3.11'
71
73
# via pytest
72
74
execnet==2.0.2 ; python_full_version < '3.8'
73
75
# via pytest-xdist
@@ -321,12 +323,15 @@ typed-ast==1.5.5 ; python_full_version < '3.8'
321
323
# via mypy
322
324
typing-extensions==4.7.1 ; python_full_version < '3.8'
323
325
# via
326
+ # exceptiongroup
324
327
# importlib-metadata
325
328
# mypy
326
329
# nox
327
330
# platformdirs
328
331
typing-extensions==4.13.2 ; python_full_version >= '3.8'
329
- # via mypy
332
+ # via
333
+ # exceptiongroup
334
+ # mypy
330
335
urllib3==2.0.7 ; python_full_version < '3.8'
331
336
# via requests
332
337
urllib3==2.2.3 ; python_full_version == '3.8.*'
You can’t perform that action at this time.
0 commit comments