From 1656208b8c59af45e4c5692d12040067c325fdac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:11:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20the=20python-packages=20grou?= =?UTF-8?q?p=20across=201=20directory=20with=2011=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the python-packages group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.111.1` | `0.112.2` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.8` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.1` | `2.23.1` | | [starlette](https://github.com/encode/starlette) | `0.37.2` | `0.38.4` | | [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.2` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `3.8.0` | | [pyupgrade](https://github.com/asottile/pyupgrade) | `3.16.0` | `3.17.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.2` | `0.6.3` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.7` | `0.24.0` | Updates `fastapi` from 0.111.1 to 0.112.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.1...0.112.2) Updates `idna` from 3.7 to 3.8 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.7...v3.8) Updates `pydantic-core` from 2.20.1 to 2.23.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.20.1...v2.23.1) Updates `starlette` from 0.37.2 to 0.38.4 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.37.2...0.38.4) Updates `black` from 24.4.2 to 24.8.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.4.2...24.8.0) Updates `mypy` from 1.10.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.2) Updates `pre-commit` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0) Updates `pyupgrade` from 3.16.0 to 3.17.0 - [Commits](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0) Updates `ruff` from 0.5.2 to 0.6.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.2...0.6.3) Updates `pytest` from 8.2.2 to 8.3.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.2) Updates `pytest-asyncio` from 0.23.7 to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.24.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyupgrade dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements/linting.txt | 10 +++++----- requirements/pyproject.txt | 8 ++++---- requirements/testing.txt | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements/linting.txt b/requirements/linting.txt index 81b87d4..e592324 100644 --- a/requirements/linting.txt +++ b/requirements/linting.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile requirements/linting.in -o requirements/linting.txt -black==24.4.2 +black==24.8.0 # via -r requirements/linting.in cfgv==3.4.0 # via pre-commit @@ -12,7 +12,7 @@ filelock==3.13.4 # via virtualenv identify==2.5.35 # via pre-commit -mypy==1.10.1 +mypy==1.11.2 # via -r requirements/linting.in mypy-extensions==1.0.0 # via @@ -28,13 +28,13 @@ platformdirs==4.2.0 # via # black # virtualenv -pre-commit==3.7.1 +pre-commit==3.8.0 # via -r requirements/linting.in -pyupgrade==3.16.0 +pyupgrade==3.17.0 # via -r requirements/linting.in pyyaml==6.0.1 # via pre-commit -ruff==0.5.2 +ruff==0.6.3 # via -r requirements/linting.in tokenize-rt==5.2.0 # via pyupgrade diff --git a/requirements/pyproject.txt b/requirements/pyproject.txt index 4381b54..e42c7fe 100644 --- a/requirements/pyproject.txt +++ b/requirements/pyproject.txt @@ -4,16 +4,16 @@ annotated-types==0.7.0 # via pydantic anyio==4.4.0 # via starlette -fastapi==0.111.1 -idna==3.7 +fastapi==0.112.2 +idna==3.8 # via anyio pydantic==2.8.2 # via fastapi -pydantic-core==2.20.1 +pydantic-core==2.23.1 # via pydantic sniffio==1.3.1 # via anyio -starlette==0.37.2 +starlette==0.38.4 # via fastapi typing-extensions==4.12.2 # via diff --git a/requirements/testing.txt b/requirements/testing.txt index 2f34167..a2183c5 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -20,13 +20,13 @@ pluggy==1.5.0 # via pytest pygments==2.17.2 # via rich -pytest==8.2.2 +pytest==8.3.2 # via # -r requirements/testing.in # pytest-asyncio # pytest-cov # pytest-pretty -pytest-asyncio==0.23.7 +pytest-asyncio==0.24.0 # via -r requirements/testing.in pytest-cov==5.0.0 # via -r requirements/testing.in