From 307060bc6d4f8e94a79b77f385502ae9890f8884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:06:30 +0000 Subject: [PATCH] build(deps): bump githubkit from 0.15.1 to 0.16.0 Bumps [githubkit](https://github.com/yanyongyu/githubkit) from 0.15.1 to 0.16.0. - [Release notes](https://github.com/yanyongyu/githubkit/releases) - [Commits](https://github.com/yanyongyu/githubkit/compare/v0.15.1...v0.16.0) --- updated-dependencies: - dependency-name: githubkit dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 86 +++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 64 insertions(+), 22 deletions(-) diff --git a/poetry.lock b/poetry.lock index 40d89f1..ce6bc89 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiofiles" @@ -719,29 +719,72 @@ files = [ [[package]] name = "githubkit" -version = "0.15.1" +version = "0.16.0" description = "GitHub SDK for Python" optional = false -python-versions = "<4.0,>=3.9" +python-versions = "<4.0,>=3.10" groups = ["main"] files = [ - {file = "githubkit-0.15.1-py3-none-any.whl", hash = "sha256:17616c8ba3764e568727883db190512c1e64eb1b147b190a29a6cb46b1581409"}, - {file = "githubkit-0.15.1.tar.gz", hash = "sha256:e436494321bbd7abc27ad4fd3b8d82a94602bce0f9816ad01b58952ef299544c"}, + {file = "githubkit-0.16.0-py3-none-any.whl", hash = "sha256:b927f6bb1d4646ae64282a4373dd4a720e568c789d5b4ed1e8f06c562b642b26"}, + {file = "githubkit-0.16.0.tar.gz", hash = "sha256:b0aa62a535ac99a5d958cf51a6fec66416247ddb5832be57c3f8c4995a34bcca"}, ] [package.dependencies] anyio = ">=3.6.1,<5.0.0" -hishel = ">=0.0.21,<=0.2.0" +githubkit-schemas = ">=26.5.7" +hishel = {version = ">=1.3.0,<=2.0.0", extras = ["async", "httpx"]} 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.11.0,<5.0.0" [package.extras] -all = ["pyjwt[crypto] (>=2.4.0,<3.0.0)"] +all = ["githubkit-schemas[all] (>=26.5.7)", "pyjwt[crypto] (>=2.4.0,<3.0.0)"] +all-schemas = ["githubkit-schemas[all] (>=26.5.7)"] auth = ["pyjwt[crypto] (>=2.4.0,<3.0.0)"] auth-app = ["pyjwt[crypto] (>=2.4.0,<3.0.0)"] jwt = ["pyjwt[crypto] (>=2.4.0,<3.0.0)"] +[[package]] +name = "githubkit-schemas" +version = "26.6.27" +description = "GitHub Schemas for GitHubKit" +optional = false +python-versions = "<4.0,>=3.10" +groups = ["main"] +files = [ + {file = "githubkit_schemas-26.6.27-py3-none-any.whl", hash = "sha256:6fbbbb21b84388f06781d312ddf492d481f4e58795b3894a5f47160727419a29"}, + {file = "githubkit_schemas-26.6.27.tar.gz", hash = "sha256:fdeff6e3829fdb1dc78cd633e82f9a8d823873ca3254112a56152da56eeaa7be"}, +] + +[package.dependencies] +githubkit = ">=0.16.0" +githubkit-schemas-2026-03-10 = "26.6.27" + +[package.extras] +2022-11-28 = ["githubkit-schemas-2022-11-28 (==26.6.27)"] +2026-03-10 = ["githubkit-schemas-2026-03-10 (==26.6.27)"] +all = ["githubkit-schemas-2022-11-28 (==26.6.27)", "githubkit-schemas-2026-03-10 (==26.6.27)", "githubkit-schemas-ghec-2022-11-28 (==26.6.27)", "githubkit-schemas-ghec-2026-03-10 (==26.6.27)"] +all-gh = ["githubkit-schemas-2022-11-28 (==26.6.27)", "githubkit-schemas-2026-03-10 (==26.6.27)"] +all-ghec = ["githubkit-schemas-ghec-2022-11-28 (==26.6.27)", "githubkit-schemas-ghec-2026-03-10 (==26.6.27)"] +ghec = ["githubkit-schemas-ghec-2026-03-10 (==26.6.27)"] +ghec-2022-11-28 = ["githubkit-schemas-ghec-2022-11-28 (==26.6.27)"] +ghec-2026-03-10 = ["githubkit-schemas-ghec-2026-03-10 (==26.6.27)"] + +[[package]] +name = "githubkit-schemas-2026-03-10" +version = "26.6.27" +description = "GitHub Schemas for GitHubKit" +optional = false +python-versions = "<4.0,>=3.10" +groups = ["main"] +files = [ + {file = "githubkit_schemas_2026_03_10-26.6.27-py3-none-any.whl", hash = "sha256:d8a231105125d93b7f8cafda369ad732ac8fee3782a77dd4540c362685281bbd"}, + {file = "githubkit_schemas_2026_03_10-26.6.27.tar.gz", hash = "sha256:ef7bf6df886e206f8d3a85098c110feed6728a3df82a6e509dcf94dc12fee3e0"}, +] + +[package.dependencies] +githubkit-schemas = "26.6.27" + [[package]] name = "greenlet" version = "3.3.0" @@ -818,30 +861,29 @@ files = [ [[package]] name = "hishel" -version = "0.1.5" -description = "Persistent cache implementation for httpx and httpcore" +version = "1.3.0" +description = "Elegant HTTP Caching for Python" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "hishel-0.1.5-py3-none-any.whl", hash = "sha256:0bfbe9a2b9342090eba82ba6de88258092e1c4c7b730cd4cb4b570e4b40e44a7"}, - {file = "hishel-0.1.5.tar.gz", hash = "sha256:9d40c682cd94fd6e1394fb05713ae20a75ed8aeba6f5272380444039ce6257f2"}, + {file = "hishel-1.3.0-py3-none-any.whl", hash = "sha256:b803ad9f1d410085b61459a5dbbd273806215021e672198ba911c7d3db14adaa"}, + {file = "hishel-1.3.0.tar.gz", hash = "sha256:5be585dca8c035866cffc745a50dbce6b277a3d1f4b07ef24f77c07f6b31ff92"}, ] [package.dependencies] -anyio = ">=4.9.0" -anysqlite = ">=0.0.5" -httpx = ">=0.28.0" +anyio = {version = ">=4.9.0", optional = true, markers = "extra == \"async\" or extra == \"httpx\""} +anysqlite = {version = ">=0.0.5", optional = true, markers = "extra == \"async\" or extra == \"httpx\""} +httpx = {version = ">=0.28.1", optional = true, markers = "extra == \"httpx\""} msgpack = ">=1.1.2" typing-extensions = ">=4.14.1" [package.extras] -httpx = ["httpx (>=0.28.1)"] -redis = ["redis (==6.2.0)"] +async = ["anyio (>=4.9.0)", "anysqlite (>=0.0.5)"] +fastapi = ["fastapi (>=0.119.1)"] +httpx = ["anyio (>=4.9.0)", "anysqlite (>=0.0.5)", "httpx (>=0.28.1)"] +redis = ["redis (>=7.0.0)"] requests = ["requests (>=2.32.5)"] -s3 = ["boto3 (>=1.15.0,<=1.15.3) ; python_version < \"3.12\"", "boto3 (>=1.15.3) ; python_version >= \"3.12\""] -sqlite = ["anysqlite (>=0.0.5)"] -yaml = ["pyyaml (==6.0.2)"] [[package]] name = "httpcore" @@ -1041,7 +1083,7 @@ colorama = {version = ">=0.3.4", markers = "sys_platform == \"win32\""} win32-setctime = {version = ">=1.0.0", markers = "sys_platform == \"win32\""} [package.extras] -dev = ["Sphinx (==8.1.3) ; python_version >= \"3.11\"", "build (==1.2.2) ; python_version >= \"3.11\"", "colorama (==0.4.5) ; python_version < \"3.8\"", "colorama (==0.4.6) ; python_version >= \"3.8\"", "exceptiongroup (==1.1.3) ; python_version >= \"3.7\" and python_version < \"3.11\"", "freezegun (==1.1.0) ; python_version < \"3.8\"", "freezegun (==1.5.0) ; python_version >= \"3.8\"", "mypy (==v0.910) ; python_version < \"3.6\"", "mypy (==v0.971) ; python_version == \"3.6\"", "mypy (==v1.13.0) ; python_version >= \"3.8\"", "mypy (==v1.4.1) ; python_version == \"3.7\"", "myst-parser (==4.0.0) ; python_version >= \"3.11\"", "pre-commit (==4.0.1) ; python_version >= \"3.9\"", "pytest (==6.1.2) ; python_version < \"3.8\"", "pytest (==8.3.2) ; python_version >= \"3.8\"", "pytest-cov (==2.12.1) ; python_version < \"3.8\"", "pytest-cov (==5.0.0) ; python_version == \"3.8\"", "pytest-cov (==6.0.0) ; python_version >= \"3.9\"", "pytest-mypy-plugins (==1.9.3) ; python_version >= \"3.6\" and python_version < \"3.8\"", "pytest-mypy-plugins (==3.1.0) ; python_version >= \"3.8\"", "sphinx-rtd-theme (==3.0.2) ; python_version >= \"3.11\"", "tox (==3.27.1) ; python_version < \"3.8\"", "tox (==4.23.2) ; python_version >= \"3.8\"", "twine (==6.0.1) ; python_version >= \"3.11\""] +dev = ["Sphinx (==8.1.3) ; python_version >= \"3.11\"", "build (==1.2.2) ; python_version >= \"3.11\"", "colorama (==0.4.5) ; python_version < \"3.8\"", "colorama (==0.4.6) ; python_version >= \"3.8\"", "exceptiongroup (==1.1.3) ; python_version >= \"3.7\" and python_version < \"3.11\"", "freezegun (==1.1.0) ; python_version < \"3.8\"", "freezegun (==1.5.0) ; python_version >= \"3.8\"", "mypy (==0.910) ; python_version < \"3.6\"", "mypy (==0.971) ; python_version == \"3.6\"", "mypy (==1.13.0) ; python_version >= \"3.8\"", "mypy (==1.4.1) ; python_version == \"3.7\"", "myst-parser (==4.0.0) ; python_version >= \"3.11\"", "pre-commit (==4.0.1) ; python_version >= \"3.9\"", "pytest (==6.1.2) ; python_version < \"3.8\"", "pytest (==8.3.2) ; python_version >= \"3.8\"", "pytest-cov (==2.12.1) ; python_version < \"3.8\"", "pytest-cov (==5.0.0) ; python_version == \"3.8\"", "pytest-cov (==6.0.0) ; python_version >= \"3.9\"", "pytest-mypy-plugins (==1.9.3) ; python_version >= \"3.6\" and python_version < \"3.8\"", "pytest-mypy-plugins (==3.1.0) ; python_version >= \"3.8\"", "sphinx-rtd-theme (==3.0.2) ; python_version >= \"3.11\"", "tox (==3.27.1) ; python_version < \"3.8\"", "tox (==4.23.2) ; python_version >= \"3.8\"", "twine (==6.0.1) ; python_version >= \"3.11\""] [[package]] name = "markdown" @@ -2916,4 +2958,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "b27322bd5745ebae70e5d6a994546c63c00aac6f5b220ad1c903fd95c915a80c" +content-hash = "ce9b74370ff0fe1f2493f4428b1eb911ac563738026203b1a5efb23c0ebb393f"