Skip to content
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

Update gdsfactory requirement from ~=8.25.1 to >=8.25.1,<8.27.0 #85

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Updates the requirements on gdsfactory to permit the latest version.

Release notes

Sourced from gdsfactory's releases.

v8.26.0

What's Changed

New

Bug Fixes

  • Fix route ports to side #3499

Documentation

Other changes

Full Changelog: gdsfactory/gdsfactory@v8.25.2...v8.26.0

Changelog

Sourced from gdsfactory's changelog.

8.26.0 - 2024-12-15

8.25.2 - 2024-12-12

  • support different column_pitch and row_pitch for vias #3490

8.25.1 - 2024-12-12

  • fixes bezier #3488
  • mmi accepts component spec #3489
  • use pytest_randomly #3484

8.25.0 - 2024-12-12

  • make netlist array instances nicer #3486
  • Eliminate side effects to global yaml behavior #3485
  • Fix label side effect #3483

8.24.1 - 2024-12-11

  • Fix sections type #3480

8.24.0 - 2024-12-11

  • add categories #3474
  • add uv to docker #3463
  • fix via_stack_with_offset #3479
  • Enforce layer in section #3475
  • Fix mypy errors in samples and components folders and cli file #3473
  • Fix mypy errors in cross_section.py file #3472
  • [pre-commit.ci] pre-commit autoupdate #3470
  • Layer stack accepts layers #3471
  • deprecate d-attributes for path #3467
  • Remove duplicate types #3466
  • Fix MyPy errors in routing folder #3464
  • Fix mypy errors in labels and read folders #3462

8.23.0 - 2024-12-05

... (truncated)

Commits
  • d1a352b Bump to 8.26.0
  • 6cace8e Merge pull request #3499 from gdsfactory/fix_route_ports_to_side
  • 708bad5 fix tests
  • 92ff7b2 Update tests/routing/test_route_ports_to_side.py
  • d4d550b Update tests/routing/test_route_ports_to_side.py
  • bc199c6 Update tests/routing/test_route_ports_to_side.py
  • 3993fe4 Update gdsfactory/routing/route_ports_to_side.py
  • 79dafc5 add tests
  • 2f68ff2 Merge pull request #3498 from gdsfactory/better_docs
  • 7d12079 fix route_ports_to_side
  • Additional commits viewable in compare view

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)

Summary by Sourcery

Build:

  • Update gdsfactory dependency version range to allow versions from 8.25.1 up to, but not including, 8.27.0.

Updates the requirements on [gdsfactory](https://github.com/gdsfactory/gdsfactory) to permit the latest version.
- [Release notes](https://github.com/gdsfactory/gdsfactory/releases)
- [Changelog](https://github.com/gdsfactory/gdsfactory/blob/main/CHANGELOG.md)
- [Commits](gdsfactory/gdsfactory@v8.25.1...v8.26.0)

---
updated-dependencies:
- dependency-name: gdsfactory
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 16, 2024
Copy link

sourcery-ai bot commented Dec 16, 2024

Reviewer's Guide by Sourcery

This PR updates the gdsfactory dependency version constraint from ~=8.25.1 (which allows only patch updates) to >=8.25.1,<8.27.0 (which allows minor version updates up to but not including 8.27.0). This change enables the use of gdsfactory v8.26.0 which includes new features like A* routing and various bug fixes.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Updated dependency version constraint for gdsfactory in pyproject.toml
  • Changed version constraint from ~=8.25.1 to >=8.25.1,<8.27.0
  • Allows minor version updates while maintaining compatibility
  • Enables usage of new gdsfactory v8.26.0 features
pyproject.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2024

Superseded by #87.

@dependabot dependabot bot closed this Dec 24, 2024
@dependabot dependabot bot deleted the dependabot/pip/gdsfactory-gte-8.25.1-and-lt-8.27.0 branch December 24, 2024 20:32
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants