Skip to content

Commit 58f409d

Browse files
fix(deps): update dependency beartype to >=0.20.0,<0.21.0
1 parent 74e0064 commit 58f409d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pnt-functional/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ classifiers = [
1111
"Programming Language :: Python :: 3.12",
1212
]
1313
dependencies = [
14-
"beartype>=0.19.0,<0.20.0",
14+
"beartype>=0.20.0,<0.21.0",
1515
"expression>=5.5.0",
1616
]
1717
description = "A Python package template using Nix and uv"

0 commit comments

Comments
 (0)