Skip to content

Commit d00d482

Browse files
author
Trong Nhan Mai
committed
chore: fix grammar error dependencies -> dependency
1 parent 9009634 commit d00d482

File tree

2 files changed

+2
-2
lines changed
  • src/macaron/dependency_analyzer
  • tests/integration/cases/micronaut-projects_micronaut-test

2 files changed

+2
-2
lines changed

src/macaron/dependency_analyzer/cyclonedx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def to_configs(resolved_deps: dict[str, DependencyInfo]) -> list[Configuration]:
269269
Returns
270270
-------
271271
list[Configuration]
272-
The dependencies list to be used by the Analyzer.
272+
The dependency list to be used by the Analyzer.
273273
"""
274274
if not resolved_deps:
275275
return []

tests/integration/cases/micronaut-projects_micronaut-test/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
description: |
55
Test micronaut-projects/micronaut-test. qos-ch/slf4j and ben-manes/caffeine were originally used as manually specified dependencies.
6-
We still keep it here even though manual dependencies specification is not available anymore.
6+
We still keep it here even though manual dependency specification is not available anymore.
77
88
tags:
99
- macaron-python-package

0 commit comments

Comments
 (0)