Skip to content

Commit

Permalink
Merge pull request #9973 from dependabot/abdulapopoola-patch-5
Browse files Browse the repository at this point in the history
Problem regarding typing is fixed.
  • Loading branch information
kbukum1 committed Jun 24, 2024
2 parents 486b646 + 02171b9 commit 585f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/lib/dependabot/nuget/update_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def lowest_security_fix_version
lowest_security_fix_version_details&.fetch(:version)
end

sig { override.returns(T.nilable(Dependabot::Version)) }
sig { override.returns(T.nilable(Dependabot::Nuget::Version)) }
def lowest_resolvable_security_fix_version
return nil if version_comes_from_multi_dependency_property?

Expand Down

0 comments on commit 585f72e

Please sign in to comment.