Skip to content

43 support for PEP751 pylock.toml files #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 13, 2025
Merged

Conversation

owenlamont
Copy link
Owner

Added support for PEP751 pylock.toml files and added some additional warnings about dependencies missing direct/indirect status (which is the case with pylock.toml files).

@owenlamont owenlamont self-assigned this Jul 12, 2025
@owenlamont owenlamont linked an issue Jul 12, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Jul 12, 2025

Coverage Report

Name                                                            Stmts   Miss Branch BrPart  Cover
-------------------------------------------------------------------------------------------------
src/uv_secure/__init__.py                                           3      0      0      0   100%
src/uv_secure/__version__.py                                        2      0      0      0   100%
src/uv_secure/configuration/__init__.py                             4      0      0      0   100%
src/uv_secure/configuration/config_factory.py                      32      0     12      0   100%
src/uv_secure/configuration/configuration.py                       46      0     16      0   100%
src/uv_secure/configuration/exceptions.py                           2      0      0      0   100%
src/uv_secure/dependency_checker/__init__.py                        2      0      0      0   100%
src/uv_secure/dependency_checker/dependency_checker.py            183      0     86      0   100%
src/uv_secure/directory_scanner/__init__.py                         2      0      0      0   100%
src/uv_secure/directory_scanner/directory_scanner.py               51      0     10      0   100%
src/uv_secure/package_info/__init__.py                              3      0      0      0   100%
src/uv_secure/package_info/dependency_file_parser.py               63      0     32      0   100%
src/uv_secure/package_info/package_info_downloader.py              93      0      2      0   100%
src/uv_secure/run.py                                               41      0     10      0   100%
tests/smoke_test.py                                                 2      0      0      0   100%
tests/uv_secure/configuration/test_configuration.py                 5      0      0      0   100%
tests/uv_secure/configuration/test_configuration_factory.py        12      0      0      0   100%
tests/uv_secure/conftest.py                                       235      0      0      0   100%
tests/uv_secure/dependency_checker/test_dependency_checker.py      31      0     10      0   100%
tests/uv_secure/package_info/test_dependency_file_parser.py        26      0      0      0   100%
tests/uv_secure/test_run.py                                       433      0      4      0   100%
-------------------------------------------------------------------------------------------------
TOTAL                                                            1271      0    182      0   100%

@owenlamont owenlamont merged commit aa72018 into main Jul 13, 2025
26 checks passed
@owenlamont owenlamont deleted the 43-support-for-pylocktoml branch July 13, 2025 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for PEP751 pylock.toml files
1 participant