Skip to content

Commit

Permalink
Bump requests-oauthlib from 1.4.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [requests-oauthlib](https://github.com/requests/requests-oauthlib) from 1.4.0 to 2.0.0.
- [Release notes](https://github.com/requests/requests-oauthlib/releases)
- [Changelog](https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst)
- [Commits](requests/requests-oauthlib@v1.4.0...v2.0.0)

---
updated-dependencies:
- dependency-name: requests-oauthlib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent f0c6a70 commit d13ca11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d13ca11

Please sign in to comment.