From a1e653e59f65996c52d92a50808f9462c72b159d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 08:23:22 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 8 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [fastapi-swagger](https://github.com/dantetemplar/fastapi-swagger), [icalendar](https://github.com/collective/icalendar), [python-multipart](https://github.com/Kludex/python-multipart), [ruff](https://github.com/astral-sh/ruff), [uvicorn](https://github.com/Kludex/uvicorn), [prek](https://github.com/j178/prek) and [joserfc](https://github.com/authlib/joserfc) to permit the latest version. Updates `fastapi` to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.136.3) Updates `fastapi-swagger` to 0.4.50 - [Release notes](https://github.com/dantetemplar/fastapi-swagger/releases) - [Commits](https://github.com/dantetemplar/fastapi-swagger/compare/v0.4.49...v0.4.50) Updates `icalendar` to 7.1.2 - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst) - [Commits](https://github.com/collective/icalendar/compare/v7.1.0...v7.1.2) Updates `python-multipart` to 0.0.29 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.27...0.0.29) Updates `ruff` to 0.15.14 - [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.15.12...0.15.14) Updates `uvicorn` to 0.47.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.46.0...0.47.0) Updates `prek` to 0.4.1 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](https://github.com/j178/prek/compare/v0.3.13...v0.4.1) Updates `joserfc` to 1.6.7 - [Release notes](https://github.com/authlib/joserfc/releases) - [Changelog](https://github.com/authlib/joserfc/blob/main/docs/changelog.rst) - [Commits](https://github.com/authlib/joserfc/compare/1.6.5...1.6.7) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: fastapi-swagger dependency-version: 0.4.50 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: icalendar dependency-version: 7.1.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: python-multipart dependency-version: 0.0.29 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: prek dependency-version: 0.4.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: joserfc dependency-version: 1.6.7 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c037877..6142c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,21 +13,21 @@ dependencies = [ "asyncpg>=0.31.0", "colorlog>=6.10.1", "cryptography>=48.0.0", - "fastapi[all]>=0.136.1", - "fastapi-swagger>=0.4.49", + "fastapi[all]>=0.136.3", + "fastapi-swagger>=0.4.50", "gunicorn==26.0.0", - "icalendar>=7.1.0", + "icalendar>=7.1.2", "prometheus-fastapi-instrumentator>=7.1.0", "pydantic>=2.13.4", - "python-multipart>=0.0.27", + "python-multipart>=0.0.29", "pytz>=2026.2", "pyyaml>=6.0.3", - "ruff>=0.15.12", + "ruff>=0.15.14", "sqlalchemy[postgresql-asyncpg]>=2.0.49", - "uvicorn>=0.46.0", + "uvicorn>=0.47.0", "fastapi-derive-responses>=0.1.7", - "prek>=0.3.13", - "joserfc>=1.6.5", + "prek>=0.4.1", + "joserfc>=1.6.7", ] [tool.ruff]