Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SireInsectus committed Oct 2, 2022
1 parent b9832b8 commit 180aeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbacademy_gems/dbgems/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def check_for_latest_version(module: str, curriculum_workspaces_only=True) -> bo
if current_version == versions[-1]:
return True # They match, all done!

print_warning(title=f"Update Dependency: {module}",
print_warning(title=f"Outdated Dependency: {module}",
message=f"You are using version {current_version} but the latest version is {versions[-1]}.\n"+
f"Please update your dependencies on the module \"{module}\" at your earliest convenience.")
except:
Expand Down

0 comments on commit 180aeb2

Please sign in to comment.