From e7fbe21d9280c92b1cec890392ee2fb0c1d3dc6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 22:21:52 +0000 Subject: [PATCH] build(deps-dev): bump the python-development group with 13 updates Updates the requirements on [redis](https://github.com/redis/redis-py), [asyncpg](https://github.com/MagicStack/asyncpg), [fastapi](https://github.com/fastapi/fastapi), [starlette](https://github.com/Kludex/starlette), [build](https://github.com/pypa/build), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [mkdocs](https://github.com/mkdocs/mkdocs), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [ruff](https://github.com/astral-sh/ruff) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `redis` to 8.1.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.0...v8.1.0) Updates `asyncpg` to 0.31.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.29.0...v0.31.0) Updates `fastapi` to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.110.0...0.141.1) Updates `starlette` to 1.6.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.37.0...1.6.0) Updates `build` to 1.6.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.0...1.6.0) Updates `pytest` to 9.1.1 - [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.0...9.1.1) 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/v0.23.0...v1.4.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v7.1.0) Updates `mkdocs` to 1.6.1 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.6.0...1.6.1) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v2.3.1) Updates `pre-commit` to 4.6.2 - [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.0...v4.6.2) Updates `ruff` to 0.16.6 - [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.0...0.16.6) Updates `setuptools` to 84.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v77.0.0...v84.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:development dependency-group: python-development - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:development dependency-group: python-development - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:development dependency-group: python-development - dependency-name: starlette dependency-version: 1.6.0 dependency-type: direct:development dependency-group: python-development - dependency-name: build dependency-version: 1.6.0 dependency-type: direct:development dependency-group: python-development - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-development - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: python-development - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-development - dependency-name: mkdocs dependency-version: 1.6.1 dependency-type: direct:development dependency-group: python-development - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: python-development - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development dependency-group: python-development - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:development dependency-group: python-development - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development dependency-group: python-development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b3f25e..d68626a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=77", "wheel"] +requires = ["setuptools>=84.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -28,15 +28,15 @@ Issues = "https://github.com/Forebase/Eventful/issues" Changelog = "https://github.com/Forebase/Eventful/blob/main/CHANGELOG.md" [project.optional-dependencies] -redis = ["redis>=5,<7"] -postgres = ["asyncpg>=0.29,<1"] +redis = ["redis>=8.1.0,<9"] +postgres = ["asyncpg>=0.31.0,<1"] file = [] # Dependency-free UTF-8 JSON Lines persistence backend. -fastapi = ["fastapi>=0.110,<1"] -starlette = ["starlette>=0.37,<1"] -test = ["asyncpg>=0.29", "build>=1.2", "fastapi>=0.110", "pytest>=8.2", "pytest-asyncio>=0.23", "pytest-cov>=5", "redis>=5", "starlette>=0.37"] -docs = ["mkdocs>=1.6"] -dev = ["asyncpg>=0.29", "build>=1.2", "fastapi>=0.110", "mkdocs>=1.6", "mypy>=1.10", "pre-commit>=3.7", "pytest>=8.2", "pytest-asyncio>=0.23", "pytest-cov>=5", "redis>=5", "ruff>=0.5", "starlette>=0.37"] -all = ["asyncpg>=0.29", "fastapi>=0.110", "redis>=5", "starlette>=0.37"] +fastapi = ["fastapi>=0.141.1,<1"] +starlette = ["starlette>=1.6.0,<2"] +test = ["asyncpg>=0.31.0", "build>=1.6.0", "fastapi>=0.141.1", "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "redis>=8.1.0", "starlette>=1.6.0"] +docs = ["mkdocs>=1.6.1"] +dev = ["asyncpg>=0.31.0", "build>=1.6.0", "fastapi>=0.141.1", "mkdocs>=1.6.1", "mypy>=2.3.1", "pre-commit>=4.6.2", "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "redis>=8.1.0", "ruff>=0.16.6", "starlette>=1.6.0"] +all = ["asyncpg>=0.31.0", "fastapi>=0.141.1", "redis>=8.1.0", "starlette>=1.6.0"] [tool.setuptools.dynamic] version = {attr = "eventful.__version__.__version__"}