From abdef6258fde059407cfc6437342b48ad3064c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 02:28:28 +0000 Subject: [PATCH] chore(deps): bump the runtime-dependencies group with 4 updates Updates the requirements on [aiocsv](https://github.com/MKuranowski/aiocsv), [platformdirs](https://github.com/tox-dev/platformdirs), [typer](https://github.com/fastapi/typer) and [types-aiofiles](https://github.com/python/typeshed) to permit the latest version. Updates `aiocsv` to 1.4.1 - [Commits](https://github.com/MKuranowski/aiocsv/compare/v1.4.0...v1.4.1) Updates `platformdirs` to 4.10.0 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.9.6...4.10.0) Updates `typer` to 0.26.4 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.25.1...0.26.4) Updates `types-aiofiles` to 25.1.0.20260518 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: aiocsv dependency-version: 1.4.1 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: platformdirs dependency-version: 4.10.0 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: typer dependency-version: 0.26.4 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: types-aiofiles dependency-version: 25.1.0.20260518 dependency-type: direct:production dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7df3e70..9c59987 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,14 +12,14 @@ authors = [ ] requires-python = ">=3.10,<4.0" dependencies = [ - "aiocsv>=1.4.0", + "aiocsv>=1.4.1", "aiofiles>=25.1.0", "asyncpg>=0.31.0", "httpx>=0.28.1", - "platformdirs>=4.9.6", + "platformdirs>=4.10.0", "rich>=15.0.0", - "typer (>=0.25.1)", - "types-aiofiles>=25.1.0.20260409", + "typer (>=0.26.4)", + "types-aiofiles>=25.1.0.20260518", ] [project.scripts] # https://docs.astral.sh/uv/concepts/projects/config/#command-line-interfaces