This repository was archived by the owner on Apr 18, 2026. It is now read-only.
chore: refresh dependencies and linters - #218
Merged
Merged
Conversation
Coverage ReportName 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/caching/__init__.py 0 0 0 0 100%
src/uv_secure/caching/cache_manager.py 138 0 24 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 75 0 10 0 100%
src/uv_secure/configuration/exceptions.py 2 0 0 0 100%
src/uv_secure/configuration/toml_fixer.py 73 0 30 0 100%
src/uv_secure/dependency_checker/__init__.py 2 0 0 0 100%
src/uv_secure/dependency_checker/dependency_checker.py 11 0 0 0 100%
src/uv_secure/dependency_checker/file_checker.py 42 0 14 0 100%
src/uv_secure/dependency_checker/osv.py 111 0 42 0 100%
src/uv_secure/dependency_checker/package_processing.py 55 0 14 0 100%
src/uv_secure/dependency_checker/scan_runner.py 318 0 128 0 100%
src/uv_secure/dependency_checker/severity.py 53 0 18 0 100%
src/uv_secure/dependency_checker/status.py 7 0 0 0 100%
src/uv_secure/dependency_checker/tool_audit.py 76 0 24 0 100%
src/uv_secure/dependency_checker/uv_tool.py 28 0 10 0 100%
src/uv_secure/dependency_checker/vulnerability_filter.py 34 0 16 0 100%
src/uv_secure/directory_scanner/__init__.py 2 0 0 0 100%
src/uv_secure/directory_scanner/directory_scanner.py 85 0 14 0 100%
src/uv_secure/output_formatters/__init__.py 4 0 0 0 100%
src/uv_secure/output_formatters/columns_formatter.py 153 0 74 0 100%
src/uv_secure/output_formatters/formatter.py 6 0 0 0 100%
src/uv_secure/output_formatters/json_formatter.py 6 0 0 0 100%
src/uv_secure/output_models/__init__.py 2 0 0 0 100%
src/uv_secure/output_models/output_models.py 32 0 0 0 100%
src/uv_secure/package_info/__init__.py 4 0 0 0 100%
src/uv_secure/package_info/dependency_file_parser.py 133 0 48 0 100%
src/uv_secure/package_info/package_index_downloader.py 47 0 4 0 100%
src/uv_secure/package_info/package_info_downloader.py 109 0 6 0 100%
src/uv_secure/package_utils/__init__.py 2 0 0 0 100%
src/uv_secure/package_utils/name_utils.py 3 0 0 0 100%
src/uv_secure/run.py 65 0 14 0 100%
tests/test_smoke.py 2 0 0 0 100%
tests/uv_secure/caching/test_cache_manager.py 234 0 4 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/configuration/test_toml_fixer.py 80 0 0 0 100%
tests/uv_secure/conftest.py 414 0 0 0 100%
tests/uv_secure/dependency_checker/test_dependency_checker.py 94 0 4 0 100%
tests/uv_secure/dependency_checker/test_scan_runner.py 56 0 0 0 100%
tests/uv_secure/dependency_checker/test_tool_audit.py 70 0 0 0 100%
tests/uv_secure/dependency_checker/test_uv_tool.py 53 0 0 0 100%
tests/uv_secure/directory_scanner/test_directory_scanner.py 38 0 0 0 100%
tests/uv_secure/package_info/test_dependency_file_parser.py 69 0 0 0 100%
tests/uv_secure/test_run.py 1317 0 12 0 100%
-------------------------------------------------------------------------------------------------
TOTAL 4163 0 522 0 100%
tests/src ratio: 1.936 (tests=287195 bytes, src=148323 bytes)
|
create-pr-workflow-auth
Bot
force-pushed
the
bot/update-dependencies-and-linters
branch
from
March 20, 2026 09:03
0d6dbb0 to
5df49ea
Compare
create-pr-workflow-auth
Bot
force-pushed
the
bot/update-dependencies-and-linters
branch
from
March 27, 2026 09:11
5df49ea to
97c4ade
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates
uv.lockby runninguv lock --upgradeand updates
.pre-commit-config.yamlby runningprek autoupdate.It was triggered automatically (or manually) to keep dependencies and linters up-to-date.