diff --git a/pyproject.toml b/pyproject.toml index 9e28fabae..820b6c02c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -522,6 +522,16 @@ source = "https://raw.githubusercontent.com/github/rest-api-description/main/des "/webhooks/repository-dispatch-sample.collected/post" = { operationId = "repository-dispatch" } # "/components/schemas/webhook-repository-dispatch-sample/properties/action" = { enum = "" } +# https://github.com/yanyongyu/githubkit/issues/205 +# https://github.com/github/rest-api-description/issues/4727 +"/components/schemas/dependabot-alert-with-repository/properties/dependency/properties/relationship/enum" = { "" = [ + "inconclusive", +] } +# https://github.com/github/rest-api-description/issues/4728 +"/components/schemas/code-scanning-alert-classification/enum" = { "" = [ + "documentation", +] } + [build-system] requires = ["poetry_core>=1.0.0"] build-backend = "poetry.core.masonry.api"