Skip to content

chore(deps): bump uuid from 1.23.5 to 1.24.0 - #925

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/uuid-1.24.0
Closed

chore(deps): bump uuid from 1.23.5 to 1.24.0#925
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/uuid-1.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps uuid from 1.23.5 to 1.24.0.

Release notes

Sourced from uuid's releases.

v1.24.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.5...v1.24.0

Commits
  • 6a8aeab Merge pull request #896 from uuid-rs/cargo/v1.24.0
  • e6db8ec prepare for 1.24.0 release
  • 606f236 Merge pull request #892 from weifanglab/main
  • ab848db feat(fmt): support encoding into MaybeUninit buffers
  • 6fa1a1e feat(fmt): support encoding into MaybeUninit buffers
  • See full diff in compare view

Dependabot compatibility score

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 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)

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.23.5 to 1.24.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.5...v1.24.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: rust. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Dependency updates and audits label Jul 21, 2026
@dependabot
dependabot Bot requested a review from yfedoseev as a code owner July 21, 2026 13:07
@dependabot dependabot Bot added the dependencies Dependency updates and audits label Jul 21, 2026
@yfedoseev

Copy link
Copy Markdown
Owner

Superseded — main is already at uuid 1.24.0 (landed via the #907 deps roundup, cargo update), so this bump is a no-op. Closing; will be folded into the combined deps PR if any residual lock delta remains.

@yfedoseev yfedoseev closed this Jul 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/uuid-1.24.0 branch July 21, 2026 15:16
yfedoseev added a commit that referenced this pull request Jul 22, 2026
…python) (#931)

* chore(deps): combined dependabot roundup

Folds the still-needed dependabot bumps into one PR (the serial ones all
touch shared files — Cargo.lock, release.yml, pyproject.toml — so merging
them individually would conflict-churn). Supersedes #915-#924, #927, #928,
#930; #925/#926/#929 already landed via #907 and were closed.

Rust crates:  clap 4.6.2->4.6.3, libc 0.2.186->0.2.188 (cargo update)
CI actions:   actions/checkout 7.0.0->7.0.1, actions/setup-node 6.4.0->7.0.0,
              github/codeql-action/init 4.37.0->4.37.1, sbt/setup-sbt 1.5.0->1.5.2,
              softprops/action-gh-release 3.0.1->3.0.2
Go module:    ebitengine/purego 0.10.1->0.10.2
Python deps:  torch >=2.13.0, transformers >=5.14.1, pdfplumber >=0.11.10,
              sec-edgar-downloader >=5.1.0, ty >=0.0.61 (pyproject + scripts reqs)

Claude-Session: https://claude.ai/code/session_01VfT1dvLWaMNh4SpaXV8kcp

* fix(deps): drop py3.9-incompatible python bumps, fix codeql action SHA

CI surfaced two real failures in the roundup:

1. uv resolution failed for Python 3.9 (project supports >=3.9). Every python
   dependency bump in the roundup targets a release that dropped py3.9:
   pdfplumber 0.11.10 (via pdfminer-six 20260107), torch 2.13.0, transformers
   5.14.1, sec-edgar-downloader 5.1.0 — all require >=3.10. Reverted all python
   bumps (pyproject + scripts reqs) to main's values; the roundup now carries
   only the safe Rust-crate / CI-action / Go bumps. The python bumps need a
   separate decision (they force dropping py3.9 support) and are out of scope
   for a routine roundup.

2. CodeQL failed: 'Loaded a configuration file for version 4.37.1, but running
   version 4.37.0' — dependabot only bumped codeql-action/init to 4.37.1,
   leaving codeql-action/analyze at 4.37.0 (codeql-action is a monorepo; all
   sub-actions must share the release SHA). Pinned analyze to init's 4.37.1 SHA.

Verified locally: uv lock resolves, cargo fmt --check clean.

Claude-Session: https://claude.ai/code/session_01VfT1dvLWaMNh4SpaXV8kcp

* fix(deps): propagate purego 0.10.2 to all go example modules

Go Bindings CI failed: 'go: updates to go.mod needed; go mod tidy'.
Dependabot #930 bumped only go/go.mod+go.sum to purego 0.10.2, but the ~22
examples/go/* modules each have their own go.mod/go.sum pinning purego
0.10.1 (indirect, via the replace on the go binding). Ran go mod tidy in
every example module so their go.sum carries the 0.10.2 hash.

Claude-Session: https://claude.ai/code/session_01VfT1dvLWaMNh4SpaXV8kcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates and audits

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant