-
Notifications
You must be signed in to change notification settings - Fork 66
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
Bump pathvalidate from 3.2.0 to 3.2.1 #96
Closed
Closed
Conversation
This file contains 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
Bumps [pathvalidate](https://github.com/thombashi/pathvalidate) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/thombashi/pathvalidate/releases) - [Changelog](https://github.com/thombashi/pathvalidate/blob/master/CHANGELOG.md) - [Commits](thombashi/pathvalidate@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: pathvalidate dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Aug 26, 2024
@dependabot merge
…On Sun, Aug 25, 2024 at 9:27 PM dependabot[bot] ***@***.***> wrote:
Bumps pathvalidate <https://github.com/thombashi/pathvalidate> from 3.2.0
to 3.2.1.
Release notes
*Sourced from pathvalidate's releases
<https://github.com/thombashi/pathvalidate/releases>.*
v3.2.1 What's Changed
- Test Python 3.12 in CIs by @MatthieuDartiailh
<https://github.com/MatthieuDartiailh> in thombashi/pathvalidate#40
<https://redirect.github.com/thombashi/pathvalidate/pull/40>
- Bump actions/setup-python from 4 to 5 by @dependabot
<https://github.com/dependabot> in thombashi/pathvalidate#36
<https://redirect.github.com/thombashi/pathvalidate/pull/36>
- Bump actions/upload-artifact from 3 to 4 by @dependabot
<https://github.com/dependabot> in thombashi/pathvalidate#38
<https://redirect.github.com/thombashi/pathvalidate/pull/38>
- Bump actions/download-artifact from 3 to 4 by @dependabot
<https://github.com/dependabot> in thombashi/pathvalidate#37
<https://redirect.github.com/thombashi/pathvalidate/pull/37>
- Fix CI by @thombashi <https://github.com/thombashi> in
thombashi/pathvalidate#41
<https://redirect.github.com/thombashi/pathvalidate/pull/41>
- Update the CI workflow to include a job that publishes packages to
TestPyPI by @thombashi <https://github.com/thombashi> in
thombashi/pathvalidate#42
<https://redirect.github.com/thombashi/pathvalidate/pull/42>
- Fix coverage report by @thombashi <https://github.com/thombashi> in
thombashi/pathvalidate#45
<https://redirect.github.com/thombashi/pathvalidate/pull/45>
- Fix sanitize_filename truncation by @7x11x13
<https://github.com/7x11x13> in thombashi/pathvalidate#48
<https://redirect.github.com/thombashi/pathvalidate/pull/48>
- Fix validation functions of filepaths by @thombashi
<https://github.com/thombashi> in thombashi/pathvalidate#55
<https://redirect.github.com/thombashi/pathvalidate/pull/55>
- If platform argument is windows or universal, filepaths ending
with a space or a period should be detected as an error
- Fix POSIX-style absolute paths were not detected as errors with
platform="windows" or platform="universal" on Python 3.12 and below
- Add support for Python 3.13 by @thombashi
<https://github.com/thombashi> in thombashi/pathvalidate#56
<https://redirect.github.com/thombashi/pathvalidate/pull/56>
- Improve type annotations
- Add a build and publish workflow
- Add Sigstore signatures to release assets
- Update copyright year to include the last update year: #54
<https://redirect.github.com/thombashi/pathvalidate/issues/54> (Thanks
to @Flimm <https://github.com/Flimm>)
- Add CHANGELOG
New Contributors
- @MatthieuDartiailh <https://github.com/MatthieuDartiailh> made
their first contribution in thombashi/pathvalidate#40
<https://redirect.github.com/thombashi/pathvalidate/pull/40>
- @dependabot <https://github.com/dependabot> made their first
contribution in thombashi/pathvalidate#36
<https://redirect.github.com/thombashi/pathvalidate/pull/36>
- @7x11x13 <https://github.com/7x11x13> made their first contribution
in thombashi/pathvalidate#48
<https://redirect.github.com/thombashi/pathvalidate/pull/48>
*Full Changelog*: ***@***.***
<thombashi/pathvalidate@v3.2.0...v3.2.1>
Changelog
*Sourced from pathvalidate's changelog
<https://github.com/thombashi/pathvalidate/blob/master/CHANGELOG.md>.*
v3.2.1 <https://github.com/thombashi/pathvalidate/releases/tag/v3.2.1> -
23 Aug 2024 What's Changed
- Test Python 3.12 in CIs by @MatthieuDartiailh
<https://github.com/MatthieuDartiailh> in thombashi/pathvalidate#40
<https://redirect.github.com/thombashi/pathvalidate/pull/40>
- Bump actions/setup-python from 4 to 5 by @dependabot
<https://github.com/dependabot> in thombashi/pathvalidate#36
<https://redirect.github.com/thombashi/pathvalidate/pull/36>
- Bump actions/upload-artifact from 3 to 4 by @dependabot
<https://github.com/dependabot> in thombashi/pathvalidate#38
<https://redirect.github.com/thombashi/pathvalidate/pull/38>
- Bump actions/download-artifact from 3 to 4 by @dependabot
<https://github.com/dependabot> in thombashi/pathvalidate#37
<https://redirect.github.com/thombashi/pathvalidate/pull/37>
- Fix CI by @thombashi <https://github.com/thombashi> in
thombashi/pathvalidate#41
<https://redirect.github.com/thombashi/pathvalidate/pull/41>
- Update the CI workflow to include a job that publishes packages to
TestPyPI by @thombashi <https://github.com/thombashi> in
thombashi/pathvalidate#42
<https://redirect.github.com/thombashi/pathvalidate/pull/42>
- Fix coverage report by @thombashi <https://github.com/thombashi> in
thombashi/pathvalidate#45
<https://redirect.github.com/thombashi/pathvalidate/pull/45>
- Fix sanitize_filename truncation by @7x11x13
<https://github.com/7x11x13> in thombashi/pathvalidate#48
<https://redirect.github.com/thombashi/pathvalidate/pull/48>
- Fix validation functions of filepaths by @thombashi
<https://github.com/thombashi> in thombashi/pathvalidate#55
<https://redirect.github.com/thombashi/pathvalidate/pull/55>
- If platform argument is windows or universal, filepaths ending
with a space or a period should be detected as an error
- Fix POSIX-style absolute paths were not detected as errors with
platform="windows" or platform="universal" on Python 3.12 and below
- Add support for Python 3.13 by @thombashi
<https://github.com/thombashi> in thombashi/pathvalidate#56
<https://redirect.github.com/thombashi/pathvalidate/pull/56>
- Improve type annotations
- Add a build and publish workflow
- Update copyright year to include the last update year: #54
<https://redirect.github.com/thombashi/pathvalidate/issues/54> (Thanks
to @Flimm <https://github.com/Flimm>)
- Add CHANGELOG
New Contributors
- @MatthieuDartiailh <https://github.com/MatthieuDartiailh> made
their first contribution in thombashi/pathvalidate#40
<https://redirect.github.com/thombashi/pathvalidate/pull/40>
- @dependabot <https://github.com/dependabot> made their first
contribution in thombashi/pathvalidate#36
<https://redirect.github.com/thombashi/pathvalidate/pull/36>
- @thombashi <https://github.com/thombashi> made their first
contribution in thombashi/pathvalidate#41
<https://redirect.github.com/thombashi/pathvalidate/pull/41>
- @7x11x13 <https://github.com/7x11x13> made their first contribution
in thombashi/pathvalidate#48
<https://redirect.github.com/thombashi/pathvalidate/pull/48>
*Full Changelog*: ***@***.***
<thombashi/pathvalidate@v3.2.0...v3.2.1>
[Changes][v3.2.1]
Commits
- e036302
<thombashi/pathvalidate@e036302>
Bump version to 3.2.1
- 3dd8fd2
<thombashi/pathvalidate@3dd8fd2>
Update README
- 72a9bb1
<thombashi/pathvalidate@72a9bb1>
Update copyright year to include the current year: #54
<https://redirect.github.com/thombashi/pathvalidate/issues/54>
- 36a065d
<thombashi/pathvalidate@36a065d>
Add test cases for UNC paths
- 602838b
<thombashi/pathvalidate@602838b>
Update docs
- 3393ec8
<thombashi/pathvalidate@3393ec8>
Merge pull request #56
<https://redirect.github.com/thombashi/pathvalidate/issues/56> from
thombashi/add_support_py313
- 380b195
<thombashi/pathvalidate@380b195>
Add support for Python 3.13
- 26e6d67
<thombashi/pathvalidate@26e6d67>
Merge pull request #55
<https://redirect.github.com/thombashi/pathvalidate/issues/55> from
thombashi/fix_validate_filepath
- 9c0b77e
<thombashi/pathvalidate@9c0b77e>
Fix validation functions of filepaths: #39
<https://redirect.github.com/thombashi/pathvalidate/issues/39>
- d1c58d2
<thombashi/pathvalidate@d1c58d2>
chore: update sigstore/gh-action-sigstore-python to v3.0.0
- Additional commits viewable in compare view
<thombashi/pathvalidate@v3.2.0...v3.2.1>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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)
------------------------------
You can view, comment on, or merge this pull request online at:
#96
Commit Summary
- 39a639d
<39a639d>
Bump pathvalidate from 3.2.0 to 3.2.1
File Changes
(1 file <https://github.com/beaufour/flickr-download/pull/96/files>)
- *M* poetry.lock
<https://github.com/beaufour/flickr-download/pull/96/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(9)
Patch Links:
- https://github.com/beaufour/flickr-download/pull/96.patch
- https://github.com/beaufour/flickr-download/pull/96.diff
—
Reply to this email directly, view it on GitHub
<#96>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB2PONE7WNOXWSU5SIBQ7LZTJ777AVCNFSM6AAAAABNDBRTLSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DKNRTGQZTMNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@dependabot rebase |
Looks like pathvalidate is up-to-date now, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps pathvalidate from 3.2.0 to 3.2.1.
Release notes
Sourced from pathvalidate's releases.
Changelog
Sourced from pathvalidate's changelog.
Commits
e036302
Bump version to 3.2.13dd8fd2
Update README72a9bb1
Update copyright year to include the current year: #5436a065d
Add test cases for UNC paths602838b
Update docs3393ec8
Merge pull request #56 from thombashi/add_support_py313380b195
Add support for Python 3.1326e6d67
Merge pull request #55 from thombashi/fix_validate_filepath9c0b77e
Fix validation functions of filepaths: #39d1c58d2
chore: update sigstore/gh-action-sigstore-python to v3.0.0You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @beaufour.
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)