From ab0456c8e59a2ea456f995f98f758fd0f2e08e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:01:27 +0000 Subject: [PATCH] chore(deps): update requests-oauthlib requirement Updates the requirements on [requests-oauthlib](https://github.com/requests/requests-oauthlib) to permit the latest version. - [Release notes](https://github.com/requests/requests-oauthlib/releases) - [Changelog](https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst) - [Commits](https://github.com/requests/requests-oauthlib/compare/v1.3.1...v2.0.0) --- updated-dependencies: - dependency-name: requests-oauthlib dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b5b28f..461efa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keywords = ["snakemake", "plugin", "storage", "http", "https"] [tool.poetry.dependencies] python = "^3.11" requests = "^2.31.0" -requests-oauthlib = "^1.3.1" +requests-oauthlib = ">=1.3.1,<3.0.0" snakemake-interface-common = "^1.14.0" snakemake-interface-storage-plugins = "^4.1.0"