Skip to content

Commit fc10405

Browse files
committed
🔖 bump version 0.13.5
1 parent 989a60e commit fc10405

File tree

2 files changed

+625
-321
lines changed

2 files changed

+625
-321
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "GitHubKit"
3-
version = "0.13.4"
3+
version = "0.13.5"
44
description = "GitHub SDK for Python"
55
authors = [{ name = "yanyongyu", email = "[email protected]" }]
66
license = "MIT"
@@ -29,13 +29,13 @@ Documentation = "https://github.com/yanyongyu/githubkit"
2929
"Bug Tracker" = "https://github.com/yanyongyu/githubkit/issues"
3030

3131
[dependency-groups]
32-
thirdparty = ["redis >=5.2.0, <7.0.0"]
32+
thirdparty = ["redis >=5.2.0, <8.0.0"]
3333
dev = [
3434
{ include-group = "thirdparty" },
3535
{ include-group = "codegen" },
3636
{ include-group = "test" },
3737
{ include-group = "docs" },
38-
"ruff >=0.13.0, <0.14.0",
38+
"ruff >=0.14.0, <0.15.0",
3939
"nonemoji >=0.1.2, <0.2.0",
4040
"pre-commit >=4.0.0, <5.0.0",
4141
]

0 commit comments

Comments
 (0)