Skip to content

Commit 6cfb68a

Browse files
update hmr to ~=0.2.0
1 parent c0af525 commit 6cfb68a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/uvicorn-hmr/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "uvicorn-hmr"
3-
version = "0.0.2.1"
3+
version = "0.0.2.2"
44
readme = "README.md"
55
dependencies = [
6-
"hmr~=0.1.2",
6+
"hmr~=0.2.0",
77
"typer-slim~=0.15.1",
88
"uvicorn>=0.24.0",
99
]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "hmr-cookbook"
33
version = "0"
44
requires-python = ">=3.12"
55
dependencies = [
6-
"hmr~=0.1.2",
6+
"hmr~=0.2.0",
77
"ruff~=0.9.0",
88
"uvicorn-hmr",
99
]

0 commit comments

Comments
 (0)