Skip to content

Commit 4756c7a

Browse files
asottile-sentryandrewshie-sentry
authored andcommitted
ref: use types-requests-oauthlib (#83418)
<!-- Describe your PR here. -->
1 parent e6106d3 commit 4756c7a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Diff for: pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ module = [
103103
"onelogin.saml2.idp_metadata_parser.*",
104104
"phabricator.*",
105105
"rb.*",
106-
"requests_oauthlib.*",
107106
"sqlparse.*",
108107
"statsd.*",
109108
"u2flib_server.model.*",

Diff for: requirements-dev-frozen.txt

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ types-pytz==2022.1.2
229229
types-pyyaml==6.0.11
230230
types-redis==3.5.18
231231
types-requests==2.32.0.20241016
232+
types-requests-oauthlib==2.0.0.20240417
232233
types-setuptools==69.0.0.0
233234
types-simplejson==3.17.7.2
234235
types-unidiff==0.7.0.20240505

Diff for: requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ types-pyyaml
5757
# make sure to match close-enough to redis==
5858
types-redis<4
5959
types-requests>=2.32.0.20241016
60+
types-requests-oauthlib
6061
types-setuptools>=68
6162
types-simplejson>=3.17.7.2
6263
types-unidiff

0 commit comments

Comments
 (0)