Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the pip group across 1 directory with 26 updates
Bumps the pip group with 26 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.0` | | [faker](https://github.com/joke2k/faker) | `33.0.0` | `33.1.0` | | [anyio](https://github.com/agronholm/anyio) | `4.6.2.post1` | `4.7.0` | | [boto3](https://github.com/boto/boto3) | `1.35.69` | `1.35.87` | | [botocore](https://github.com/boto/botocore) | `1.35.69` | `1.35.87` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [cryptography](https://github.com/pyca/cryptography) | `43.0.3` | `44.0.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.5` | `0.115.6` | | [fastapi-cli](https://github.com/fastapi/fastapi-cli) | `0.0.5` | `0.0.7` | | [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.1` | `2.10.4` | | [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) | `2.10.0` | `2.10.1` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.1` | `2.7.0` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.27.1` | `2.27.2` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.10.0` | `2.10.1` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.17` | `0.0.20` | | [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` | | [starlette](https://github.com/encode/starlette) | `0.41.3` | `0.42.0` | | [typer](https://github.com/fastapi/typer) | `0.13.1` | `0.15.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` | | [uvicorn](https://github.com/encode/uvicorn) | `0.32.1` | `0.34.0` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.0.0` | `1.0.3` | Updates `pylint` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.1...v3.3.2) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) Updates `pytest-asyncio` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.0) Updates `faker` from 33.0.0 to 33.1.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v33.0.0...v33.1.0) Updates `anyio` from 4.6.2.post1 to 4.7.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.6.2.post1...4.7.0) Updates `boto3` from 1.35.69 to 1.35.87 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.69...1.35.87) Updates `botocore` from 1.35.69 to 1.35.87 - [Commits](boto/botocore@1.35.69...1.35.87) Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](certifi/python-certifi@2024.08.30...2024.12.14) Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.1.8) Updates `cryptography` from 43.0.3 to 44.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.3...44.0.0) Updates `fastapi` from 0.115.5 to 0.115.6 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.5...0.115.6) Updates `fastapi-cli` from 0.0.5 to 0.0.7 - [Release notes](https://github.com/fastapi/fastapi-cli/releases) - [Changelog](https://github.com/fastapi/fastapi-cli/blob/main/release-notes.md) - [Commits](fastapi/fastapi-cli@0.0.5...0.0.7) Updates `httpx` from 0.27.2 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.2...0.28.1) Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) Updates `pydantic` from 2.10.1 to 2.10.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.1...v2.10.4) Updates `pydantic-extra-types` from 2.10.0 to 2.10.1 - [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.0...v2.10.1) Updates `pydantic-settings` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.6.1...v2.7.0) Updates `pydantic-core` from 2.27.1 to 2.27.2 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.27.1...v2.27.2) Updates `pyjwt` from 2.10.0 to 2.10.1 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.10.0...2.10.1) Updates `python-multipart` from 0.0.17 to 0.0.20 - [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.17...0.0.20) Updates `six` from 1.16.0 to 1.17.0 - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](benjaminp/six@1.16.0...1.17.0) Updates `starlette` from 0.41.3 to 0.42.0 - [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.42.0) Updates `typer` from 0.13.1 to 0.15.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.13.1...0.15.1) Updates `urllib3` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.3...2.3.0) Updates `uvicorn` from 0.32.1 to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.32.1...0.34.0) Updates `watchfiles` from 1.0.0 to 1.0.3 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v1.0.0...v1.0.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest 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-minor dependency-group: pip - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor 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: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: cryptography 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: fastapi-cli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: jinja2 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-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: six 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: typer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: watchfiles dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information