From 9576d5e5a35657f8ad52e1c780d57f9a01273995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:55:25 +0000 Subject: [PATCH] Bump githubkit from 0.11.12 to 0.11.13 in the python group Bumps the python group with 1 update: [githubkit](https://github.com/yanyongyu/githubkit). Updates `githubkit` from 0.11.12 to 0.11.13 - [Release notes](https://github.com/yanyongyu/githubkit/releases) - [Commits](https://github.com/yanyongyu/githubkit/compare/v0.11.12...v0.11.13) --- updated-dependencies: - dependency-name: githubkit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f50f3f0..a1e2ca3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -255,13 +255,13 @@ files = [ [[package]] name = "githubkit" -version = "0.11.12" +version = "0.11.13" description = "GitHub SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "githubkit-0.11.12-py3-none-any.whl", hash = "sha256:7bf4d47cff2db3baea05c701155fda9c28e690eeb8874090ff00f44442b06ead"}, - {file = "githubkit-0.11.12.tar.gz", hash = "sha256:f7f82998a04ac8d2606c26e87e3b2cd44adbf3838fcb99ddd654576503bba6ba"}, + {file = "githubkit-0.11.13-py3-none-any.whl", hash = "sha256:a1d52ed31cbcebaba7c6b2d6ba54b316ca00cbca6c2429ec88715a263a7c2fdc"}, + {file = "githubkit-0.11.13.tar.gz", hash = "sha256:0d17ab5bffe98ba521fabd570c39be5d0301b9d3bf8508a89a6cd0bbc080d542"}, ] [package.dependencies] @@ -1203,4 +1203,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.11 <4.0" -content-hash = "b8d7b17449679b85bbc555d93c2862095356f3833f074f4eb42efa6543b61048" +content-hash = "efcfc6e41ab7e33590caba4ddcb04f42f8e35333449c8804fd1e99da9240e231" diff --git a/pyproject.toml b/pyproject.toml index 5d82daf..eb5469e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ hen = "jg.hen.cli:main" python = ">=3.11 <4.0" click = "8.1.7" blinker = "1.8.2" -githubkit = "0.11.12" +githubkit = "0.11.13" httpx = "0.27.2" pillow = "10.4.0" lxml = "5.3.0"