1 parent bc8082b commit 278ca63Copy full SHA for 278ca63
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "githubtakeout"
7
-version = "0.1.28dev0"
+version = "0.1.28"
8
description = "Backup and archive Git Repos and Gists from GitHub"
9
license = "MIT"
10
license-files = ["LICENSE"]
@@ -23,9 +23,9 @@ classifiers = [
23
"Programming Language :: Python :: 3.14",
24
]
25
dependencies = [
26
- "GitPython==3.1.59",
27
- "PyGithub==2.9.1",
28
- "python-dotenv==1.2.2",
+ "GitPython==3.1.61",
+ "PyGithub==2.10.0",
+ "python-dotenv==1.2.3",
29
"rich==15.0.0",
30
31
0 commit comments