Skip to content

Commit cba5a81

Browse files
committed
Release 1.0.21
1 parent 8b73108 commit cba5a81

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-utility-scripts"
3-
version = "1.0.20"
3+
version = "1.0.21"
44
description = "Python utility scripts"
55
requires-python = "~=3.9"
66
readme = "README.md"
@@ -18,7 +18,7 @@ dependencies = [
1818
"python-simple-logger>=2.0.0,<3",
1919
"pyhelper-utils>=1.0.1,<2",
2020
"ast-comments>=1.2.2",
21-
"click (>=8.1.7)",
21+
"click (>=8.1.7)"
2222
]
2323

2424
[[project.authors]]
@@ -56,7 +56,6 @@ include = [ "apps" ]
5656
[tool.hatch.build.targets.wheel]
5757
include = [ "apps" ]
5858

59-
6059
[tool.mypy]
6160
show_error_codes = true
6261
warn_unused_ignores = true
@@ -81,10 +80,10 @@ output-format = "grouped"
8180
[dependency-groups]
8281
dev = [ "ipdb>=0.13.13,<0.14", "ipython" ]
8382
test = [
84-
"ipdb>=0.13.13",
85-
"ipython>=8.18.1",
86-
"pytest>=8.0.0,<9",
87-
"pytest-cov>=6.0.0,<7",
83+
"ipdb>=0.13.13",
84+
"ipython>=8.18.1",
85+
"pytest>=8.0.0,<9",
86+
"pytest-cov>=6.0.0,<7"
8887
]
8988

9089
[build-system]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)