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 13 updates #62

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 Nov 4, 2024

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

Package From To
pytest-cov 5.0.0 6.0.0
faker 30.3.0 30.8.2
faker-file[docx,images,pdf] 0.17.12 0.17.13
boto3 1.35.45 1.35.54
botocore 1.35.45 1.35.54
fastapi 0.115.2 0.115.4
orjson 3.10.9 3.10.11
pydantic-extra-types 2.9.0 2.10.0
pydantic-settings 2.6.0 2.6.1
pydantic-core 2.23.4 2.26.0
python-multipart 0.0.12 0.0.17
rich 13.9.2 13.9.4
starlette 0.40.0 0.41.2

Updates pytest-cov from 5.0.0 to 6.0.0

Changelog

Sourced from pytest-cov's changelog.

6.0.0 (2024-10-29)

  • Updated various documentation inaccuracies, especially on subprocess handling.
  • Changed fail under checks to use the precision set in the coverage configuration. Now it will perform the check just like coverage report would.
  • Added a --cov-precision cli option that can override the value set in your coverage configuration.
  • Dropped support for now EOL Python 3.8.
Commits
  • 9540437 Bump version: 5.0.0 → 6.0.0
  • 9f81754 Further trim down envs and drop Python 3.8.
  • b12b5ec Update conf.
  • 23f4b27 Update changelog.
  • 291a04f Bump test deps and trim config.
  • 08f1101 Add --cov-precision option. Close #655.
  • 76fe2a7 Move the warnings/errors in a place that doesn't import anything.
  • a9ea7b7 Implement error/warning for the bad dynamic_context being set in config.
  • c299e01 Add explicit suffixing to make it easier to see the identify the sources/usag...
  • c87e546 Add reproducer for weird xdist dynamic_context interaction. Ref #604.
  • Additional commits viewable in compare view

Updates faker from 30.3.0 to 30.8.2

Release notes

Sourced from faker's releases.

Release v30.8.2

See CHANGELOG.md.

Release v30.8.1

See CHANGELOG.md.

Release v30.8.0

See CHANGELOG.md.

Release v30.7.0

See CHANGELOG.md.

Release v30.6.0

See CHANGELOG.md.

Release v30.5.0

See CHANGELOG.md.

Release v30.4.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v30.8.2 - 2024-10-31

  • Revert "Add decorator to optionally format dates as string.".

v30.8.1 - 2024-10-24

  • Fix month_in_guj.

v30.8.0 - 2024-10-21

v30.7.0 - 2024-10-21

v30.6.0 - 2024-10-16

v30.5.0 - 2024-10-16

  • Add Providers for ka_GE locale. Thanks @​onesch.

v30.4.0 - 2024-10-15

  • Add separate male/female names along with prefix/suffix for hi_IN locale. Thanks @​wh0th3h3llam1.
Commits

Updates faker-file[docx,images,pdf] from 0.17.12 to 0.17.13

Release notes

Sourced from faker-file[docx,images,pdf]'s releases.

0.17.13

2024-10-30

  • Upgrade Pillow related code to work with Pillow>=9.1.0 (tested with 10.x and 11.x).
  • Drop EOL Python 3.8 support.
Changelog

Sourced from faker-file[docx,images,pdf]'s changelog.

0.17.13

2024-10-30

  • Upgrade Pillow related code to work with Pillow>=9.1.0 (tested with 10.x and 11.x).
  • Drop EOL Python 3.8 support.
Commits

Updates boto3 from 1.35.45 to 1.35.54

Commits
  • fdb78d3 Merge branch 'release-1.35.54'
  • 3b67876 Bumping version to 1.35.54
  • 6494499 Add changelog entries from botocore
  • 7fda69a Merge branch 'release-1.35.53'
  • 923c9e4 Merge branch 'release-1.35.53' into develop
  • d6e1a82 Bumping version to 1.35.53
  • 88bbcd4 Add changelog entries from botocore
  • 93b71d0 Merge branch 'release-1.35.52'
  • e980e72 Merge branch 'release-1.35.52' into develop
  • d61432d Bumping version to 1.35.52
  • Additional commits viewable in compare view

Updates botocore from 1.35.45 to 1.35.54

Commits

Updates fastapi from 0.115.2 to 0.115.4

Release notes

Sourced from fastapi's releases.

0.115.4

Refactors

  • ♻️ Update logic to import and check python-multipart for compatibility with newer version. PR #12627 by @​tiangolo.

Docs

Translations

  • 📝 Update includes in docs/de/docs/advanced/async-tests.md. PR #12567 by @​imjuanleonard.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/sql-databases.md. PR #12530 by @​ilacftemp.
  • 🌐 Add Korean translation for docs/ko/docs/benchmarks.md. PR #12540 by @​Limsunoh.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/separate-openapi-schemas.md. PR #12518 by @​ilacftemp.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/index.md. PR #12521 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/cloud.md. PR #12522 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12523 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12524 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12468 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12466 by @​codingjenny.

... (truncated)

Commits
  • 31887b1 🔖 Release version 0.115.4
  • b270ff1 📝 Update release notes
  • b31cbbf ♻️ Update logic to import and check python-multipart for compatibility with...
  • aee7674 📝 Update release notes
  • 4e6b1ac 📝 Update includes in docs/fr/docs/tutorial/body.md (#12596)
  • 9b1e5f2 📝 Update release notes
  • 60aba02 📝 Update includes in docs/fr/docs/tutorial/debugging.md (#12595)
  • 2a4cf17 📝 Update release notes
  • 453f559 📝 Update includes in docs/fr/docs/tutorial/query-params-str-validations.md ...
  • af269cd 📝 Update release notes
  • Additional commits viewable in compare view

Updates orjson from 3.10.9 to 3.10.11

Release notes

Sourced from orjson's releases.

3.10.11

Changed

  • Improve performance of UUIDs.
  • Publish PyPI wheels with trusted publishing and PEP 740 attestations.
  • Include text of licenses for vendored dependencies.

3.10.10

Fixed

  • Fix int serialization on s390x. This was introduced in 3.10.8.

Changed

  • Publish aarch64 manylinux_2_17 wheel for 3.13 to PyPI.
Changelog

Sourced from orjson's changelog.

3.10.11

Changed

  • Improve performance of UUIDs.
  • Publish PyPI wheels with trusted publishing and PEP 740 attestations.
  • Include text of licenses for vendored dependencies.

3.10.10

Fixed

  • Fix int serialization on s390x. This was introduced in 3.10.8.

Changed

  • Publish aarch64 manylinux_2_17 wheel for 3.13 to PyPI.
Commits
  • 2e3d96d 3.10.11
  • 2038206 Trusted publisher and attestations, build misc
  • f1cbc0a Simplify datetime, uuid serialization
  • d595cd1 Add license files from pyo3 upstream for vendored crates
  • 4918783 3.10.10
  • e1f64bf setup-qemu-container, restrict inline_int, cargo update
  • See full diff in compare view

Updates pydantic-extra-types from 2.9.0 to 2.10.0

Release notes

Sourced from pydantic-extra-types's releases.

v2.10.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-extra-types@v2.9.0...v2.10.0

Changelog

Sourced from pydantic-extra-types's changelog.

CHANGELOG

Latest Changes

Commits

Updates pydantic-settings from 2.6.0 to 2.6.1

Release notes

Sourced from pydantic-settings's releases.

v2.6.1

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.6.0...v2.6.1

Commits

Updates pydantic-core from 2.23.4 to 2.26.0

Release notes

Sourced from pydantic-core's releases.

v2.26.0 2024-11-04

What's Changed

Fixes

Packaging

New Features

New Contributors

Full Changelog: pydantic/pydantic-core@v2.25.1...v2.26.0

v2.25.1 2024-10-30

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.25.0...v2.25.1

v2.25.0 2024-10-23

What's Changed

Full Changelog: pydantic/pydantic-core@v2.24.2...v2.25.0

v2.24.2 2024-10-15

What's Changed

Full Changelog: pydantic/pydantic-core@v2.24.1...v2.24.2

... (truncated)

Commits

Updates python-multipart from 0.0.12 to 0.0.17

Release notes

Sourced from python-multipart's releases.

Version 0.0.17

What's Changed


Full Changelog: Kludex/python-multipart@0.0.16...0.0.17

Version 0.0.16

What's Changed


Full Changelog: Kludex/python-multipart@0.0.15...0.0.16

Version 0.0.15

What's Changed

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

Full Changelog: Kludex/python-multipart@0.0.14...0.0.15

Version 0.0.14

What's Changed

Full Changelog: Kludex/python-multipart@0.0.13...0.0.14

Version 0.0.13

What's Changed

New Contributors

Full Changelog: Kludex/python-multipart@0.0.12...0.0.13

Changelog

Sourced from python-multipart's changelog.

0.0.17 (2024-10-31)

  • Handle PermissionError in fallback code for old import name #182.

0.0.16 (2024-10-27)

  • Add dunder attributes to multipart package #177.

0.0.15 (2024-10-27)

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

0.0.14 (2024-10-24)

  • Fix import scheme for multipart module (#168).

0.0.13 (2024-10-20)

  • Rename import to python_multipart #166.
Commits

Updates rich from 13.9.2 to 13.9.4

Release notes

Sourced from rich's releases.

The Faster is Faster release

[13.9.4] - 2024-11-01

Changed

The irregular expression release

Fix a broken regex that resulted in the slow path being chosen for some operations. This fix should result in notable speedups for some operations, such as wrapping text.

[13.9.3] - 2024-10-22

Fixed

Changelog

Sourced from rich's changelog.

[13.9.4] - 2024-11-01

Changed

[13.9.3] - 2024-10-22

Fixed

Commits

Updates starlette from 0.40.0 to 0.41.2

Release notes

Sourced from starlette's releases.

Version 0.41.2

What's Changed


Full Changelog: encode/starlette@0.41.1...0.41.2

Version 0.41.1

What's Changed


Full Changelog: encode/starlette@0.41.0...0.41.1

Version 0.41.0

Added

Changelog

Sourced from starlette's changelog.

0.41.2 (October 27, 2024)

Fixed

  • Revert bump on python-multipart on starlette[full] extras #2737.

0.41.1 (October 24, 2024)

Fixed

  • Bump minimum python-multipart version to 0.0.13 #2734.
  • Change python-multipart import to python_multipart #2733.

0.41.0 (October 15, 2024)

Added

  • Allow to raise HTTPException before websocket.accept() #2725.
Commits

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 depend...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` |
| [faker](https://github.com/joke2k/faker) | `30.3.0` | `30.8.2` |
| [faker-file[docx,images,pdf]](https://github.com/barseghyanartur/faker-file) | `0.17.12` | `0.17.13` |
| [boto3](https://github.com/boto/boto3) | `1.35.45` | `1.35.54` |
| [botocore](https://github.com/boto/botocore) | `1.35.45` | `1.35.54` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.2` | `0.115.4` |
| [orjson](https://github.com/ijl/orjson) | `3.10.9` | `3.10.11` |
| [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) | `2.9.0` | `2.10.0` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.0` | `2.6.1` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.26.0` |
| [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.12` | `0.0.17` |
| [rich](https://github.com/Textualize/rich) | `13.9.2` | `13.9.4` |
| [starlette](https://github.com/encode/starlette) | `0.40.0` | `0.41.2` |



Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

Updates `faker` from 30.3.0 to 30.8.2
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v30.3.0...v30.8.2)

Updates `faker-file[docx,images,pdf]` from 0.17.12 to 0.17.13
- [Release notes](https://github.com/barseghyanartur/faker-file/releases)
- [Changelog](https://github.com/barseghyanartur/faker-file/blob/main/CHANGELOG.rst)
- [Commits](barseghyanartur/faker-file@0.17.12...0.17.13)

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

Updates `botocore` from 1.35.45 to 1.35.54
- [Commits](boto/botocore@1.35.45...1.35.54)

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

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

Updates `pydantic-extra-types` from 2.9.0 to 2.10.0
- [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.9.0...v2.10.0)

Updates `pydantic-settings` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.6.0...v2.6.1)

Updates `pydantic-core` from 2.23.4 to 2.26.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.23.4...v2.26.0)

Updates `python-multipart` from 0.0.12 to 0.0.17
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.12...0.0.17)

Updates `rich` from 13.9.2 to 13.9.4
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.2...v13.9.4)

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

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: faker-file[docx,images,pdf]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-extra-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pydantic-settings
  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: python-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: starlette
  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 Nov 4, 2024
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