We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c6e85 commit 52f03cbCopy full SHA for 52f03cb
Makefile
@@ -38,7 +38,7 @@ $(TOOLS_DIR):
38
mkdir -p $(TOOLS_DIR)
39
40
### Tool Versions
41
-UV_VERSION ?= 0.5.24
+UV_VERSION ?= 0.7.13
42
43
UV_DIR ?= $(TOOLS_DIR)/uv-$(UV_VERSION)
44
UV ?= $(UV_DIR)/uv
pyproject.toml
@@ -1,13 +1,16 @@
1
[project]
2
name = "proves-circuitpython-rv3028"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "RV3028 device driver"
5
readme = "README.md"
6
requires-python = ">=3.12.3"
7
-dependencies = [
8
- "coverage==7.6.10",
9
- "pre-commit==4.0.1",
10
- "pytest==8.3.2",
+dependencies = []
+
+[dependency-groups]
+dev = [
11
+ "coverage==7.9.1",
12
+ "pre-commit==4.2.0",
13
+ "pytest==8.4.1",
14
]
15
16
[tool.ruff.format]
0 commit comments