Skip to content

Commit

Permalink
Bump requests-oauthlib from 1.3.1 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.3.1 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.3.1...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 22, 2024
1 parent 2c84531 commit a7e8fc4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
26 changes: 19 additions & 7 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SQLAlchemy = "^2.0.27"
alembic = "^1.13.1"
python-dateutil = "^2.9.0.post0"
requests = "^2.31.0"
requests-oauthlib = "^1.3.1"
requests-oauthlib = ">=1.3.1,<3.0.0"
lxml = ">=4.9.3,<6.0.0"
geoip2 = "^4.8.0"
TwitterSearch = "^1.0.2"
Expand Down

0 comments on commit a7e8fc4

Please sign in to comment.