⬆ Bump the production-dependencies group across 1 directory with 6 updates#373
Open
dependabot[bot] wants to merge 1 commit into
Open
⬆ Bump the production-dependencies group across 1 directory with 6 updates#373dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the production-dependencies group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/tiangolo/fastapi) | `0.110.0` | `0.111.0` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.2.1` | `2.3.3` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.29` | `2.0.31` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` | | [types-requests](https://github.com/python/typeshed) | `2.31.0.20240311` | `2.32.0.20240622` | | [tenacity](https://github.com/jd/tenacity) | `8.2.3` | `8.4.1` | Updates `fastapi` from 0.110.0 to 0.111.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.110.0...0.111.0) Updates `pydantic-settings` from 2.2.1 to 2.3.3 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.2.1...v2.3.3) Updates `sqlalchemy` from 2.0.29 to 2.0.31 - [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 `requests` from 2.31.0 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.3) Updates `types-requests` from 2.31.0.20240311 to 2.32.0.20240622 - [Commits](https://github.com/python/typeshed/commits) Updates `tenacity` from 8.2.3 to 8.4.1 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@8.2.3...8.4.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #373 +/- ##
=======================================
Coverage 61.95% 61.95%
=======================================
Files 181 181
Lines 10644 10644
Branches 409 409
=======================================
Hits 6594 6594
Misses 4050 4050
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 production-dependencies group with 6 updates in the /backend directory:
0.110.00.111.02.2.12.3.32.0.292.0.312.31.02.32.32.31.0.202403112.32.0.202406228.2.38.4.1Updates
fastapifrom 0.110.0 to 0.111.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
1c3e691📝 Update release notesab8f557📝 Update release notes67da3bb🔖 Release version 0.111.09ed94e4📝 Update release notesd71be59✨ Add FastAPI CLI, the newfastapicommand (#11522)a94ef33📝 Update release notesea1f219🔧 Add configs and setup forfastapi-slimincluding optional extras `fastapi...32be95d🔖 Release version 0.110.392b67b1📝 Update release notese0a9692📝 Update release notesUpdates
pydantic-settingsfrom 2.2.1 to 2.3.3Release notes
Sourced from pydantic-settings's releases.
Commits
f1b82d8Prepare release 2.3.3 (#314)bd294a4Add CliSettingsSource alias handling for AliasChoices and AliasPath. (#313)abe7cc5Fix an intriduced bug in parsing json field with discriminated union (#312)b5d4534Prepare release 2.3.2 (#310)b2e84c2Fix issue with nested model uppercase field name in case insensitive mode (#309)0a9facaFix command line help fromargparseformatting problem (#307)813ac94Initialize CLI source on demand. (#305)39d5e81Prepare release 2.3.1 (#302)ad07a57Fix a regresion in parsing env value for nested dict (#301)bcbfd17Prepare release 2.3.0 (#297)Updates
sqlalchemyfrom 2.0.29 to 2.0.31Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
requestsfrom 2.31.0 to 2.32.3Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
0e322afv2.32.3e188799Don't create default SSLContext if ssl module isn't present (#6724)145b539Merge pull request #6716 from sigmavirus24/bug/6715b1d73ddDon't use default SSLContext with custom poolmanager kwargs6badbacUpdate HISTORY.mda62a2d3Allow for overriding of specific pool key params88dce9dv2.32.2c98e4d1Merge pull request #6710 from nateprewitt/api_rename92075b3Add deprecation warningaa1461bMove _get_connection to get_connection_with_tls_contextUpdates
types-requestsfrom 2.31.0.20240311 to 2.32.0.20240622Commits
Updates
tenacityfrom 8.2.3 to 8.4.1Release notes
Sourced from tenacity's releases.
Commits
ee6a8f7Includetenacity.asynciosubpackage in release dist (#474)702014bci: add support for trio in Mergify automerge (#470)ade0567Support Trio out-of-the-box, take 2 (#463)952189bUpdate index.rst: Remove * (#465)5b00c15chore(deps): bump the github-actions group across 1 directory with 2 updates ...21137e7Add async strategies (#451)cb15300Lazy import asyncio.sleep as it's expensive (#450)c5d2d8bci: refactor Mergify rules (#447)06c34a2chore: update to latest ruff (#448)bfa2c80Support async actions (#437)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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