From 18bdc698cc7720e4a70bfc5595e89178f758b4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:24:37 +0000 Subject: [PATCH] chore(deps): bump the all group across 1 directory with 10 updates Updates the requirements on [joserfc](https://github.com/authlib/joserfc), [cryptography](https://github.com/pyca/cryptography), [fastapi](https://github.com/fastapi/fastapi), [fastapi-swagger](https://github.com/dantetemplar/fastapi-swagger), [ruff](https://github.com/astral-sh/ruff), [uvicorn](https://github.com/Kludex/uvicorn), [beanie](https://github.com/BeanieODM/beanie), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [prek](https://github.com/j178/prek) to permit the latest version. Updates `joserfc` to 1.7.1 - [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.7.1) Updates `cryptography` to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.0...49.0.0) Updates `fastapi` to 0.137.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.137.0) 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 `ruff` to 0.15.17 - [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.17) Updates `uvicorn` to 0.49.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.49.0) Updates `beanie` to 2.1.0 - [Release notes](https://github.com/BeanieODM/beanie/releases) - [Changelog](https://github.com/BeanieODM/beanie/blob/main/docs/changelog.md) - [Commits](https://github.com/BeanieODM/beanie/compare/1.30.0...2.1.0) Updates `pytest` to 9.1.0 - [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/9.0.3...9.1.0) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) Updates `prek` to 0.4.4 - [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.4) --- updated-dependencies: - dependency-name: joserfc dependency-version: 1.7.1 dependency-type: direct:production dependency-group: all - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production dependency-group: all - dependency-name: fastapi dependency-version: 0.137.0 dependency-type: direct:production dependency-group: all - dependency-name: fastapi-swagger dependency-version: 0.4.50 dependency-type: direct:production dependency-group: all - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:production dependency-group: all - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production dependency-group: all - dependency-name: beanie dependency-version: 2.1.0 dependency-type: direct:production dependency-group: all - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development dependency-group: all - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: all - dependency-name: prek dependency-version: 0.4.4 dependency-type: direct:development dependency-group: all ... Signed-off-by: dependabot[bot] --- pyproject.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e5dd927..c7db3e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,19 +8,19 @@ readme = "README.md" requires-python = ">=3.13" dependencies = [ - "joserfc>=1.6.5", + "joserfc>=1.7.1", "colorlog>=6.10.1", - "cryptography>=48.0.0", - "fastapi[standard]>=0.136.1", - "fastapi-swagger>=0.4.49", + "cryptography>=49.0.0", + "fastapi[standard]>=0.137.0", + "fastapi-swagger>=0.4.50", "fastapi-derive-responses>=0.1.7", "gunicorn>=26.0.0", "httpx>=0.28.1", "pydantic>=2.13.4", - "ruff>=0.15.12", - "uvicorn>=0.46.0", + "ruff>=0.15.17", + "uvicorn>=0.49.0", # mongo = [ - "beanie>=1.30.0,<2.0.0", + "beanie>=2.1.0,<3.0.0", # ] # passwords = [ "bcrypt>=5.0.0", @@ -31,13 +31,13 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=9.0.3", - "pytest-asyncio>=1.3.0", + "pytest>=9.1.0", + "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "astor>=0.8.1", "pygments>=2.20.0", "simple-term-menu>=1.6.6", - "prek>=0.3.13", + "prek>=0.4.4", ] [tool.uv]