Update dependency safety to v3 #1819
Merged
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 contains the following updates:
^2.3.4->^3.0.0Release Notes
pyupio/safety (safety)
v3.2.10Compare Source
v3.2.9Compare Source
4149b70)61b2fe2)be42d8e)5ec80dd)0591838)04d7efb)07bc5b7)78109e5)cc49542)v3.2.8Compare Source
v3.2.7Compare Source
v3.2.6Compare Source
v3.2.5Compare Source
v3.2.4Compare Source
get_from_cache=Noneand ensure directory exists (#538)install_requires(#538)v3.2.3Compare Source
v3.2.2Compare Source
v3.2.1Compare Source
v3.2.0Compare Source
v3.1.0Compare Source
v3.0.1Compare Source
v3.0.0Compare Source
Safety 3.0.0 major version release!
Main updates
checkcommand, including automatic Python project scanning, native support for Poetry and Pipenv files, Python virtual environment folders, and more granular configuration options.safety check. To migrate a Safety 2.x policy, see Migrating from Safety 2.x to Safety CLI 3.New scan command:
safety checkwith a more powerful and easier to use command. The scan command:reportfield.Other new commands:
safety checkcommand can still be used with the API key --key argument, and scan and system-scan commands should also beNew policy file schema for scan and system-scan commands
Adds scanning-settings root property, which contains settings to configure rules and settings for how safety traverses the directory and subdirectories being scanned, including “exclude” rules, “include” rules, the max directory depth to scan and which root directories safety system-scan should start from.
safety checkcommand still supports and relies on the policy schema from safety 2.3.5 and below, meaning no changes are required when migrating to safety 2.x to Safety 3.0.0 when only using thesafety checkcommand.New global options and configurations
scanandsystem-scancommands.Other
safety checkcommand, since this is now replaced bysafety scan, a more comprehensive scanning command. The check command will continue receiving maintenance support until June 2024.safety alertcommand, which works in tandem with thesafety checkcommand. Safety alert functionality is replaced by Safety Platform. The alert command will continue receiving maintenance support until June 2024.safety validatewill assume 3.0 policy file version by default.Small updates/ bug fixes
v2.3.5Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.