Skip to content

Commit 0c08c20

Browse files
committed
Merge PR #682 into devel
2 parents 9749a34 + 7399aab commit 0c08c20

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ FORCE_COLOR = "1"
153153
MYPY_FORCE_COLOR = "1"
154154
# PIP_CONSTRAINT = "{package}/requirements-build.txt"
155155
# PIP_CONSTRAINT = "{project}/requirements-build.txt"
156+
PIP_CONSTRAINT = "requirements-build.txt"
156157
PIP_DISABLE_PIP_VERSION_CHECK = "1"
157158
PIP_NO_PYTHON_VERSION_WARNING = "1"
158159
PIP_NO_WARN_SCRIPT_LOCATION = "1"

requirements-build.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ cython==3.0.12
88
# via -r -
99
expandvars==0.9.0
1010
# via -r -
11-
packaging==21.3
11+
packaging==24.0
1212
# via setuptools-scm
1313
pyparsing==3.0.9
1414
# via packaging
1515
setuptools-scm==8.1.0
1616
# via -r -
17-
tomli==1.2.3
17+
tomli==2.0.1
1818
# via setuptools-scm
1919
typing-extensions==4.10.0
2020
# via setuptools-scm

0 commit comments

Comments
 (0)