Skip to content
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

Bump the pip group across 1 directory with 17 updates #116

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2025

Bumps the pip group with 17 updates in the / directory:

Package From To
black 24.10.0 25.1.0
pylint 3.3.3 3.3.4
pytest-asyncio 0.25.1 0.25.3
faker 33.3.0 36.1.0
boto3 1.35.97 1.36.17
botocore 1.35.97 1.36.17
certifi 2024.12.14 2025.1.31
fastapi 0.115.6 0.115.8
orjson 3.10.14 3.10.15
pydantic 2.10.5 2.10.6
pydantic-extra-types 2.10.1 2.10.2
pydantic-core 2.27.2 2.29.0
pymongo 4.10.1 4.11.1
rich-toolkit 0.12.0 0.13.2
s3transfer 0.10.4 0.11.2
starlette 0.41.3 0.45.3
websockets 14.1 14.2

Updates black from 24.10.0 to 25.1.0

Release notes

Sourced from black's releases.

25.1.0

Highlights

This release introduces the new 2025 stable style (#4558), stabilizing the following changes:

  • Normalize casing of Unicode escape characters in strings to lowercase (#2916)
  • Fix inconsistencies in whether certain strings are detected as docstrings (#4095)
  • Consistently add trailing commas to typed function parameters (#4164)
  • Remove redundant parentheses in if guards for case blocks (#4214)
  • Add parentheses to if clauses in case blocks when the line is too long (#4269)
  • Whitespace before # fmt: skip comments is no longer normalized (#4146)
  • Fix line length computation for certain expressions that involve the power operator (#4154)
  • Check if there is a newline before the terminating quotes of a docstring (#4185)
  • Fix type annotation spacing between * and more complex type variable tuple (#4440)

The following changes were not in any previous release:

  • Remove parentheses around sole list items (#4312)
  • Generic function definitions are now formatted more elegantly: parameters are split over multiple lines first instead of type parameter definitions (#4553)

Stable style

  • Fix formatting cells in IPython notebooks with magic methods and starting or trailing empty lines (#4484)
  • Fix crash when formatting with statements containing tuple generators/unpacking (#4538)

Preview style

  • Fix/remove string merging changing f-string quotes on f-strings with internal quotes (#4498)
  • Collapse multiple empty lines after an import into one (#4489)
  • Prevent string_processing and wrap_long_dict_values_in_parens from removing parentheses around long dictionary values (#4377)
  • Move wrap_long_dict_values_in_parens from the unstable to preview style (#4561)

Packaging

  • Store license identifier inside the License-Expression metadata field, see PEP 639. (#4479)

Performance

  • Speed up the is_fstring_start function in Black's tokenizer (#4541)

Integrations

  • If using stdin with --stdin-filename set to a force excluded path, stdin won't be

... (truncated)

Changelog

Sourced from black's changelog.

25.1.0

Highlights

This release introduces the new 2025 stable style (#4558), stabilizing the following changes:

  • Normalize casing of Unicode escape characters in strings to lowercase (#2916)
  • Fix inconsistencies in whether certain strings are detected as docstrings (#4095)
  • Consistently add trailing commas to typed function parameters (#4164)
  • Remove redundant parentheses in if guards for case blocks (#4214)
  • Add parentheses to if clauses in case blocks when the line is too long (#4269)
  • Whitespace before # fmt: skip comments is no longer normalized (#4146)
  • Fix line length computation for certain expressions that involve the power operator (#4154)
  • Check if there is a newline before the terminating quotes of a docstring (#4185)
  • Fix type annotation spacing between * and more complex type variable tuple (#4440)

The following changes were not in any previous release:

  • Remove parentheses around sole list items (#4312)
  • Generic function definitions are now formatted more elegantly: parameters are split over multiple lines first instead of type parameter definitions (#4553)

Stable style

  • Fix formatting cells in IPython notebooks with magic methods and starting or trailing empty lines (#4484)
  • Fix crash when formatting with statements containing tuple generators/unpacking (#4538)

Preview style

  • Fix/remove string merging changing f-string quotes on f-strings with internal quotes (#4498)
  • Collapse multiple empty lines after an import into one (#4489)
  • Prevent string_processing and wrap_long_dict_values_in_parens from removing parentheses around long dictionary values (#4377)
  • Move wrap_long_dict_values_in_parens from the unstable to preview style (#4561)

Packaging

  • Store license identifier inside the License-Expression metadata field, see PEP 639. (#4479)

Performance

  • Speed up the is_fstring_start function in Black's tokenizer (#4541)

Integrations

... (truncated)

Commits

Updates pylint from 3.3.3 to 3.3.4

Commits

Updates pytest-asyncio from 0.25.1 to 0.25.3

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.25.3

  • Avoid errors in cleanup of async generators when event loop is already closed #1040

pytest-asyncio 0.25.2

  • Call loop.shutdown_asyncgens() before closing the event loop to ensure async generators are closed in the same manner as asyncio.run does #1034
Commits
  • 7c50192 fix: Avoid errors in cleanup of async generators when event loop is already c...
  • 2188cdb build: Prepare release of v0.25.2.
  • c3ad634 fix: Shutdown generators before closing event loops.
  • e8ffb10 [pre-commit.ci] pre-commit autoupdate
  • aae43d4 Build(deps): Bump hypothesis in /dependencies/default
  • 941e8b5 Build(deps): Bump pygments from 2.18.0 to 2.19.1 in /dependencies/docs
  • See full diff in compare view

Updates faker from 33.3.0 to 36.1.0

Release notes

Sourced from faker's releases.

Release v36.1.0

See CHANGELOG.md.

Release v36.0.0

See CHANGELOG.md.

Release v35.2.2

See CHANGELOG.md.

Release v35.2.1

See CHANGELOG.md.

Release v35.2.0

See CHANGELOG.md.

Release v35.1.0

See CHANGELOG.md.

Release v35.0.0

See CHANGELOG.md.

Release v34.0.2

See CHANGELOG.md.

Release v34.0.1

See CHANGELOG.md.

Release v34.0.0

See CHANGELOG.md.

Release v33.3.1

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v36.1.0 - 2025-02-10

  • Drop python-dateutil dependency. Thanks @​knyghty.
  • Add dependency on tzdata.

v36.0.0 - 2025-02-10

v35.2.2 - 2025-02-10

  • Revert accidental deprecation of Python 3.8.

v35.2.1 - 2025-02-10

  • Remove invalid word from ja_JP lorem provider. Thanks @​kymckay
  • Fix typing for tar provider.

v35.2.0 - 2025-01-30

v35.1.0 - 2025-01-30

v35.0.0 - 2025-01-23

  • Revert changes made in v34.x.

v34.0.2 - 2025-01-22

  • ffx date_time provider when end_datetime is set in the past.

v34.0.1 - 2025-01-22

  • Fix date parsing for "today".

v34.0.0 - 2025-01-22

  • Account for end_date when calculating relative date_time_between. Thanks @​Fashimpaur for the report.

v33.3.1 - 2025-01-10

  • Fix nl_BE Bank Provider (BBAN, IBAN, SWIFT). Thanks @​AliYmn.
Commits

Updates boto3 from 1.35.97 to 1.36.17

Commits
  • e5a38ab Merge branch 'release-1.36.17'
  • df344c5 Bumping version to 1.36.17
  • 37adcd8 Add changelog entries from botocore
  • 7fa6ec7 Merge branch 'release-1.36.16'
  • 1a78b7a Merge branch 'release-1.36.16' into develop
  • df382df Bumping version to 1.36.16
  • dab3dfb Add changelog entries from botocore
  • cc56a2a Merge pull request #4417 from RyanFitzSimmonsAK/develop
  • b087948 Merge branch 'release-1.36.15'
  • 2b18684 Merge branch 'release-1.36.15' into develop
  • Additional commits viewable in compare view

Updates botocore from 1.35.97 to 1.36.17

Commits
  • bf3cfcb Merge branch 'release-1.36.17'
  • d6f7d66 Bumping version to 1.36.17
  • 894456f Update endpoints model
  • 4b8beb4 Update to latest models
  • ab1b535 Merge branch 'release-1.36.16'
  • c70be78 Merge branch 'release-1.36.16' into develop
  • 43a9908 Bumping version to 1.36.16
  • d734e45 Update endpoints model
  • 7634b0b Update to latest models
  • f230031 Merge branch 'release-1.36.15'
  • Additional commits viewable in compare view

Updates certifi from 2024.12.14 to 2025.1.31

Commits

Updates fastapi from 0.115.6 to 0.115.8

Release notes

Sourced from fastapi's releases.

0.115.8

Fixes

  • 🐛 Fix OAuth2PasswordRequestForm and OAuth2PasswordRequestFormStrict fixed grant_type "password" RegEx. PR #9783 by @​skarfie123.

Refactors

Docs

Translations

  • 🌐 Add Japanese translation for docs/ja/docs/environment-variables.md. PR #13226 by @​k94-ishi.
  • 🌐 Add Russian translation for docs/ru/docs/advanced/async-tests.md. PR #13227 by @​Rishat-F.
  • 🌐 Update Russian translation for docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md. PR #13252 by @​Rishat-F.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/bigger-applications.md. PR #13154 by @​alv2017.

Internal

  • ⬆️ Add support for Python 3.13. PR #13274 by @​tiangolo.
  • ⬆️ Upgrade AnyIO max version for tests, new range: >=3.2.1,<5.0.0. PR #13273 by @​tiangolo.
  • 🔧 Update Sponsors badges. PR #13271 by @​tiangolo.
  • ♻️ Fix notify_translations.py empty env var handling for PR label events vs workflow_dispatch. PR #13272 by @​tiangolo.
  • ♻️ Refactor and move scripts/notify_translations.py, no need for a custom GitHub Action. PR #13270 by @​tiangolo.
  • 🔨 Update FastAPI People Experts script, refactor and optimize data fetching to handle rate limits. PR #13267 by @​tiangolo.
  • ⬆ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4. PR #13251 by @​dependabot[bot].

0.115.7

Upgrades

Refactors

... (truncated)

Commits
  • 7128971 🔖 Release version 0.115.8
  • 55f8a44 📝 Update release notes
  • 83ab6ac 📝 Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models...
  • 3d02a92 📝 Update release notes
  • 1b00f8a ✅ Simplify tests for body_multiple_params (#13237)
  • d97647f 📝 Update release notes
  • 9667ce8 📝 Update Request Body's tutorial002 to deal with tax=0 case (#13230)
  • 0541693 📝 Update release notes
  • 041b2e1 📝 Update release notes
  • 30b270b ♻️ Move duplicated code portion to a static method in the APIKeyBase super ...
  • Additional commits viewable in compare view

Updates orjson from 3.10.14 to 3.10.15

Release notes

Sourced from orjson's releases.

3.10.15

Changed

  • Publish PyPI manylinux aarch64 wheels built and tested on aarch64.
  • Publish PyPI musllinux aarch64 and arm7l wheels built and tested on aarch64.
  • Publish PyPI manylinux Python 3.13 wheels for i686, arm7l, ppc64le, and s390x.
Changelog

Sourced from orjson's changelog.

3.10.15

Changed

  • Publish PyPI manylinux aarch64 wheels built and tested on aarch64.
  • Publish PyPI musllinux aarch64 and arm7l wheels built and tested on aarch64.
  • Publish PyPI manylinux Python 3.13 wheels for i686, arm7l, ppc64le, and s390x.
Commits

Updates pydantic from 2.10.5 to 2.10.6

Release notes

Sourced from pydantic's releases.

v2.10.6 2025-01-23

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.5...v2.10.6

Changelog

Sourced from pydantic's changelog.

v2.10.6 (2025-01-23)

GitHub release

What's Changed

Fixes

Commits

Updates pydantic-extra-types from 2.10.1 to 2.10.2

Release notes

Sourced from pydantic-extra-types's releases.

v2.10.2

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-extra-types@v2.10.1...v2.10.2

Changelog

Sourced from pydantic-extra-types's changelog.

2.10.2

Commits

Updates pydantic-core from 2.27.2 to 2.29.0

Release notes

Sourced from pydantic-core's releases.

v2.29.0 2025-02-07

What's Changed

Packaging

Fixes

Performance

New Features

New Contributors

Full Changelog: pydantic/pydantic-core@v2.28.0...v2.29.0

v2.28.0 2025-01-30

What's Changed

... (truncated)

Commits

Updates pymongo from 4.10.1 to 4.11.1

Release notes

Sourced from pymongo's releases.

PyMongo 4.11.1

Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-11-1-released/312193

PyMongo 4.11.0

Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-11-released/310976

Changelog

Sourced from pymongo's changelog.

Changes in Version 4.11.1 (2025/MM/DD)

  • Fixed support for prebuilt ppc64le and s390x wheels.

Changes in Version 4.11.0 (2025/01/28)

.. warning:: PyMongo 4.11 drops support for Python 3.8 and PyPy 3.9: Python 3.9+ or PyPy 3.10+ is now required. .. warning:: PyMongo 4.11 drops support for MongoDB 3.6. PyMongo now supports MongoDB 4.0+. Driver support for MongoDB 3.6 reached end of life in April 2024. .. warning:: Driver support for MongoDB 4.0 reaches end of life in April 2025. A future minor release of PyMongo will raise the minimum supported MongoDB Server version from 4.0 to 4.2. This is in accordance with MongoDB Software Lifecycle Schedules. Support for MongoDB Server 4.0 will be dropped in a future release! .. warning:: This version does not include wheels for ppc64le or s390x architectures, see PYTHON-5058_ for more information.

PyMongo 4.11 brings a number of changes including:

  • Dropped support for Python 3.8 and PyPy 3.9.
  • Dropped support for MongoDB 3.6.
  • Dropped support for the MONGODB-CR authenticate mechanism, which is no longer supported by MongoDB 4.0+.
  • pymongocrypt>=1.12 is now required for :ref:In-Use Encryption support.
  • Added support for free-threaded Python with the GIL disabled. For more information see: Free-threaded CPython <https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-free-threaded-cpython>. We do not yet support free-threaded Python on Windows (PYTHON-5027) or with In-Use Encryption (PYTHON-5024_).
  • :attr:~pymongo.asynchronous.mongo_client.AsyncMongoClient.address and :attr:~pymongo.mongo_client.MongoClient.address now correctly block when called on unconnected clients until either connection succeeds or a server selection timeout error is raised.
  • Added :func:repr support to :class:pymongo.operations.IndexModel.
  • Added :func:repr support to :class:pymongo.operations.SearchIndexModel.
  • Added sort parameter to :meth:~pymongo.collection.Collection.update_one, :meth:~pymongo.collection.Collection.replace_one, :class:~pymongo.operations.UpdateOne, and :class:~pymongo.operations.UpdateMany,
  • :meth:~pymongo.mongo_client.MongoClient.bulk_write and :meth:~pymongo.asynchronous.mongo_client.AsyncMongoClient.bulk_write now throw an error when ordered=True or verboseResults=True are used with unacknowledged writes. These are unavoidable breaking changes.
  • Fixed a bug in :const:bson.json_util.dumps where a :class:bson.datetime_ms.DatetimeMS would be incorrectly encoded as '{"$date": "X"}' instead of '{"$date": X}' when using the legacy MongoDB Extended JSON datetime representation.
  • Fixed a bug where :const:bson.json_util.loads would raise an IndexError when parsing an invalid "$date" instead of a ValueError.

Issues Resolved ...............

See the PyMongo 4.11 release notes in JIRA_ for the list of resolved issues in this release.

... (truncated)

Commits

Updates rich-toolkit from 0.12.0 to 0.13.2

Updates s3transfer from 0.10.4 to 0.11.2

Changelog

Sourced from s3transfer's changelog.

0.11.2

  • bugfix:upload: Only set a default checksum if the request_checksum_calculation config is set to when_supported. Fixes boto/s3transfer#327 <https://github.com/boto/s3transfer/issues/327>__.

0.11.1

  • bugfix:Dependencies: Update the floor version of botocore to 1.36.0 to match imports.

0.11.0

  • feature:manager: Use CRC32 by default and support user provided full-object checksums.
Commits
  • e2310f6 Merge branch 'release-0.11.2'
  • d66e5b6 Bumping version to 0.11.2
  • bc23c92 Only set default checksum if request_checksum_calculation config is set t...
  • af066ef Merge branch 'release-0.11.1'
  • cb67175 Merge branch 'release-0.11.1' into develop
  • 5f6cb50 Bumping version to 0.11.1
  • c4d0f87 Update minimum required botocore version to 1.36.0 (#326)
  • 0778911 Merge branch 'release-0.11.0'
  • 136d00a Merge branch 'r...

    Description has been truncated

Bumps the pip group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.10.0` | `25.1.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.1` | `0.25.3` |
| [faker](https://github.com/joke2k/faker) | `33.3.0` | `36.1.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.97` | `1.36.17` |
| [botocore](https://github.com/boto/botocore) | `1.35.97` | `1.36.17` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.6` | `0.115.8` |
| [orjson](https://github.com/ijl/orjson) | `3.10.14` | `3.10.15` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.10.6` |
| [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) | `2.10.1` | `2.10.2` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.27.2` | `2.29.0` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.10.1` | `4.11.1` |
| rich-toolkit | `0.12.0` | `0.13.2` |
| [s3transfer](https://github.com/boto/s3transfer) | `0.10.4` | `0.11.2` |
| [starlette](https://github.com/encode/starlette) | `0.41.3` | `0.45.3` |
| [websockets](https://github.com/python-websockets/websockets) | `14.1` | `14.2` |



Updates `black` from 24.10.0 to 25.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...25.1.0)

Updates `pylint` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.3...v3.3.4)

Updates `pytest-asyncio` from 0.25.1 to 0.25.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.1...v0.25.3)

Updates `faker` from 33.3.0 to 36.1.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v33.3.0...v36.1.0)

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

Updates `botocore` from 1.35.97 to 1.36.17
- [Commits](boto/botocore@1.35.97...1.36.17)

Updates `certifi` from 2024.12.14 to 2025.1.31
- [Commits](certifi/python-certifi@2024.12.14...2025.01.31)

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

Updates `orjson` from 3.10.14 to 3.10.15
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.10.14...3.10.15)

Updates `pydantic` from 2.10.5 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.5...v2.10.6)

Updates `pydantic-extra-types` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/pydantic/pydantic-extra-types/releases)
- [Changelog](https://github.com/pydantic/pydantic-extra-types/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic-extra-types@v2.10.1...v2.10.2)

Updates `pydantic-core` from 2.27.2 to 2.29.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.27.2...v2.29.0)

Updates `pymongo` from 4.10.1 to 4.11.1
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.11.1/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.10.1...4.11.1)

Updates `rich-toolkit` from 0.12.0 to 0.13.2

Updates `s3transfer` from 0.10.4 to 0.11.2
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](boto/s3transfer@0.10.4...0.11.2)

Updates `starlette` from 0.41.3 to 0.45.3
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.41.3...0.45.3)

Updates `websockets` from 14.1 to 14.2
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@14.1...14.2)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pydantic-extra-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: rich-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: s3transfer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: starlette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: websockets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 11, 2025
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