Skip to content

chore(deps-rs): bump the patch group across 1 directory with 2 updates #2150

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2025

Bumps the patch group with 2 updates in the / directory: assert_fs and portgraph.

Updates assert_fs from 1.1.2 to 1.1.3

Changelog

Sourced from assert_fs's changelog.

[1.1.3] - 2025-05-02

Features

  • Add TempDir::new_in/with_prefix/with_prefix_in
Commits
  • d68513f chore: Release assert_fs version 1.1.3
  • 0494532 docs: Update changelog
  • 166e6ad Merge pull request #135 from sunshowers/new-in
  • b9ccf5b feat: add TempDir::new_in/with_prefix/with_prefix_in
  • d0e9862 chore(deps): Update Rust Stable to v1.86 (#134)
  • 54cfa5a chore(deps): Update Rust crate automod to v1.0.15 (#133)
  • 92f14e5 chore(deps): Update Rust Stable to v1.85 (#132)
  • 6ffaf9d chore(deps): Update Rust Stable to v1.84 (#131)
  • f48d88a chore(deps): Update Rust Stable to v1.83 (#130)
  • eb7670b style: Make clippy happy
  • Additional commits viewable in compare view

Updates portgraph from 0.14.0 to 0.14.1

Release notes

Sourced from portgraph's releases.

v0.14.1

New Features

  • Implement petgraph traits on adaptors (#195)
  • FlatRegions that do not include their root node (#200)
  • Node style attributes in render options (#199)
  • Allow the FlatRegion to own its hierarchy (#201)
Changelog

Sourced from portgraph's changelog.

0.14.1 - 2025-04-28

New Features

  • Implement petgraph traits on adaptors (#195)
  • FlatRegions that do not include their root node (#200)
  • Node style attributes in render options (#199)
  • Allow the FlatRegion to own its hierarchy (#201)
Commits
  • 7b7226c chore: release v0.14.1 (#205)
  • 5129eb6 chore(deps): bump rand from 0.9.0 to 0.9.1 (#198)
  • 2e8d192 chore(deps): bump pyo3 from 0.24.1 to 0.24.2 (#203)
  • 6701453 chore(deps): bump insta from 1.42.2 to 1.43.0 (#202)
  • a2d9639 feat: Allow the FlatRegion to own its hierarchy (#201)
  • 4e9ba8a feat: Node style attributes in render options (#199)
  • 1500fdb feat: FlatRegions that do not include their root node (#200)
  • 8ea0093 chore(deps): bump pyo3 from 0.23.1 to 0.24.1 (#197)
  • 269e5d5 feat: Implement petgraph traits on adaptors (#195)
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
portgraph [< 0.13, > 0.12.2]

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

Bumps the patch group with 2 updates in the / directory: [assert_fs](https://github.com/assert-rs/assert_fs) and [portgraph](https://github.com/CQCL/portgraph).


Updates `assert_fs` from 1.1.2 to 1.1.3
- [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md)
- [Commits](assert-rs/assert_fs@v1.1.2...v1.1.3)

Updates `portgraph` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/CQCL/portgraph/releases)
- [Changelog](https://github.com/CQCL/portgraph/blob/main/CHANGELOG.md)
- [Commits](CQCL/portgraph@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: assert_fs
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: portgraph
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 6, 2025 00:08
@dependabot dependabot bot requested a review from aborgna-q May 6, 2025 00:08
Copy link

codecov bot commented May 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.09%. Comparing base (7a95561) to head (afd13d2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2150   +/-   ##
=======================================
  Coverage   83.09%   83.09%           
=======================================
  Files         219      219           
  Lines       41918    41918           
  Branches    37993    37993           
=======================================
  Hits        34830    34830           
  Misses       5278     5278           
  Partials     1810     1810           
Flag Coverage Δ
python 85.70% <ø> (ø)
rust 82.82% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aborgna-q aborgna-q closed this May 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/patch-28f65f8974 branch May 6, 2025 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant