Open
Conversation
Bumps the pip group with 7 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.35.99` | `1.42.59` | | [botocore](https://github.com/boto/botocore) | `1.35.99` | `1.42.59` | | [fastapi](https://github.com/fastapi/fastapi) | `0.133.1` | `0.135.1` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.41.5` | `2.42.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` | | [s3transfer](https://github.com/boto/s3transfer) | `0.10.4` | `0.16.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.53.0` | `2.54.0` | Updates `boto3` from 1.35.99 to 1.42.59 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.99...1.42.59) Updates `botocore` from 1.35.99 to 1.42.59 - [Commits](boto/botocore@1.35.99...1.42.59) Updates `fastapi` from 0.133.1 to 0.135.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.133.1...0.135.1) Updates `pydantic-core` from 2.41.5 to 2.42.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/commits) Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2) Updates `s3transfer` from 0.10.4 to 0.16.0 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](boto/s3transfer@0.10.4...0.16.0) Updates `sentry-sdk` from 2.53.0 to 2.54.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.53.0...2.54.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.59 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: botocore dependency-version: 1.42.59 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: fastapi dependency-version: 0.135.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pydantic-core dependency-version: 2.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: s3transfer dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: sentry-sdk dependency-version: 2.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
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 pip group with 7 updates:
1.35.991.42.591.35.991.42.590.133.10.135.12.41.52.42.01.2.11.2.20.10.40.16.02.53.02.54.0Updates
boto3from 1.35.99 to 1.42.59Commits
cef3033Merge branch 'release-1.42.59'463794aBumping version to 1.42.59591d881Add changelog entries from botocored327a89Merge branch 'release-1.42.58'8727558Merge branch 'release-1.42.58' into develop14eee00Bumping version to 1.42.58dbe54faAdd changelog entries from botocore1536571Merge branch 'release-1.42.57'8108f80Merge branch 'release-1.42.57' into develop20eb2f4Bumping version to 1.42.57Updates
botocorefrom 1.35.99 to 1.42.59Commits
c204bb1Merge branch 'release-1.42.59'7e59865Bumping version to 1.42.59b38a03cUpdate to latest models97336ffMerge customizations for ARC Region switchf76046bMerge branch 'release-1.42.58'be2689aMerge branch 'release-1.42.58' into develop47f8789Bumping version to 1.42.5814bc74fUpdate to latest models8c0427aAdd support for None values in list parsing (#3618)86d9ec3Merge branch 'release-1.42.57'Updates
fastapifrom 0.133.1 to 0.135.1Release notes
Sourced from fastapi's releases.
Commits
ca5f60e🔖 Release version 0.135.187f75aa📝 Update release notes8a9258b🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed...6038507📝 Update release notesc796ba4👥 Update FastAPI People - Experts (#15037)b24aa03📝 Update release notes2c61047✏️ Fix typo indocs/en/docs/_llm-test.md(#15007)e3bbeef📝 Update release notesd726c8c📝 Update release notescf514e6👥 Update FastAPI People - Contributors and Translators (#15029)Updates
pydantic-corefrom 2.41.5 to 2.42.0Commits
Updates
python-dotenvfrom 1.2.1 to 1.2.2Release notes
Sourced from python-dotenv's releases.
Changelog
Sourced from python-dotenv's changelog.
Commits
36004e0Bump version: 1.2.1 → 1.2.2eb20252docs: update changelog for v1.2.2790c5c0Merge commit from fork43340daRemove the use ofshin tests (#612)09d7ceedocs: clarify override behavior and document FIFO support (#610)c8de288ci: improve workflow efficiency with best practices (#609)7bd9e3dAdd Windows testing to CI (#604)1baaf04Drop Python 3.9 support and update to PyPy 3.11 (#608)4a22cf8ci: enable testing on Python 3.14t (free-threaded) (#588)e2e8e77Fix license specifier (#597)Updates
s3transferfrom 0.10.4 to 0.16.0Changelog
Sourced from s3transfer's changelog.
... (truncated)
Commits
8ebcc1eMerge branch 'release-0.16.0'cc4db16Bumping version to 0.16.03d60212Merge pull request #361 from hssyoo/crt-modeee83a56Add test for arg removal9363a53Validate min CRT version for config optionsce2ea72Use request_type to build CRT argsfa2d8e0Edit changelog entry to feature type32137a7Add support for max_request_concurrency6519e63Add TransferConfig support for CRTTransferManagere7d0e93Merge branch 'release-0.15.0'Updates
sentry-sdkfrom 2.53.0 to 2.54.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
0b31018release: 2.54.07a02bdefix(openai): Attach response model with streamed Completions API (#5557)09675e3fix(openai): Attach response model with streamed Responses API (#5554)678e9a7ref(openai): Only handle streamed results when applicable (#5553)087ec4dref(openai): Extract input in API-specific functions (#5546)6837662ref(openai): Separate output handling (#5543)c11d1f2ci: updated codecov.yml (#5571)c56f1f7fix(wsgi): Do not wrap file responses when uWSGI offload-threads is enabled (...8628732feat: Addset_attribute,remove_attributeto global API (#5555)a4e4c57docs: Add troubleshooting note for editable installs with uWSGI (#5552)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