diff --git a/pyproject.toml b/pyproject.toml index dfd9a34abcfaed..ff4166c780cfe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,6 @@ module = [ "onelogin.saml2.idp_metadata_parser.*", "phabricator.*", "rb.*", - "requests_oauthlib.*", "sqlparse.*", "statsd.*", "u2flib_server.model.*", diff --git a/requirements-dev-frozen.txt b/requirements-dev-frozen.txt index 6697c8c5778513..61181c3047909c 100644 --- a/requirements-dev-frozen.txt +++ b/requirements-dev-frozen.txt @@ -229,6 +229,7 @@ types-pytz==2022.1.2 types-pyyaml==6.0.11 types-redis==3.5.18 types-requests==2.32.0.20241016 +types-requests-oauthlib==2.0.0.20240417 types-setuptools==69.0.0.0 types-simplejson==3.17.7.2 typing-extensions==4.12.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index ad321663dfa66a..d5dff5b9091c22 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -57,5 +57,6 @@ types-pyyaml # make sure to match close-enough to redis== types-redis<4 types-requests>=2.32.0.20241016 +types-requests-oauthlib types-setuptools>=68 types-simplejson>=3.17.7.2