update script

This commit is contained in:
poka 2024-04-14 14:23:50 +02:00
parent 694c682aba
commit 258cd11819
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ def update_dependency_versions(dependencies_section):
return
for package, details in dependencies_section.items():
# Skip if it's an SDK or Git dependency
if isinstance(details, dict) and ('sdk' in details or 'git' in details):
# Skip if it's an SDK, Git, or path dependency
if any(key in details for key in ['sdk', 'git', 'path']):
continue
# Update version if the package exists in lock_versions