Skip to content

Comments

Bump the pip group with 7 updates#267

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/pip-37ccd043e7
Open

Bump the pip group with 7 updates#267
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/pip-37ccd043e7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps the pip group with 7 updates:

Package From To
faker 40.4.0 40.5.1
boto3 1.35.99 1.42.55
botocore 1.35.99 1.42.55
fastapi 0.129.0 0.132.0
pydantic-core 2.41.5 2.42.0
s3transfer 0.10.4 0.16.0
typer 0.24.0 0.24.1

Updates faker from 40.4.0 to 40.5.1

Release notes

Sourced from faker's releases.

Release v40.5.1

See CHANGELOG.md.

Release v40.5.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.5.1 - 2026-02-23

  • Fix _get_local_timezone() missing return statement. Thanks @​bysiber.

v40.5.0 - 2026-02-23

  • Add missing formats and remove duplicates in user_name_formats. Thanks @​WannaFight.
Commits
  • 5f403be Bump version: 40.5.0 → 40.5.1
  • a573f1f 📝 Update CHANGELOG.md
  • 143c483 Bump version: 40.4.0 → 40.5.0
  • 298613b 📝 Update CHANGELOG.md
  • 8823340 Fix _get_local_timezone() missing return statement (#2327)
  • 83b3ca3 💄 lint code
  • f2c15df test: add unit tests for slugify utility function (#2323)
  • 9ae0122 docs: Add AI Provider to community providers list (#2321)
  • 40ffcaa Docs: Add faker-ecommerce-provider to community providers (#2319)
  • f62ecf9 fix: add missing formats and remove duplicates in user_name_formats (#2318)
  • See full diff in compare view

Updates boto3 from 1.35.99 to 1.42.55

Commits
  • 77c52e2 Merge branch 'release-1.42.55'
  • 2024b09 Bumping version to 1.42.55
  • 3cc8917 Add changelog entries from botocore
  • ae39e43 Merge branch 'release-1.42.54'
  • 2fd0261 Merge branch 'release-1.42.54' into develop
  • f07efd3 Bumping version to 1.42.54
  • 36bad54 Add changelog entries from botocore
  • ab66554 Merge branch 'release-1.42.53'
  • 9699df9 Merge branch 'release-1.42.53' into develop
  • dfa0446 Bumping version to 1.42.53
  • Additional commits viewable in compare view

Updates botocore from 1.35.99 to 1.42.55

Commits
  • 59176e1 Merge branch 'release-1.42.55'
  • fb27bb3 Bumping version to 1.42.55
  • a34dcf7 Update endpoints model
  • 6d64538 Update to latest models
  • b4cc476 Merge branch 'release-1.42.54'
  • 3746c26 Merge branch 'release-1.42.54' into develop
  • 92b6452 Bumping version to 1.42.54
  • 42e39fd Update endpoints model
  • 68d2343 Update to latest models
  • de615b8 Merge branch 'release-1.42.53'
  • Additional commits viewable in compare view

Updates fastapi from 0.129.0 to 0.132.0

Release notes

Sourced from fastapi's releases.

0.132.0

Breaking Changes

  • 🔒️ Add strict_content_type checking for JSON requests. PR #14978 by @​tiangolo.
    • Now FastAPI checks, by default, that JSON requests have a Content-Type header with a valid JSON value, like application/json, and rejects requests that don't.
    • If the clients for your app don't send a valid Content-Type header you can disable this with strict_content_type=False.
    • Check the new docs: Strict Content-Type Checking.

Internal

0.131.0

Breaking Changes

0.130.0

Features

0.129.2

Internal

0.129.1

Fixes

  • ♻️ Fix JSON Schema for bytes, use "contentMediaType": "application/octet-stream" instead of "format": "binary". PR #14953 by @​tiangolo.

Docs

Translations

... (truncated)

Commits

Updates pydantic-core from 2.41.5 to 2.42.0

Commits

Updates s3transfer from 0.10.4 to 0.16.0

Changelog

Sourced from s3transfer's changelog.

0.16.0

  • feature:awscrt: CRTTransferManager now supports the following TransferConfig options - multipart_threshold, multipart_chunksize, max_request_concurrency

0.15.0

  • feature:CopyPartTask: Validate ETag of stored object during multipart copies

0.14.0

  • feature:download: Validate requested range matches content range in response for multipart downloads

0.13.1

  • enhancement:Python: Added provisional support for the upcoming Python 3.14 release

0.13.0

  • feature:GetObjectTask: Validate ETag of stored object during multipart downloads

0.12.0

  • feature:Python: End of support for Python 3.8

0.11.5

  • enhancement:s3: Implement memory performance fixes for downloads to non-seekable streams

0.11.4

  • enhancement:Dependencies: Update the floor version of botocore to 1.37.4 to match imports.
  • enhancement:Tasks: Pass Botocore context from parent to child threads.

0.11.3

... (truncated)

Commits
  • 8ebcc1e Merge branch 'release-0.16.0'
  • cc4db16 Bumping version to 0.16.0
  • 3d60212 Merge pull request #361 from hssyoo/crt-mode
  • ee83a56 Add test for arg removal
  • 9363a53 Validate min CRT version for config options
  • ce2ea72 Use request_type to build CRT args
  • fa2d8e0 Edit changelog entry to feature type
  • 32137a7 Add support for max_request_concurrency
  • 6519e63 Add TransferConfig support for CRTTransferManager
  • e7d0e93 Merge branch 'release-0.15.0'
  • Additional commits viewable in compare view

Updates typer from 0.24.0 to 0.24.1

Release notes

Sourced from typer's releases.

0.24.1

Internal

Changelog

Sourced from typer's changelog.

0.24.1

Internal

Commits
  • eaec8fa 🔖 Release version 0.24.1
  • c73cc2b 📝 Update release notes
  • 6c6259c 👷 Fix CI, do not attempt to build typer-slim, nor typer-cli (#1569)
  • bc65ad8 📝 Update release notes
  • 3aedc0a ➖ Drop support for typer-slim and typer-cli, no more versions will be rel...
  • 4b13020 📝 Update release notes
  • 19aaf0b ⬆ Bump rich from 14.3.2 to 14.3.3 (#1565)
  • 0ece295 📝 Update release notes
  • 833c005 📝 Update release notes
  • 64c0dcb ⬆ Bump pydantic-settings from 2.13.0 to 2.13.1 (#1566)
  • 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 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

Bumps the pip group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [faker](https://github.com/joke2k/faker) | `40.4.0` | `40.5.1` |
| [boto3](https://github.com/boto/boto3) | `1.35.99` | `1.42.55` |
| [botocore](https://github.com/boto/botocore) | `1.35.99` | `1.42.55` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.129.0` | `0.132.0` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.41.5` | `2.42.0` |
| [s3transfer](https://github.com/boto/s3transfer) | `0.10.4` | `0.16.0` |
| [typer](https://github.com/fastapi/typer) | `0.24.0` | `0.24.1` |


Updates `faker` from 40.4.0 to 40.5.1
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.4.0...v40.5.1)

Updates `boto3` from 1.35.99 to 1.42.55
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.99...1.42.55)

Updates `botocore` from 1.35.99 to 1.42.55
- [Commits](boto/botocore@1.35.99...1.42.55)

Updates `fastapi` from 0.129.0 to 0.132.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.129.0...0.132.0)

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 `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 `typer` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.24.0...0.24.1)

---
updated-dependencies:
- dependency-name: faker
  dependency-version: 40.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: boto3
  dependency-version: 1.42.55
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: botocore
  dependency-version: 1.42.55
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: fastapi
  dependency-version: 0.132.0
  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: s3transfer
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: typer
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

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 Feb 24, 2026
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.

0 participants