Merge remote-tracking branch 'upstream/develop' into drop-giturlparse
This commit is contained in:
commit
504654e73f
2 changed files with 1 additions and 2 deletions
1
.github/workflows/linters.yml
vendored
1
.github/workflows/linters.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue