From 3c2ce12c5ebb72d708645688cc8d064b9eefaa3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:12:28 +0000 Subject: [PATCH] Bump githubkit from 0.11.6 to 0.11.7 Bumps [githubkit](https://github.com/yanyongyu/githubkit) from 0.11.6 to 0.11.7. - [Release notes](https://github.com/yanyongyu/githubkit/releases) - [Commits](https://github.com/yanyongyu/githubkit/compare/v0.11.6...v0.11.7) --- updated-dependencies: - dependency-name: githubkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f1e3462..259fae4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -255,17 +255,17 @@ files = [ [[package]] name = "githubkit" -version = "0.11.6" +version = "0.11.7" description = "GitHub SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "githubkit-0.11.6-py3-none-any.whl", hash = "sha256:3b0918c19f1ad675a4a19e295c00520e3eb967d5a29562f45d30737fe337a328"}, - {file = "githubkit-0.11.6.tar.gz", hash = "sha256:a520492190124a7852365a73771d1e2661bb4edc16da00f7f65b5e1ddb7c7b68"}, + {file = "githubkit-0.11.7-py3-none-any.whl", hash = "sha256:1dc3f1b8a5b63509962e14eaa66af561bfefa31c8bc9d106d875475f4ccd029f"}, + {file = "githubkit-0.11.7.tar.gz", hash = "sha256:f7ff916d1def03b62d52bfe3097dd531cef0fa8e75dcc563c8f6a457e43d88e3"}, ] [package.dependencies] -hishel = ">=0.0.21,<=0.0.26" +hishel = ">=0.0.21,<=0.0.30" httpx = ">=0.23.0,<1.0.0" pydantic = ">=1.9.1,<2.5.0 || >2.5.0,<2.5.1 || >2.5.1,<3.0.0" typing-extensions = ">=4.3.0,<5.0.0" @@ -1200,4 +1200,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.11 <4.0" -content-hash = "9efaca11dcf68c6c03a4c87e0d3e7e00f53102a21de233bef209665bafaf1775" +content-hash = "ec64011c0347a02560893561ae0db6e09cf755118f6ea15723a5b676f6b6f16f" diff --git a/pyproject.toml b/pyproject.toml index 7737b95..e63dea6 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.6" +githubkit = "0.11.7" httpx = "0.27.0" pillow = "10.4.0" lxml = "5.2.2"