Skip to content

Commit 278ca63

Browse files
committed
Bump dependencies and version for release
1 parent bc8082b commit 278ca63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "githubtakeout"
7-
version = "0.1.28dev0"
7+
version = "0.1.28"
88
description = "Backup and archive Git Repos and Gists from GitHub"
99
license = "MIT"
1010
license-files = ["LICENSE"]
@@ -23,9 +23,9 @@ classifiers = [
2323
"Programming Language :: Python :: 3.14",
2424
]
2525
dependencies = [
26-
"GitPython==3.1.59",
27-
"PyGithub==2.9.1",
28-
"python-dotenv==1.2.2",
26+
"GitPython==3.1.61",
27+
"PyGithub==2.10.0",
28+
"python-dotenv==1.2.3",
2929
"rich==15.0.0",
3030
]
3131

0 commit comments

Comments
 (0)