diff --git a/pyproject.toml b/pyproject.toml index 3b34dec8ae..74b25970c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,6 @@ module = [ "bs4.*", "bson.*", "cairosvg.*", - "commonmark.*", "coverage.*", "cssutils.*", "defusedxml.*", diff --git a/requirements/dev.txt b/requirements/dev.txt index 97606de621..45603edf39 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1656,6 +1656,10 @@ types-chardet==0.1.3 \ --hash=sha256:6927c7ed3d477f51fbea5c708d79f9b13183b2fc229ca837ca1cdc1f4c43d699 \ --hash=sha256:f9e6dfa655a2a7228e8128ef0f70a8b77f1176514ec2c055ca414ee883af1246 # via -r requirements/mypy.in +types-commonmark==0.9.0 \ + --hash=sha256:556d6c7a5951ddf0f32047cf580b32b812f1f9045b507cc445253204bb800892 \ + --hash=sha256:c35a1fa086555c607663d658808c9231c807df1cacb50dd088f2915e3d6efa96 + # via -r requirements/mypy.in types-dataclasses==0.1.5 \ --hash=sha256:7b5f4099fb21c209f2df3a83c2b64308c29955769d610a457244dc0eebe1cafc \ --hash=sha256:c19491cfb981bff9cafd9c113c291a7a54adccc6298ded8ca3de0d7abe211984 diff --git a/requirements/mypy.in b/requirements/mypy.in index 6e69186025..6161556447 100644 --- a/requirements/mypy.in +++ b/requirements/mypy.in @@ -10,6 +10,7 @@ sqlalchemy-stubs types-boto types-certifi types-chardet +types-commonmark types-dataclasses types-decorator types-Markdown diff --git a/requirements/mypy.txt b/requirements/mypy.txt index 727fafec94..08e8727c69 100644 --- a/requirements/mypy.txt +++ b/requirements/mypy.txt @@ -97,6 +97,10 @@ types-chardet==0.1.3 \ --hash=sha256:6927c7ed3d477f51fbea5c708d79f9b13183b2fc229ca837ca1cdc1f4c43d699 \ --hash=sha256:f9e6dfa655a2a7228e8128ef0f70a8b77f1176514ec2c055ca414ee883af1246 # via -r requirements/mypy.in +types-commonmark==0.9.0 \ + --hash=sha256:556d6c7a5951ddf0f32047cf580b32b812f1f9045b507cc445253204bb800892 \ + --hash=sha256:c35a1fa086555c607663d658808c9231c807df1cacb50dd088f2915e3d6efa96 + # via -r requirements/mypy.in types-dataclasses==0.1.5 \ --hash=sha256:7b5f4099fb21c209f2df3a83c2b64308c29955769d610a457244dc0eebe1cafc \ --hash=sha256:c19491cfb981bff9cafd9c113c291a7a54adccc6298ded8ca3de0d7abe211984 diff --git a/version.py b/version.py index b6dfc1f07b..2c1d6569cc 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.7" +PROVISION_VERSION = "153.8"