Skip to content

Commit e581927

Browse files
committed
New release
1 parent 1321b65 commit e581927

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "setuptools-scm"]
2+
requires = ["setuptools>=80.0.0", "setuptools-scm"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.pytest.ini_options]
@@ -62,7 +62,7 @@ dependencies = [
6262
"pyyaml>=5.3.1",
6363
"requests>=2.32.2",
6464
"rich",
65-
"setuptools>=70.2.0",
65+
"setuptools>=80.0.0",
6666
"terminaltables",
6767
"toml",
6868
"tqdm",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python-slugify
2828
pyyaml>=5.3.1
2929
requests>=2.32.2
3030
rich
31-
setuptools>=70.2.0
31+
setuptools>=80.0.0
3232
terminaltables
3333
toml
3434
tqdm

src/tinyscript/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.30.27
1+
1.30.28

0 commit comments

Comments
 (0)