Closed dependabot[bot] closed 1 month ago
@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: @.*** https://github.com/thombashi/pathvalidate/compare/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: @.*** https://github.com/thombashi/pathvalidate/compare/v3.2.0...v3.2.1
[Changes][v3.2.1]
Commits
- e036302 https://github.com/thombashi/pathvalidate/commit/e036302b64715b293aa6cc1fab7572e2f24f638b Bump version to 3.2.1
- 3dd8fd2 https://github.com/thombashi/pathvalidate/commit/3dd8fd2304dc709aaa1043df3200e7a267c2c8ef Update README
- 72a9bb1 https://github.com/thombashi/pathvalidate/commit/72a9bb14d828708e8df883852e9ebb29a329a7c6 Update copyright year to include the current year: #54 https://redirect.github.com/thombashi/pathvalidate/issues/54
- 36a065d https://github.com/thombashi/pathvalidate/commit/36a065dca8484ec962133b0b69d75ab99a9f7abb Add test cases for UNC paths
- 602838b https://github.com/thombashi/pathvalidate/commit/602838ba2355e3fe6cc651ea1c5427b88b51e1b3 Update docs
- 3393ec8 https://github.com/thombashi/pathvalidate/commit/3393ec86b98937e23150b11e3df70d1a2cb6db88 Merge pull request #56 https://redirect.github.com/thombashi/pathvalidate/issues/56 from thombashi/add_support_py313
- 380b195 https://github.com/thombashi/pathvalidate/commit/380b1957ebbec55f56b6063d9ee5516b689e8ca7 Add support for Python 3.13
- 26e6d67 https://github.com/thombashi/pathvalidate/commit/26e6d673801810fb2c104861899c3d2b04969085 Merge pull request #55 https://redirect.github.com/thombashi/pathvalidate/issues/55 from thombashi/fix_validate_filepath
- 9c0b77e https://github.com/thombashi/pathvalidate/commit/9c0b77ef1f75b2eeca31a23c71153a2901b47b65 Fix validation functions of filepaths: #39 https://redirect.github.com/thombashi/pathvalidate/issues/39
- d1c58d2 https://github.com/thombashi/pathvalidate/commit/d1c58d2c6f2a6b8d9e316ff21c5fd572766833a7 chore: update sigstore/gh-action-sigstore-python to v3.0.0
- Additional commits viewable in compare view https://github.com/thombashi/pathvalidate/compare/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
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:
https://github.com/beaufour/flickr-download/pull/96 Commit Summary
- 39a639d https://github.com/beaufour/flickr-download/pull/96/commits/39a639dc780228ebeac060bb86329944b28d97dc 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 https://github.com/beaufour/flickr-download/pull/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.
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