chore(deps): bump the minor-and-patch group across 1 directory with 7 updates - #883
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the minor-and-patch group across 1 directory with 7 updates#883dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the minor-and-patch group with 7 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.52.1` | `0.52.4` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.51` | `2.0.52` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.5.4` | `3.5.5` | | [resend](https://github.com/resendlabs/resend-python) | `2.35.0` | `2.39.0` | | [gunicorn](https://github.com/benoitc/gunicorn) | `26.0.0` | `26.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.2` | `0.16.4` | | [diff-cover](https://github.com/Bachmann1234/diff-cover) | `10.4.2` | `10.5.1` | Updates `uvicorn` from 0.52.1 to 0.52.4 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.52.1...0.52.4) Updates `sqlalchemy` from 2.0.51 to 2.0.52 - [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.5.4 to 3.5.5 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.5.4...3.5.5) Updates `resend` from 2.35.0 to 2.39.0 - [Release notes](https://github.com/resendlabs/resend-python/releases) - [Commits](resend/resend-python@v2.35.0...v2.39.0) Updates `gunicorn` from 26.0.0 to 26.1.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@26.0.0...26.1.0) Updates `ruff` from 0.16.2 to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.2...0.16.4) Updates `diff-cover` from 10.4.2 to 10.5.1 - [Release notes](https://github.com/Bachmann1234/diff-cover/releases) - [Changelog](https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG) - [Commits](Bachmann1234/diff_cover@v10.4.2...v10.5.1) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: sqlalchemy dependency-version: 2.0.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: greenlet dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: resend dependency-version: 2.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: gunicorn dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: diff-cover dependency-version: 10.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 7 updates in the /backend directory:
0.52.10.52.42.0.512.0.523.5.43.5.52.35.02.39.026.0.026.1.00.16.20.16.410.4.210.5.1Updates
uvicornfrom 0.52.1 to 0.52.4Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
8988c23Stabilize macOS Python 3.13 signal shutdown tests (#3084)898ddcaUpdate PyPI publish action to version 1.14.2 (#3083)3869f8aRestore Mermaid diagram rendering (#3080)64148a9Version 0.52.4 (#3079)9e9e569docs: correct release example PR number (#3072)b783dacRemove duplicate Date header from SansIO WebSocket handshakes (#3078)27019b2chore(deps): bump the python-packages group across 1 directory with 11 update...1b64273Fix a typo in index.md (#3006)a68da60Version 0.52.3 (#3068)6e3bb4cUse zttp 0.0.24 fast receive path (#3067)Updates
sqlalchemyfrom 2.0.51 to 2.0.52Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
greenletfrom 3.5.4 to 3.5.5Changelog
Sourced from greenlet's changelog.
Commits
ddb1453Preparing release 3.5.57de515cUpdate CHANGES: Credit for issue 525 and note about 3.15 binary wheels [skip ci]f3746aaMerge pull request #526 from stickerdaniel/windows-static-runtimef1ce3caRestore static linking of the C++ runtime for Windows wheelsb6690a5Merge pull request #523 from python-greenlet/dependabot/github_actions/github...726cc38Bump the github-actions group with 3 updatese5c5f4cMerge pull request #522 from ddorian/c-stack-refs-test-detectionbe55a59Check that the suspended greenlet is what keeps the class alivee9c01ddBack to development: 3.5.5Updates
resendfrom 2.35.0 to 2.39.0Release notes
Sourced from resend's releases.
Commits
b972ed9chore: bump version to 2.39.0 (#260)cb7babafeat: add Emails.share() and share_async() (#257)0ac4975chore: bump version to 2.38.0 (#259)5393df2feat: add update/update_async for renaming an api key (#258)7057704chore: bump to 2.37.0 (#256)adc3f3ffeat(automations): duplicate endpoint (#253)3c32524chore(deps): update actions/checkout action to v7 (#224)d14cf27chore(deps): update actions/checkout digest to d23441a (#245)0a206ecchore: bump version to 2.36.0 (#251)84c5e19feat: add Broadcasts.cancel() and cancel_async() (#250)Updates
gunicornfrom 26.0.0 to 26.1.0Release notes
Sourced from gunicorn's releases.
... (truncated)
Commits
71b59a7Merge pull request #3698 from benoitc/fix/docker-health-check-readerror48287detest: catch every transport error in the docker health check3110e8cMerge pull request #3696 from benoitc/docs/roadmapcc56c41Merge pull request #3693 from benoitc/release/26.1.05cf1f16docs: surface the roadmap on the site home page7e35f72docs: add FastCGI to the roadmap and point items at Ideas18ddc58docs: drop the framework and reverse-proxy non-goals from the roadmap1ecae56docs: add a roadmap and make the chat easy to findca412e3docs: sync the Latest changelog page with 26.1.0640936fdocs: note the dependency security work in 26.1.0Updates
rufffrom 0.16.2 to 0.16.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
11c76bfBump 0.16.4 (#27937)d53c8c5Isolate playground builds from deployment credentials (#27839)cab001eDisable uv preview for releases and pre-commit hooks (#27939)f8d575f[ty] Clarify writing guidance for human readers (#27912)ca45faeSet--previewand--default-indexfor theuv-lockhook (#27935)4827bf7ExportUV_DEFAULT_INDEXinrelease.sh(#27934)d1087a4[ty] Handle assignment expressions in string annotations (#27921)680cce4[ty] Optimize inherited recursive protocol comparisons (#27922)974d3cbUpgrade ecosystem-analyzer and mypy_primer to the latest upstream pins (#27932)b169b40Install cargo tools locked (#27929)Updates
diff-coverfrom 10.4.2 to 10.5.1Release notes
Sourced from diff-cover's releases.
Changelog
Sourced from diff-cover's changelog.
... (truncated)
Commits
14f114dVersion 10.5.1b360113fix: report a missing git instead of an unhandled FileNotFoundError (#620)46e8b53perf: index the Clover file lookup instead of rescanning per source path (#618)e34eec3Version 10.5.05fc9e82Support PHPUnit clover reports (silently reported as zero coverage) (#617)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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