Skip to content

Commit 36ad74a

Browse files
committed
update deps
Signed-off-by: Kirill Mokevnin <mokevnin@gmail.com>
1 parent 6226874 commit 36ad74a

2 files changed

Lines changed: 117 additions & 103 deletions

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
install:
22
uv sync
33

4+
update:
5+
uv lock --upgrade
6+
uv sync
7+
48
run:
59
uv run hexlet-python-package
610

@@ -18,4 +22,4 @@ check: test lint
1822
build:
1923
uv build
2024

21-
.PHONY: install test lint selfcheck check build
25+
.PHONY: install update test lint selfcheck check build

0 commit comments

Comments
 (0)