Skip to content

Commit 7ca2264

Browse files
author
Tom Goetz
committed
update dev requirements
1 parent ea76ba4 commit 7ca2264

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ builddeps: $(VENV) devdeps
9999

100100
build: builddeps
101101
cp pyproject.toml.in pyproject.toml
102-
uv add -r requirements.txt
102+
uv add -r requirements.txt --frozen
103103
$(PYTHON_PATH) -m build
104104

105105
build_clean:

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
flake8==7.3.0
2-
build==1.3.0
3-
wheel==0.45.1
2+
build==1.4.0
3+
wheel==0.46.3
44
twine==6.2.0

0 commit comments

Comments
 (0)