Skip to content

Commit 16ef083

Browse files
authored
chore: bump requests-oauthlib to v2 (#2492)
1 parent 8fb5f58 commit 16ef083

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fixable = ["E", "W", "F", "I", "T", "RUF", "TID", "UP"]
3333
python = "^3.10"
3434

3535
requests = "^2.27"
36-
requests_oauthlib = "^1"
36+
requests_oauthlib = ">=1, <3"
3737
msal = "^1.31"
3838
protobuf = ">=4"
3939
packaging = ">=20"

0 commit comments

Comments
 (0)