Skip to content

Bump the all-dependencies group across 1 directory with 2 updates #251

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 2 updates in the / directory: sqlalchemy and greenlet.

Updates sqlalchemy from 2.0.35 to 2.0.41

Release notes

Sourced from sqlalchemy's releases.

2.0.41

Released: May 14, 2025

platform

  • [platform] [bug] Adjusted the test suite as well as the ORM's method of scanning classes for annotations to work under current beta releases of Python 3.14 (currently 3.14.0b1) as part of an ongoing effort to support the production release of this Python release. Further changes to Python's means of working with annotations is expected in subsequent beta releases for which SQLAlchemy's test suite will need further adjustments.

    References: #12405

engine

  • [engine] [bug] The error message that is emitted when a URL cannot be parsed no longer includes the URL itself within the error message.

    References: #12579

typing

  • [typing] [bug] Removed __getattr__() rule from sqlalchemy/__init__.py that appeared to be trying to correct for a previous typographical error in the imports. This rule interferes with type checking and is removed.

    References: #12588

postgresql

  • [postgresql] [usecase] Added support for postgresql_include keyword argument to _schema.UniqueConstraint and _schema.PrimaryKeyConstraint. Pull request courtesy Denis Laxalde.

    References: #10665

mysql

  • [mysql] [bug] Fixed regression caused by the DEFAULT rendering changes in version 2.0.40 via #12425 where using lowercase on update in a MySQL server default would incorrectly apply parenthesis, leading to errors when MySQL interpreted the rendered DDL. Pull request courtesy Alexander Ruehe.

... (truncated)

Commits

Updates greenlet from 3.1.1 to 3.2.2

Changelog

Sourced from greenlet's changelog.

3.2.2 (2025-05-09)

  • Make greenlet build and run on Python 3.14 beta 1. It will not run on earlier versions of 3.14; it should run on subsequent versions. See PR 445 <https://github.com/python-greenlet/greenlet/pull/445>_.

3.2.1 (2025-04-22)

  • Fix a crash regression for Riscv64. See issue 443 <https://github.com/python-greenlet/greenlet/issues/443>_.

3.2.0 (2025-04-15)

  • Remove support for Python 3.7 and 3.8.
  • Add untested, community supported implementation for RiscV 32. See PR 438 <https://github.com/python-greenlet/greenlet/pull/439>_.
  • Make greenlet build and run on Python 3.14a7. It will not build on earlier 3.14 alpha releases, and may not build on later 3.14 releases.
  • Packaging: Use :pep:639 license expressions and include license files.
Commits
  • 097bca9 Preparing release 3.2.2
  • 19673c7 Add change note for 3.14b1
  • 228dd59 Merge pull request #445 from vstinner/python314b1
  • a2f98dc GitHub Actions: Update to beta1
  • 3662688 Update to Python 3.14 beta 1
  • 9195828 Back to development: 3.2.2
  • 89be6d6 Preparing release 3.2.1
  • fc66f71 Change note for #444
  • e6237db Merge pull request #444 from python-greenlet/testing-riscv
  • d9eba21 MANIFEST.in: Include the new script, per check-manifest.
  • 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 <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

Summary by Sourcery

Bump SQLAlchemy to 2.0.41 and greenlet to 3.2.2 to incorporate compatibility improvements, new features, and bug fixes

New Features:

  • Add postgresql_include keyword support to UniqueConstraint and PrimaryKeyConstraint in SQLAlchemy

Bug Fixes:

  • Adjust ORM annotation scanning and test suite for Python 3.14 in SQLAlchemy
  • Suppress URLs in SQLAlchemy parse error messages
  • Remove conflicting getattr rule to fix typing in SQLAlchemy
  • Fix MySQL DEFAULT on update rendering regression in SQLAlchemy
  • Resolve Riscv64 crash regression in greenlet

Enhancements:

  • Add Python 3.14 beta compatibility in SQLAlchemy
  • Add Python 3.14 beta compatibility and drop support for Python 3.7/3.8 in greenlet

Bumps the all-dependencies group with 2 updates in the / directory: [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) and [greenlet](https://github.com/python-greenlet/greenlet).


Updates `sqlalchemy` from 2.0.35 to 2.0.41
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `greenlet` from 3.1.1 to 3.2.2
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst)
- [Commits](python-greenlet/greenlet@3.1.1...3.2.2)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-version: 2.0.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: greenlet
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 24, 2025
Copy link
Contributor

sourcery-ai bot commented May 24, 2025

Reviewer's Guide

This PR bumps the all-dependencies group by updating SQLAlchemy from 2.0.35 to 2.0.41 and greenlet from 3.1.1 to 3.2.2, regenerating the lockfile accordingly.

File-Level Changes

Change Details Files
Upgrade SQLAlchemy dependency to 2.0.41
  • Updated SQLAlchemy version constraint in the lockfile
  • Regenerated checksum and lockfile metadata
poetry.lock
Upgrade greenlet dependency to 3.2.2
  • Updated greenlet version constraint in the lockfile
  • Regenerated checksum and lockfile metadata
poetry.lock

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. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the 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 exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

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

codspeed-hq bot commented May 24, 2025

CodSpeed Performance Report

Merging #251 will not alter performance

Comparing dependabot/pip/all-dependencies-b53db3ef90 (d00ab53) with main (fa4eb67)

Summary

✅ 1 untouched benchmarks

@Ckk3
Copy link
Contributor

Ckk3 commented May 24, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copy link

codecov bot commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.72%. Comparing base (b54d624) to head (d00ab53).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #251   +/-   ##
=======================================
  Coverage   89.72%   89.72%           
=======================================
  Files          17       17           
  Lines        1936     1936           
  Branches      145      145           
=======================================
  Hits         1737     1737           
  Misses        125      125           
  Partials       74       74           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Ckk3
Copy link
Contributor

Ckk3 commented Jun 4, 2025

We should not merge this PR since its makes incompatible with python 3.8. When we drop the support off this version we return to this PR.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 5, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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.

1 participant