1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

fix(deps): update dependency githubkit to v0.11.11

This commit is contained in:
renovate[bot] 2024-09-28 10:42:39 +00:00 committed by GitHub
parent e2b4fc835d
commit 61b071d829
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
poetry.lock generated
View file

@ -811,17 +811,17 @@ dev = ["flake8", "markdown", "twine", "wheel"]
[[package]]
name = "githubkit"
version = "0.11.10"
version = "0.11.11"
description = "GitHub SDK for Python"
optional = false
python-versions = "<4.0,>=3.8"
files = [
{file = "githubkit-0.11.10-py3-none-any.whl", hash = "sha256:e95074916af4a5f357d47005022a555984e16729d9e6204161ef67bc29a78789"},
{file = "githubkit-0.11.10.tar.gz", hash = "sha256:9729783ba44935ca47b3bebaad76971ccc3d3b548b8af54e06d16a489b0ece90"},
{file = "githubkit-0.11.11-py3-none-any.whl", hash = "sha256:1296548278c8e2a9aeff21f2415d1cbd7cb1aca337730789947c486bcaf580a8"},
{file = "githubkit-0.11.11.tar.gz", hash = "sha256:575a601a80d2d2a4d1bb75f63a27f0e1c316d8f0d3e8bea8613af2681a4bf6fb"},
]
[package.dependencies]
hishel = ">=0.0.21,<=0.0.30"
hishel = ">=0.0.21,<=0.0.32"
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\""}