Skip to content

Commit 52f03cb

Browse files
authored
Update dev dependencies (#11)
* Update dev dependencies * Update uv * Downgrade precommit * Update precommit
1 parent 69c6e85 commit 52f03cb

File tree

3 files changed

+116
-94
lines changed

3 files changed

+116
-94
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $(TOOLS_DIR):
3838
mkdir -p $(TOOLS_DIR)
3939

4040
### Tool Versions
41-
UV_VERSION ?= 0.5.24
41+
UV_VERSION ?= 0.7.13
4242

4343
UV_DIR ?= $(TOOLS_DIR)/uv-$(UV_VERSION)
4444
UV ?= $(UV_DIR)/uv

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
[project]
22
name = "proves-circuitpython-rv3028"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "RV3028 device driver"
55
readme = "README.md"
66
requires-python = ">=3.12.3"
7-
dependencies = [
8-
"coverage==7.6.10",
9-
"pre-commit==4.0.1",
10-
"pytest==8.3.2",
7+
dependencies = []
8+
9+
[dependency-groups]
10+
dev = [
11+
"coverage==7.9.1",
12+
"pre-commit==4.2.0",
13+
"pytest==8.4.1",
1114
]
1215

1316
[tool.ruff.format]

0 commit comments

Comments
 (0)