Merge remote-tracking branch 'upstream/develop' into drop-giturlparse

This commit is contained in:
barredterra 2024-01-14 16:49:01 +01:00
commit 504654e73f
2 changed files with 1 additions and 2 deletions

View file

@ -95,5 +95,4 @@ jobs:
run: |
pip install pip-audit
cd ${GITHUB_WORKSPACE}
sed -i '/dropbox/d' pyproject.toml # Remove dropbox temporarily https://github.com/dropbox/dropbox-sdk-python/pull/456
pip-audit --desc on .

View file

@ -76,7 +76,7 @@ dependencies = [
# integration dependencies
"boto3~=1.28.10",
"dropbox~=11.36.0",
"dropbox~=11.36.2",
"google-api-python-client~=2.2.0",
"google-auth-oauthlib~=0.4.4",
"google-auth~=1.29.0",