From 730c4b629a7505b17d47526345c322ec867bf3cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:48:33 +0000 Subject: [PATCH] pip(deps): bump githubkit from 0.10.7 to 0.11.10 Bumps [githubkit](https://github.com/yanyongyu/githubkit) from 0.10.7 to 0.11.10. - [Release notes](https://github.com/yanyongyu/githubkit/releases) - [Commits](https://github.com/yanyongyu/githubkit/compare/v0.10.7...v0.11.10) --- updated-dependencies: - dependency-name: githubkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 40 +++++++++++++++++++++++++++++++--------- pyproject.toml | 2 +- 2 files changed, 32 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5895e28..3628f7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -322,25 +322,26 @@ dev = ["flake8", "markdown", "twine", "wheel"] [[package]] name = "githubkit" -version = "0.10.7" +version = "0.11.10" description = "GitHub SDK for Python" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "githubkit-0.10.7-py3-none-any.whl", hash = "sha256:c3993e7b79e719e4cace328310e87108c6ea7eacdc9ea94ea00aebd6a856abeb"}, - {file = "githubkit-0.10.7.tar.gz", hash = "sha256:b0a8a42feefad6604fee3faaba01ca0d0d215574f9d4557c1586c1dd926dc1e0"}, + {file = "githubkit-0.11.10-py3-none-any.whl", hash = "sha256:e95074916af4a5f357d47005022a555984e16729d9e6204161ef67bc29a78789"}, + {file = "githubkit-0.11.10.tar.gz", hash = "sha256:9729783ba44935ca47b3bebaad76971ccc3d3b548b8af54e06d16a489b0ece90"}, ] [package.dependencies] +hishel = ">=0.0.21,<=0.0.30" httpx = ">=0.23.0,<1.0.0" -pydantic = ">=1.9.1,<2.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" [package.extras] -all = ["PyJWT[crypto] (>=2.4.0,<3.0.0)", "anyio (>=3.6.1,<4.0.0)"] -auth = ["PyJWT[crypto] (>=2.4.0,<3.0.0)", "anyio (>=3.6.1,<4.0.0)"] +all = ["PyJWT[crypto] (>=2.4.0,<3.0.0)", "anyio (>=3.6.1,<5.0.0)"] +auth = ["PyJWT[crypto] (>=2.4.0,<3.0.0)", "anyio (>=3.6.1,<5.0.0)"] auth-app = ["PyJWT[crypto] (>=2.4.0,<3.0.0)"] -auth-oauth-device = ["anyio (>=3.6.1,<4.0.0)"] +auth-oauth-device = ["anyio (>=3.6.1,<5.0.0)"] jwt = ["PyJWT[crypto] (>=2.4.0,<3.0.0)"] [[package]] @@ -354,6 +355,27 @@ files = [ {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"}, ] +[[package]] +name = "hishel" +version = "0.0.30" +description = "Persistent cache implementation for httpx and httpcore" +optional = false +python-versions = ">=3.8" +files = [ + {file = "hishel-0.0.30-py3-none-any.whl", hash = "sha256:0c73a779a6b554b52dff75e5962057df25764fd798c31b9435ce6398b1b171c8"}, + {file = "hishel-0.0.30.tar.gz", hash = "sha256:656393ee77e9c39a0d6c527c74810e15d96e598dcb9b191f20a788608ceaca99"}, +] + +[package.dependencies] +httpx = ">=0.22.0" +typing-extensions = ">=4.8.0" + +[package.extras] +redis = ["redis (==5.0.1)"] +s3 = ["boto3 (>=1.15.0,<=1.15.3)", "boto3 (>=1.15.3)"] +sqlite = ["anysqlite (>=0.0.5)"] +yaml = ["pyyaml (==6.0.1)"] + [[package]] name = "httpcore" version = "1.0.2" @@ -1621,4 +1643,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fe6654929ffd0fc6e4a47d48705f6e1d269bb941542a4a73bcaa3678db02adb4" +content-hash = "7e2e30506638bd7b38a3d71e9397282433f5f80a09da9e24ae6fcf66da1f0304" diff --git a/pyproject.toml b/pyproject.toml index 11e094e..0ce244f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ prometheus-client = "^0.20.0" uvicorn = { extras = ["standard"], version = "^0.30.6" } python-multipart = "^0.0.9" PyYAML = "^6.0" -githubkit = "^0.10.3" +githubkit = "^0.11.10" [tool.poetry.group.docs] optional = true