Skip to content

Commit

Permalink
Merge pull request #354 from freakboy3742/dependabot/pip/requests-oau…
Browse files Browse the repository at this point in the history
…thlib-gte-0.3.0-and-lt-3

Update requests-oauthlib requirement from <2,>=0.3.0 to >=0.3.0,<3
  • Loading branch information
freakboy3742 authored Aug 18, 2024
2 parents 8d8b4ce + 022d50a commit 7b093c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ package_dir =
= src
install_requires =
requests >= 1.1.0, < 3
requests-oauthlib >= 0.3.0, < 2
requests-oauthlib >= 0.3.0, < 3
python-dateutil>=2.8, < 3
PyJWT >= 1.6.4, < 3 # This is required as part of oauthlib but doesn't seem to get included sometimes.
cryptography>=1.3.1 # As above, but fixes issue with missing module imports not picked up for some reason.
Expand Down

0 comments on commit 7b093c2

Please sign in to comment.