From dab62ea74e7542c8d227d393cc075996940b7e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:24:19 +0000 Subject: [PATCH] Bump githubkit from 0.11.5 to 0.11.6 Bumps [githubkit](https://github.com/yanyongyu/githubkit) from 0.11.5 to 0.11.6. - [Release notes](https://github.com/yanyongyu/githubkit/releases) - [Commits](https://github.com/yanyongyu/githubkit/compare/v0.11.5...v0.11.6) --- updated-dependencies: - dependency-name: githubkit dependency-type: direct:production update-type: version-update:semver-patch ... 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 1f478dd..66b7a85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -255,13 +255,13 @@ files = [ [[package]] name = "githubkit" -version = "0.11.5" +version = "0.11.6" description = "GitHub SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "githubkit-0.11.5-py3-none-any.whl", hash = "sha256:c87eaaa9142b0ba1285ce4a7bce5e5c1a93d359fbb756489e79eb4fa7b26b520"}, - {file = "githubkit-0.11.5.tar.gz", hash = "sha256:3557e4a82bf6e7ae3d4cba19b08237972c3601d6d78bc026b583ed1a3209f210"}, + {file = "githubkit-0.11.6-py3-none-any.whl", hash = "sha256:3b0918c19f1ad675a4a19e295c00520e3eb967d5a29562f45d30737fe337a328"}, + {file = "githubkit-0.11.6.tar.gz", hash = "sha256:a520492190124a7852365a73771d1e2661bb4edc16da00f7f65b5e1ddb7c7b68"}, ] [package.dependencies] @@ -1175,4 +1175,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.11 <4.0" -content-hash = "ecf287e8a8ff98c62cd0e90a03037a32fc821ce730e13a3a50a1ff4d31a83839" +content-hash = "c614320486df4066ac1a39d8fa5ed0d77f201f0c00a8fa4b470e2726ff3b7302" diff --git a/pyproject.toml b/pyproject.toml index 96b54f1..82e4d9c 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.5" +githubkit = "0.11.6" httpx = "0.27.0" pillow = "10.3.0" lxml = "5.2.2"