-
Notifications
You must be signed in to change notification settings - Fork 44
Bump the dependencies group with 2 updates #195
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
Merged
Merged
Conversation
This file contains hidden or 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 the dependencies group with 2 updates: [jiff](https://github.com/BurntSushi/jiff) and [jiff-static](https://github.com/BurntSushi/jiff). Updates `jiff` from 0.2.11 to 0.2.12 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.11...jiff-static-0.2.12) Updates `jiff-static` from 0.2.11 to 0.2.12 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.11...jiff-static-0.2.12) --- updated-dependencies: - dependency-name: jiff dependency-version: 0.2.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: jiff-static dependency-version: 0.2.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
termoshtt
approved these changes
May 6, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Scyrc
pushed a commit
to Scyrc/pyo3-stub-gen
that referenced
this pull request
May 8, 2025
Bumps the dependencies group with 2 updates: [jiff](https://github.com/BurntSushi/jiff) and [jiff-static](https://github.com/BurntSushi/jiff). Updates `jiff` from 0.2.11 to 0.2.12 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md">jiff's changelog</a>.</em></p> <blockquote> <h1>0.2.12 (2025-05-03)</h1> <p>This release fixes a couple bugs in Jiff's parser. In particular, a regression was introduced in <code>jiff 0.2.11</code> where its RFC 2822 parser could panic on some inputs. Previous releases of Jiff are unaffected.</p> <p>Bug fixes:</p> <ul> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/357">#357</a>: Fix a bug where parsing <code>1970-06-01T00-00:45:00[Africa/Monrovia]</code> succeeded but it should fail.</li> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/359">#359</a>: Fix a bug where the RFC 2822 parser could panic on some inputs.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BurntSushi/jiff/commit/d6bae333b0278d3cc05319202ca55a2b9b4151ce"><code>d6bae33</code></a> 0.2.12</li> <li><a href="https://github.com/BurntSushi/jiff/commit/016d0b12546e9952d76ee356b5c72adb49b12230"><code>016d0b1</code></a> fmt/rfc2822: fix panic in handling of whitespace</li> <li><a href="https://github.com/BurntSushi/jiff/commit/3efed448714f210df5fe5f20e4ae376bd43fd9c4"><code>3efed44</code></a> fmt/temporal: ensure that <code>1970-06-01T00-00:45:00[Africa/Monrovia]</code> does not ...</li> <li><a href="https://github.com/BurntSushi/jiff/commit/b0512f4ef4e86032cb333fa9bf3deadb31788a24"><code>b0512f4</code></a> jiff-icu: compatibility fixes</li> <li><a href="https://github.com/BurntSushi/jiff/commit/11b286deeddd49e197620fc3ccc4b54a919aa915"><code>11b286d</code></a> jiff-icu-0.2.0-beta.2</li> <li>See full diff in <a href="https://github.com/BurntSushi/jiff/compare/jiff-static-0.2.11...jiff-static-0.2.12">compare view</a></li> </ul> </details> <br /> Updates `jiff-static` from 0.2.11 to 0.2.12 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md">jiff-static's changelog</a>.</em></p> <blockquote> <h1>0.2.12 (2025-05-03)</h1> <p>This release fixes a couple bugs in Jiff's parser. In particular, a regression was introduced in <code>jiff 0.2.11</code> where its RFC 2822 parser could panic on some inputs. Previous releases of Jiff are unaffected.</p> <p>Bug fixes:</p> <ul> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/357">#357</a>: Fix a bug where parsing <code>1970-06-01T00-00:45:00[Africa/Monrovia]</code> succeeded but it should fail.</li> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/359">#359</a>: Fix a bug where the RFC 2822 parser could panic on some inputs.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BurntSushi/jiff/commit/d6bae333b0278d3cc05319202ca55a2b9b4151ce"><code>d6bae33</code></a> 0.2.12</li> <li><a href="https://github.com/BurntSushi/jiff/commit/016d0b12546e9952d76ee356b5c72adb49b12230"><code>016d0b1</code></a> fmt/rfc2822: fix panic in handling of whitespace</li> <li><a href="https://github.com/BurntSushi/jiff/commit/3efed448714f210df5fe5f20e4ae376bd43fd9c4"><code>3efed44</code></a> fmt/temporal: ensure that <code>1970-06-01T00-00:45:00[Africa/Monrovia]</code> does not ...</li> <li><a href="https://github.com/BurntSushi/jiff/commit/b0512f4ef4e86032cb333fa9bf3deadb31788a24"><code>b0512f4</code></a> jiff-icu: compatibility fixes</li> <li><a href="https://github.com/BurntSushi/jiff/commit/11b286deeddd49e197620fc3ccc4b54a919aa915"><code>11b286d</code></a> jiff-icu-0.2.0-beta.2</li> <li>See full diff in <a href="https://github.com/BurntSushi/jiff/compare/jiff-static-0.2.11...jiff-static-0.2.12">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 the dependencies group with 2 updates: jiff and jiff-static.
Updates
jiff
from 0.2.11 to 0.2.12Changelog
Sourced from jiff's changelog.
Commits
d6bae33
0.2.12016d0b1
fmt/rfc2822: fix panic in handling of whitespace3efed44
fmt/temporal: ensure that1970-06-01T00-00:45:00[Africa/Monrovia]
does not ...b0512f4
jiff-icu: compatibility fixes11b286d
jiff-icu-0.2.0-beta.2Updates
jiff-static
from 0.2.11 to 0.2.12Changelog
Sourced from jiff-static's changelog.
Commits
d6bae33
0.2.12016d0b1
fmt/rfc2822: fix panic in handling of whitespace3efed44
fmt/temporal: ensure that1970-06-01T00-00:45:00[Africa/Monrovia]
does not ...b0512f4
jiff-icu: compatibility fixes11b286d
jiff-icu-0.2.0-beta.2Dependabot 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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions