From 910294199751e95824ccd6faf45b66bec9d5e03b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 08:16:48 +0000 Subject: [PATCH] [stubsabot] Bump requests-oauthlib to 2.0.* (#11649) Release: https://pypi.org/pypi/requests-oauthlib/2.0.0 Homepage: https://github.com/requests/requests-oauthlib Repository: https://github.com/requests/requests-oauthlib Diff: https://github.com/requests/requests-oauthlib/compare/v1.4.0...v2.0.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `tests/examples/__init__.py`. - 0 files included in typeshed's stubs have been deleted. - 1 file included in typeshed's stubs has been modified or renamed: `requests_oauthlib/__init__.py`. - Total lines of Python code added: 2. - Total lines of Python code deleted: 4. --- stubs/requests-oauthlib/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/requests-oauthlib/METADATA.toml b/stubs/requests-oauthlib/METADATA.toml index e9612f032..0696b26cb 100644 --- a/stubs/requests-oauthlib/METADATA.toml +++ b/stubs/requests-oauthlib/METADATA.toml @@ -1,3 +1,3 @@ -version = "1.4.*" +version = "2.0.*" upstream_repository = "https://github.com/requests/requests-oauthlib" requires = ["types-oauthlib", "types-requests"]