diff --git a/poetry.lock b/poetry.lock index e92a8b7c..b565e9fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1028,13 +1028,13 @@ dev = ["flake8", "markdown", "twine", "wheel"] [[package]] name = "githubkit" -version = "0.11.7" +version = "0.11.8" description = "GitHub SDK for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "githubkit-0.11.7-py3-none-any.whl", hash = "sha256:1dc3f1b8a5b63509962e14eaa66af561bfefa31c8bc9d106d875475f4ccd029f"}, - {file = "githubkit-0.11.7.tar.gz", hash = "sha256:f7ff916d1def03b62d52bfe3097dd531cef0fa8e75dcc563c8f6a457e43d88e3"}, + {file = "githubkit-0.11.8-py3-none-any.whl", hash = "sha256:fb6cf775ef38c21d38226565219606009cecd67358e46db99c2499199ab3b94b"}, + {file = "githubkit-0.11.8.tar.gz", hash = "sha256:e6114f66cd1fcf9fa1c58987366ce75b98325d5ea708a0108533ab7417701c8f"}, ] [package.dependencies] @@ -3209,4 +3209,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3408b61079a2c92a67aa33a6cbaee0bef2359c497f240220023ffe7df1f683c2" +content-hash = "cff448a1157482e9ce01ee8de6aac6670807c5981d0aa07c24aaa3e659505199" diff --git a/pyproject.toml b/pyproject.toml index 7c8509ee..7ae5e7f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ google-cloud-compute = "^1.19.2" boto3 = "^1.34.150" botocore = "^1.34.154" boto3-stubs = { extras = ["ec2"], version = "^1.34.154" } -githubkit = { extras = ["auth-app"], version = "^0.11.7" } +githubkit = { extras = ["auth-app"], version = "^0.11.8" } rq-scheduler = "^0.13.1" pyvmomi = "^8.0.3.0.1" vapi-runtime = { url = "https://raw.githubusercontent.com/vmware/vsphere-automation-sdk-python/v8.0.1.0/lib/vapi-runtime/vapi_runtime-2.40.0-py2.py3-none-any.whl" }