Skip to content

Commit

Permalink
Update dropbox requirement from <12.0,>=11.28.0 to >=11.28.0,<13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [dropbox](https://github.com/dropbox/dropbox-sdk-python) to permit the latest version.
- [Release notes](https://github.com/dropbox/dropbox-sdk-python/releases)
- [Commits](dropbox/dropbox-sdk-python@v11.28.0...v12.0.0)

---
updated-dependencies:
- dependency-name: dropbox
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent 592baee commit 7b4f4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requires-python = ">=3.8"
dependencies = [
"click>=8.0.2",
"desktop-notifier>=3.3.0",
"dropbox>=11.28.0,<12.0",
"dropbox>=11.28.0,<13.0",
"fasteners>=0.15",
"keyring>=22",
"keyrings.alt>=3.1.0",
Expand Down

0 comments on commit 7b4f4f0

Please sign in to comment.