Skip to content

Commit 1cd8d8b

Browse files
committed
Remove make update-dependencies
1 parent a0dee0d commit 1cd8d8b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
###### dev commands #####
55
#########################
66
dev-dependencies:
7-
uv sync --all-groups --frozen
8-
9-
update-dependencies:
107
uv lock --upgrade
118
uv sync --all-groups --frozen
129

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ This format can be customized, refer to [uv-dynamic-versioning docs](https://git
7979
All the common commands used during development can be run using make targets:
8080

8181
* `make dev-dependencies`: Install dev requirements
82-
* `make update-dependencies`: Update dev requirements
8382
* `make fix`: Run code style and lint automatic fixes (where possible)
8483
* `make test`: Run test suite against system python version
8584
* `make check`: Run tests against all available python versions, code style and lint checks

0 commit comments

Comments
 (0)