From 680d13901e650079aa70293e4f4efcc284965eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:38:41 +0000 Subject: [PATCH] build(deps): bump githubkit from 0.11.8 to 0.11.12 Bumps [githubkit](https://github.com/yanyongyu/githubkit) from 0.11.8 to 0.11.12. - [Release notes](https://github.com/yanyongyu/githubkit/releases) - [Commits](https://github.com/yanyongyu/githubkit/compare/v0.11.8...v0.11.12) --- 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 3484fc50..09bee49e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1054,17 +1054,17 @@ dev = ["flake8", "markdown", "twine", "wheel"] [[package]] name = "githubkit" -version = "0.11.8" +version = "0.11.12" description = "GitHub SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "githubkit-0.11.8-py3-none-any.whl", hash = "sha256:fb6cf775ef38c21d38226565219606009cecd67358e46db99c2499199ab3b94b"}, - {file = "githubkit-0.11.8.tar.gz", hash = "sha256:e6114f66cd1fcf9fa1c58987366ce75b98325d5ea708a0108533ab7417701c8f"}, + {file = "githubkit-0.11.12-py3-none-any.whl", hash = "sha256:7bf4d47cff2db3baea05c701155fda9c28e690eeb8874090ff00f44442b06ead"}, + {file = "githubkit-0.11.12.tar.gz", hash = "sha256:f7f82998a04ac8d2606c26e87e3b2cd44adbf3838fcb99ddd654576503bba6ba"}, ] [package.dependencies] -hishel = ">=0.0.21,<=0.0.30" +hishel = ">=0.0.21,<=0.0.33" 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" PyJWT = {version = ">=2.4.0,<3.0.0", extras = ["crypto"], optional = true, markers = "extra == \"jwt\" or extra == \"auth-app\" or extra == \"auth\" or extra == \"all\""} @@ -3415,4 +3415,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8094a8a7283dfa204b74402d860c50659e68d403e702aa22e92fe9f09a54453c" +content-hash = "79edea5117501a3f723ebf194e78b5971f3cb01a9f7a69d3a983ef00bdbe59cc" diff --git a/pyproject.toml b/pyproject.toml index 87a8b7fa..cab3a902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ google-cloud-compute = "^1.19.2" boto3 = "^1.34.162" botocore = "^1.34.162" boto3-stubs = { extras = ["ec2"], version = "^1.35.35" } -githubkit = { extras = ["auth-app"], version = "^0.11.8" } +githubkit = { extras = ["auth-app"], version = "^0.11.12" } rq-scheduler = "^0.13.1" openstacksdk = "^3.1.0" pyvmomi = "^8.0.3.0.1"