File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ FORCE_COLOR = "1"
153
153
MYPY_FORCE_COLOR = " 1"
154
154
# PIP_CONSTRAINT = "{package}/requirements-build.txt"
155
155
# PIP_CONSTRAINT = "{project}/requirements-build.txt"
156
+ PIP_CONSTRAINT = " requirements-build.txt"
156
157
PIP_DISABLE_PIP_VERSION_CHECK = " 1"
157
158
PIP_NO_PYTHON_VERSION_WARNING = " 1"
158
159
PIP_NO_WARN_SCRIPT_LOCATION = " 1"
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ cython==3.0.12
8
8
# via -r -
9
9
expandvars==0.9.0
10
10
# via -r -
11
- packaging==21.3
11
+ packaging==24.0
12
12
# via setuptools-scm
13
13
pyparsing==3.0.9
14
14
# via packaging
15
15
setuptools-scm==8.1.0
16
16
# via -r -
17
- tomli==1.2.3
17
+ tomli==2.0.1
18
18
# via setuptools-scm
19
19
typing-extensions==4.10.0
20
20
# via setuptools-scm
You can’t perform that action at this time.
0 commit comments