From 3ae1f09de1be9db9546a6b7bd700a0f26710bdbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 18:14:36 +0000 Subject: [PATCH] chore(deps): update dropbox requirement from >=12.2.0 to >=12.2.1 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](https://github.com/dropbox/dropbox-sdk-python/compare/v12.2.0...v12.2.1) --- updated-dependencies: - dependency-name: dropbox dependency-version: 12.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- vit-storage/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9587ac2..43e7212 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ google-auth google-auth-oauthlib google-auth-httplib2 google-api-python-client -dropbox>=12.2.0 +dropbox>=12.2.1 msal>=1.37.0 redis>=8.0.1 sqlalchemy[asyncio] diff --git a/vit-storage/requirements.txt b/vit-storage/requirements.txt index 4b65ce0..221050f 100644 --- a/vit-storage/requirements.txt +++ b/vit-storage/requirements.txt @@ -11,7 +11,7 @@ google-auth google-auth-oauthlib google-auth-httplib2 google-api-python-client -dropbox>=12.2.0 +dropbox>=12.2.1 msal>=1.37.0 redis>=8.0.1 sqlalchemy[asyncio]