File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ argcomplete==3.1.2 ; python_full_version < '3.8'
10
10
# via nox
11
11
argcomplete==3.5.3 ; python_full_version >= '3.8'
12
12
# via nox
13
+ attrs==25.1.0 ; python_full_version >= '3.8'
14
+ # via nox
13
15
babel==2.14.0 ; python_full_version < '3.8'
14
16
# via sphinx
15
17
babel==2.17.0 ; python_full_version >= '3.8'
@@ -47,6 +49,8 @@ coverage==7.6.1 ; python_full_version == '3.8.*'
47
49
# via pytest-cov
48
50
coverage==7.6.12 ; python_full_version >= '3.9'
49
51
# via pytest-cov
52
+ dependency-groups==1.3.0 ; python_full_version >= '3.8'
53
+ # via nox
50
54
distlib==0.3.9
51
55
# via virtualenv
52
56
docutils==0.19 ; python_full_version < '3.8'
@@ -113,7 +117,7 @@ markupsafe==3.0.2 ; python_full_version >= '3.9'
113
117
# via jinja2
114
118
mypy==1.4.1 ; python_full_version < '3.8'
115
119
# via cryptography (pyproject.toml)
116
- mypy==1.15.0 ; python_full_version == '3.8.*'
120
+ mypy==1.14.1 ; python_full_version == '3.8.*'
117
121
# via cryptography (pyproject.toml)
118
122
mypy==1.15.0 ; python_full_version >= '3.9'
119
123
# via cryptography (pyproject.toml)
@@ -134,6 +138,7 @@ packaging==24.0 ; python_full_version < '3.8'
134
138
packaging==24.2 ; python_full_version >= '3.8'
135
139
# via
136
140
# build
141
+ # dependency-groups
137
142
# nox
138
143
# pytest
139
144
# sphinx
@@ -292,6 +297,7 @@ tomli==2.2.1 ; python_full_version >= '3.8' and python_full_version <= '3.11'
292
297
# build
293
298
# check-sdist
294
299
# coverage
300
+ # dependency-groups
295
301
# mypy
296
302
# nox
297
303
# pytest
You can’t perform that action at this time.
0 commit comments