File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44| Dependency | Version | License |
55| :-----------| :-------:| --------:|
66| certifi| 2025.4.26| Mozilla Public License 2.0|
7- | charset-normalizer| 3.4.1 | MIT|
7+ | charset-normalizer| 3.4.2 | MIT|
88| gitdb| 4.0.12| BSD|
99| GitPython| 3.1.44| New BSD|
1010| idna| 3.10| BSD|
Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ scan-dirs:
106106
107107The support of the Conan C++ package manager is disabled for time being :
108108
109- The currently used version (v7.2.1) of the Pivotal License Finder basically does support Conan 2 but has a bug
109+ The currently used version (v7.2.1) of the Pivotal License Finder basically does support Conan 2 but has a bug
110110(https://github.com/pivotal/LicenseFinder/issues/1057) reuslting in an endless loop while scanning a directory
111111containing a conanfile which is Connan 2 based. That's the reason while we currently have completely commented out
112- the call of that part of the finder (file src/licensevalidator/findlicenses.py).
112+ the call of that part of the finder (file src/licensevalidator/findlicenses.py).
113113
114114The previously used version (v7.0.1) of the Pivotal License Finder has limited support for the Conan Package Manager :
115115* No direct support of conanfile.py; as a workaround you can add an empty conanfile.txt aside of your conanfile.py.
You can’t perform that action at this time.
0 commit comments