-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
base: main
Are you sure you want to change the base?
Conversation
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>
Reviewer's GuideThis 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
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
CodSpeed Performance ReportMerging #251 will not alter performanceComparing Summary
|
@dependabot rebase |
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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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:
|
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. |
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 |
Bumps the all-dependencies group with 2 updates in the / directory: sqlalchemy and greenlet.
Updates
sqlalchemy
from 2.0.35 to 2.0.41Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
greenlet
from 3.1.1 to 3.2.2Changelog
Sourced from greenlet's changelog.
Commits
097bca9
Preparing release 3.2.219673c7
Add change note for 3.14b1228dd59
Merge pull request #445 from vstinner/python314b1a2f98dc
GitHub Actions: Update to beta13662688
Update to Python 3.14 beta 19195828
Back to development: 3.2.289be6d6
Preparing release 3.2.1fc66f71
Change note for #444e6237db
Merge pull request #444 from python-greenlet/testing-riscvd9eba21
MANIFEST.in: Include the new script, per check-manifest.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 conditionsSummary 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:
Bug Fixes:
Enhancements: