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 12 updates #101

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 Jan 27, 2025

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

Package From To
pytest-asyncio 0.25.1 0.25.2
faker 33.3.0 35.0.0
boto3 1.35.97 1.36.7
botocore 1.35.97 1.36.7
fastapi 0.115.6 0.115.7
orjson 3.10.14 3.10.15
pydantic 2.10.5 2.10.6
pydantic-extra-types 2.10.1 2.10.2
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 pytest-asyncio from 0.25.1 to 0.25.2

Release notes

Sourced from pytest-asyncio's releases.

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
  • 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 35.0.0

Release notes

Sourced from faker's releases.

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.

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
  • 8db329b Bump version: 34.0.2 → 35.0.0
  • 0157c83 📝 Update CHANGELOG.md
  • 211c373 Revert date_time provider changes from 34.0.x
  • a54c60c remove special-case precision tests
  • 264a8e2 fix date_time on windows
  • db222aa Bump version: 34.0.1 → 34.0.2
  • f04f0d3 📝 Update CHANGELOG.md
  • 58f2035 fix date_time provider with end_datetime in the past (#2155)
  • da39d82 format code
  • 4dc0c24 Bump version: 34.0.0 → 34.0.1
  • Additional commits viewable in compare view

Updates boto3 from 1.35.97 to 1.36.7

Commits
  • d1a05a1 Merge branch 'release-1.36.7'
  • 9d078a7 Bumping version to 1.36.7
  • 030de63 Add changelog entries from botocore
  • b0e0593 Merge pull request #4407 from boto/dependabot/github_actions/aws-actions/stal...
  • 45bd69c Removes inline scripts and inline styles to make it compatible with the newly...
  • e7d463b Bump aws-actions/stale-issue-cleanup
  • d3bd4df Merge branch 'release-1.36.6'
  • 0ef73f5 Merge branch 'release-1.36.6' into develop
  • 4e9f6b5 Bumping version to 1.36.6
  • a824c66 Add changelog entries from botocore
  • Additional commits viewable in compare view

Updates botocore from 1.35.97 to 1.36.7

Commits
  • 004c874 Merge branch 'release-1.36.7'
  • e1235aa Bumping version to 1.36.7
  • d1f00f4 Update endpoints model
  • 9fab32b Update to latest models
  • 466a0cc Remove transfer-encoding from signed headers (#3351)
  • 96dc0dc Merge pull request #3355 from boto/dependabot/github_actions/codecov/codecov-...
  • 0fddf06 Merge pull request #3356 from boto/dependabot/github_actions/aws-actions/stal...
  • bb009e7 Bump aws-actions/stale-issue-cleanup
  • 908ec1b Bump codecov/codecov-action from 5.1.1 to 5.3.1
  • fab3b56 Merge branch 'release-1.36.6'
  • Additional commits viewable in compare view

Updates fastapi from 0.115.6 to 0.115.7

Release notes

Sourced from fastapi's releases.

0.115.7

Upgrades

Refactors

Docs

Translations

... (truncated)

Commits

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 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 'release-0.11.0' into develop
  • aef3dfa Bumping version to 0.11.0
  • Additional commits viewable in compare view

Updates starlette from 0.41.3 to 0.45.3

Release notes

Sourced from starlette's releases.

Version 0.45.3

Fixed


Full Changelog: encode/starlette@0.45.2...0.45.3

Version 0.45.2

Fixed

  • Make create_memory_object_stream compatible with old anyio versions once again, and bump anyio minimum version to 3.6.2 by @​graingert in #2833.

Full Changelog: encode/starlette@0.45.1...0.45.2

Version 0.45.1

Fixed

Refactor


Full Changelog: encode/starlette@0.45.0...0.45.1

Version 0.45.0

Removed


Full Changelog: encode/starlette@0.44.0...0.45.0

Version 0.44.0

Added

New Contributors

... (truncated)

Changelog

Sourced from starlette's changelog.

0.45.3 (January 24, 2025)

Fixed

  • Turn directory into string on lookup_path on commonpath comparison #2851.

0.45.2 (January 4, 2025)

Fixed

  • Make create_memory_object_stream compatible with old anyio versions once again, and bump anyio minimum version to 3.6.2 #2833.

0.45.1 (December 30, 2024)

Fixed

  • Close MemoryObjectReceiveStream left unclosed upon exception in BaseHTTPMiddleware children #2813.
  • Collect errors more reliably from the WebSocket logic on the TestClient #2814.

Refactor

  • Use a pair of memory object streams instead of two queues on the TestClient #2829.

0.45.0 (December 29, 2024)

Removed

  • Drop Python 3.8 support #2823.
  • Remove ExceptionMiddleware import proxy from starlette.exceptions module #2826.
  • Remove deprecated WS_1004_NO_STATUS_RCVD and WS_1005_ABNORMAL_CLOSURE #2827.

0.44.0 (December 28, 2024)

Added

  • Add client parameter to TestClient #2810.
  • Add max_part_size parameter to Request.form() #2815.

0.43.0 (December 25, 2024)

Removed

  • Remove deprecated allow_redirects argument from TestClient #2808.

Added

  • Make UUID path parameter conversion more flexible #2806.

0.42.0 (December 14, 2024)

... (truncated)

Commits
  • 4d72fd8 Version 0.45.3 (#2852)
  • f137494 Turn directory into string on lookup_path on commonpath comparison (#2851)
  • 0109dce Version 0.45.2 (#2839)
  • 0ad90dc Bump the python-packages group across 1 directory with 7 updates (#2838)
  • 950f528 fix create_memory_object_stream not subscriptable at runtime in old anyio ver...
  • 7c0d1e6 Version 0.45.1 (#2832)
  • 76e053a Remove python version from mypy (#2831)
  • 5a10fba Fix unclosed 'MemoryObjectReceiveStream' upon exception in 'BaseHTTPMiddlewar...
  • e16bacb use a pair of memory object streams instead of two queues (#2829)
  • 27b6f4c collect errors more reliably from websocket test client (#2814)
  • Additional commits viewable in compare view

Updates websockets from 14.1 to 14.2

Release notes

Sourced from websockets's releases.

14.2

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

Commits
  • 624a36c Release version 14.2.
  • c8242bb Add changelog for #1566.
  • 17e309a Mention another symptom in the changelog.
  • 7de24bd Improve previous commit.
  • 7e617b2 Add regex support in ServerProtocol(origins=...).
  • 613f3f0 Prevent close() from blocking when reading is paused.
  • e7a098e Prevent AssertionError in the recv_events thread.
  • 031ec31 Prevent close() from blocking when reading is paused.
  • 6317c00 Clarify behavior of recv(timeout=0) behavior.
  • b1e88fc Bump pypa/cibuildwheel from 2.21.3 to 2.22.0
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.1` | `0.25.2` |
| [faker](https://github.com/joke2k/faker) | `33.3.0` | `35.0.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.97` | `1.36.7` |
| [botocore](https://github.com/boto/botocore) | `1.35.97` | `1.36.7` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.6` | `0.115.7` |
| [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` |
| 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 `pytest-asyncio` from 0.25.1 to 0.25.2
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.1...v0.25.2)

Updates `faker` from 33.3.0 to 35.0.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...v35.0.0)

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

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

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

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 `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: 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: 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: 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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 27, 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