diff --git a/Pipfile b/Pipfile index 0a3efe5c52..6cec9ae006 100644 --- a/Pipfile +++ b/Pipfile @@ -29,7 +29,7 @@ pytrakt = "==3.4.31" pyyaml = "==6.0.1" requests = "==2.31.0" requests-cache = "==1.2.0" -requests-oauthlib = {version="==1.4.0", python_version=">='3.4'"} +requests-oauthlib = {version="==2.0.0", python_version=">='3.4'"} rich = "==13.7.1" six = {version="==1.16.0", python_version=">='3.4'"} tqdm = "==4.66.2" diff --git a/Pipfile.lock b/Pipfile.lock index d6febd8983..968c693057 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "eee7896ae806b327fc3f8635216b44578c4a7570c3492defda2738001992abcf" + "sha256": "cc3590066f3e49ef44c13f972bd1730d26e37fa31ed3c21b49a9ca5de12977b7" }, "pipfile-spec": 6, "requires": { @@ -352,12 +352,12 @@ }, "requests-oauthlib": { "hashes": [ - "sha256:7a3130d94a17520169e38db6c8d75f2c974643788465ecc2e4b36d288bf13033", - "sha256:acee623221e4a39abcbb919312c8ff04bd44e7e417087fb4bd5e2a2f53d5e79a" + "sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36", + "sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==1.4.0" + "markers": "python_version >= '3.4'", + "version": "==2.0.0" }, "rich": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 6936fbb15b..4a2ac18e0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pytrakt==3.4.31 pyyaml==6.0.1; python_version >= '3.6' requests==2.31.0; python_version >= '3.7' requests-cache==1.2.0; python_version >= '3.8' -requests-oauthlib==1.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +requests-oauthlib==2.0.0; python_version >= '3.4' rich==13.7.1; python_full_version >= '3.7.0' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4' tqdm==4.66.2; python_version >= '3.7'