fix(deps): update dependency pathvalidate to v3 #88
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:
<3.0.0,>=2.5.2
-><3.3.0,>=3.2.3
Release Notes
thombashi/pathvalidate (pathvalidate)
v3.2.3
Compare Source
What's Changed
Full Changelog: thombashi/pathvalidate@v3.2.2...v3.2.3
[Changes][v3.2.3]
v3.2.2
Compare Source
Full Changelog: thombashi/pathvalidate@v3.2.1...v3.2.2
[Changes][v3.2.2]
v3.2.1
Compare Source
What's Changed
sanitize_filename
truncation by @7x11x13 in #48platform
argument iswindows
oruniversal
, filepaths ending with a space or a period should be detected as an errorplatform="windows"
orplatform="universal"
on Python 3.12 and belowNew Contributors
Full Changelog: thombashi/pathvalidate@v3.2.0...v3.2.1
[Changes][v3.2.1]
v3.2.0
Compare Source
reserved_name_handler
argument tosanitize_filename
function andsanitize_filepath
functionNullValueHandler
class andReservedNameHandler
classfs_encoding
property andbyte_count
property toValidationError
classadditional_reserved_names
argument to validate/sanitize functions to allow custom reserved namesValidationError.__str__
methodFull Changelog: thombashi/pathvalidate@v3.1.0...v3.2.0
[Changes][v3.2.0]
v3.1.0
Compare Source
target-platform
properly: #34 (Thanks to @matanster)validate_filename
#35 (Thanks to @hXtreme)description
property toErrorReason
classas_slog
method toValidationError
classdocs
extrasValidationError.reason
fromOptional[ErrorReason]
toErrorReason
[build-system]
Full Changelog: thombashi/pathvalidate@v3.0.0...v3.1.0
[Changes][v3.1.0]
v3.0.0
Compare Source
What's Changed
validate_unprintable_char
functionvalidate_after_sanitize
keyword argument tosanitize_filename
andsanitize_filepath
functionsErrorReason
zip_safe=False
tosetup
pathvalidate.Platform
type asplatform
argumentsHandler
toNullValueHandler
InvalidLengthError
to useValidationError
FileNameValidator
andFilePathValidator
classes from the package rootFileNameSanitizer
andFilePathSanitizer
classesmin_len
validator
Full Changelog: thombashi/pathvalidate@v2.5.2...v3.0.0
[Changes][v3.0.0]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.