From 9d581fa6185e97fa6548b1c8b521f45e4f8c2928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:27:13 +0000 Subject: [PATCH] build(deps): bump githubkit from 0.11.14 to 0.12.5 in /server Bumps [githubkit](https://github.com/yanyongyu/githubkit) from 0.11.14 to 0.12.5. - [Release notes](https://github.com/yanyongyu/githubkit/releases) - [Commits](https://github.com/yanyongyu/githubkit/compare/v0.11.14...v0.12.5) --- updated-dependencies: - dependency-name: githubkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index e848c1212d..9c8dde2f5b 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "sqlalchemy[asyncio]>=2.0.34", "greenlet>=3.1.1", "structlog>=24.4.0", - "githubkit==0.11.14", + "githubkit==0.12.5", "redis>=5.0.4", "sse-starlette>=2.0.0", "arq>=0.25.0",