From 628980336881803d42b1f9f81013e0c81b6a3d2a Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 9 Aug 2021 14:17:15 -0700 Subject: [PATCH] mypy: Add types-oauthlib. Signed-off-by: Anders Kaseorg --- pyproject.toml | 1 - requirements/dev.txt | 4 ++++ requirements/mypy.in | 1 + requirements/mypy.txt | 4 ++++ version.py | 2 +- 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f10bf105ea..7613fba4fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,6 @@ module = [ "markdown_include.*", "moto.*", "netifaces.*", - "oauthlib.*", "onelogin.*", "openapi_core.*", "openapi_schema_validator.*", diff --git a/requirements/dev.txt b/requirements/dev.txt index e28b76f172..8934cf87ec 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1680,6 +1680,10 @@ types-markdown==3.3.0 \ --hash=sha256:b7bf9ce52a9f712c6a59b75350ed435d6fc1f1d5eafed44a321472bf96cf77db \ --hash=sha256:cc18cc0fcc2ba8ab3f5233b2945db33e2e68ddad179708b2d2f08da08d33bc4e # via -r requirements/mypy.in +types-oauthlib==3.1.1 \ + --hash=sha256:d87522d517543a56d3621e9832bbb0de470f719212ebcb452206b8d85fb4689d \ + --hash=sha256:f5e0ceeaddbd54c08312ff4dcde40ce23501ab78fb2e2cbbb6fbb24d0bfc505a + # via -r requirements/mypy.in types-orjson==0.1.1 \ --hash=sha256:7454bfbaed27900a844bb9d8e211b69f1c335f0b9e3541d4950a793db41c104d \ --hash=sha256:92f85986261ea1a5cb215e4b35e4016631d35163a372f023918750f340ea737f diff --git a/requirements/mypy.in b/requirements/mypy.in index 2e8164394b..98ad465199 100644 --- a/requirements/mypy.in +++ b/requirements/mypy.in @@ -15,6 +15,7 @@ types-dataclasses types-decorator types-jsonschema types-Markdown +types-oauthlib types-orjson types-polib types-Pygments diff --git a/requirements/mypy.txt b/requirements/mypy.txt index decae44050..92b70b7b68 100644 --- a/requirements/mypy.txt +++ b/requirements/mypy.txt @@ -121,6 +121,10 @@ types-markdown==3.3.0 \ --hash=sha256:b7bf9ce52a9f712c6a59b75350ed435d6fc1f1d5eafed44a321472bf96cf77db \ --hash=sha256:cc18cc0fcc2ba8ab3f5233b2945db33e2e68ddad179708b2d2f08da08d33bc4e # via -r requirements/mypy.in +types-oauthlib==3.1.1 \ + --hash=sha256:d87522d517543a56d3621e9832bbb0de470f719212ebcb452206b8d85fb4689d \ + --hash=sha256:f5e0ceeaddbd54c08312ff4dcde40ce23501ab78fb2e2cbbb6fbb24d0bfc505a + # via -r requirements/mypy.in types-orjson==0.1.1 \ --hash=sha256:7454bfbaed27900a844bb9d8e211b69f1c335f0b9e3541d4950a793db41c104d \ --hash=sha256:92f85986261ea1a5cb215e4b35e4016631d35163a372f023918750f340ea737f diff --git a/version.py b/version.py index 3a42ebb175..5fee987203 100644 --- a/version.py +++ b/version.py @@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 92 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = "153.9" +PROVISION_VERSION = "153.10"