Skip to content

Commit 0b66065

Browse files
committed
Update dev dependencies
1 parent 6bcb9fc commit 0b66065

File tree

3 files changed

+101
-93
lines changed

3 files changed

+101
-93
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $(TOOLS_DIR):
3535
mkdir -p $(TOOLS_DIR)
3636

3737
### Tool Versions
38-
UV_VERSION ?= 0.5.24
38+
UV_VERSION ?= 0.7.13
3939

4040
UV_DIR ?= $(TOOLS_DIR)/uv-$(UV_VERSION)
4141
UV ?= $(UV_DIR)/uv

pyproject.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
[project]
22
name = "proves-circuitpython-sx1280"
3-
version = "1.0.2"
3+
version = "1.0.4"
44
description = "CircuitPython driver for the Semtech SX1280 LoRa radio transceiver."
55
readme = "README.md"
66
requires-python = ">=3.13"
7-
dependencies = [
8-
"adafruit-circuitpython-typing==1.11.2",
9-
"circuitpython-stubs==9.2.5",
10-
"pyright[nodejs]==1.1.399",
11-
"pre-commit==4.0.1",
7+
dependencies = []
8+
9+
[dependency-groups]
10+
dev = [
11+
"adafruit-circuitpython-typing==1.12.1",
12+
"circuitpython-stubs==9.2.8",
13+
"pyright[nodejs]==1.1.402",
14+
"pre-commit==4.2.0",
1215
]
1316

1417
[tool.ruff.format]

0 commit comments

Comments
 (0)