Skip to content
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

Update pathvalidate requirement from <2.6,>=2.3 to >=2.3,<3.3 in /requirements #309

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2024

Updates the requirements on pathvalidate to permit the latest version.

Release notes

Sourced from pathvalidate's releases.

v3.2.0

  • Add reserved_name_handler argument to sanitize_filename function and sanitize_filepath function
  • Add NullValueHandler class and ReservedNameHandler class
  • Add fs_encoding property and byte_count property to ValidationError class
  • Add additional_reserved_names argument to validate/sanitize functions to allow custom reserved names
  • Modify the return value format of ValidationError.__str__ method
  • Improve type annotations

Full Changelog: thombashi/pathvalidate@v3.1.0...v3.2.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot force-pushed the dependabot/pip/requirements/pathvalidate-gte-2.3-and-lt-3.3 branch from db05b49 to de3557c Compare January 10, 2024 19:21
@Guts Guts added this to the Grant Oslandia (2024T1) milestone Jan 10, 2024
dependabot bot and others added 2 commits January 10, 2024 20:28
Updates the requirements on [pathvalidate](https://github.com/thombashi/pathvalidate) to permit the latest version.
- [Release notes](https://github.com/thombashi/pathvalidate/releases)
- [Commits](thombashi/pathvalidate@v2.3.0...v3.2.0)

---
updated-dependencies:
- dependency-name: pathvalidate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Julien <[email protected]>
@Guts Guts force-pushed the dependabot/pip/requirements/pathvalidate-gte-2.3-and-lt-3.3 branch from 1c673b2 to 2351387 Compare January 10, 2024 19:28
@Guts Guts self-assigned this Jan 10, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f81546a) 1.53% compared to head (2351387) 1.53%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #309   +/-   ##
======================================
  Coverage    1.53%   1.53%           
======================================
  Files          35      35           
  Lines        2213    2213           
  Branches      335     335           
======================================
  Hits           34      34           
  Misses       2175    2175           
  Partials        4       4           

@Guts Guts merged commit d48c82d into master Jan 10, 2024
6 checks passed
@Guts Guts deleted the dependabot/pip/requirements/pathvalidate-gte-2.3-and-lt-3.3 branch January 10, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants