From d35d1855a0c14ac63b9291f59e1c5f56aa552ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:57:21 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group across 1 directory with 8 updates Bumps the minor-and-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.10.0` | `4.11.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.13.3` | `2.13.4` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.2` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.8` | `0.141.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.30.6` | `0.52.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | Updates `platformdirs` from 4.10.0 to 4.11.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.10.0...4.11.0) Updates `pydantic` from 2.13.3 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.3...v2.13.4) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) Updates `requests` from 2.33.1 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.2) Updates `fastapi` from 0.115.8 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.8...0.141.1) Updates `uvicorn` from 0.30.6 to 0.52.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.30.6...0.52.0) Updates `pytest` from 9.0.3 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/9.0.3...9.1.1) Updates `pytest-asyncio` from 1.3.0 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) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: uvicorn dependency-version: 0.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- requirements.txt | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89e7c1f..5d66e5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,11 @@ dependencies = [ "cryptography==49.0.0", "keyring==25.7.0", "nodriver==0.50.3", - "platformdirs==4.10.0", - "pydantic==2.13.3", + "platformdirs==4.11.0", + "pydantic==2.13.4", "pydantic-settings[yaml]==2.14.2", - "pyyaml==6.0.2", - "requests==2.33.1", + "pyyaml==6.0.3", + "requests==2.34.2", ] [project.optional-dependencies] @@ -30,8 +30,8 @@ dependencies = [ # resolution: fastapi 0.115.8 requires starlette>=0.40.0,<0.46.0 and uvicorn[standard] # requires websockets>=10.4. web = [ - "fastapi==0.115.8", - "uvicorn[standard]==0.30.6", + "fastapi==0.141.1", + "uvicorn[standard]==0.52.0", "jinja2==3.1.6", "python-multipart==0.0.32", "starlette>=0.40", @@ -43,8 +43,8 @@ sound = ["pygame==2.6.1"] # httpx is test-only: nothing on a runtime path imports it, but starlette's TestClient # imports it at module level. test = [ - "pytest==9.0.3", - "pytest-asyncio==1.3.0", + "pytest==9.1.1", + "pytest-asyncio==1.4.0", "httpx==0.28.1", ] diff --git a/requirements.txt b/requirements.txt index a597564..ca9eead 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,12 +4,12 @@ cryptography==49.0.0 httpx==0.28.1 keyring==25.7.0 nodriver==0.50.3 -platformdirs==4.10.0 -pydantic==2.13.3 +platformdirs==4.11.0 +pydantic==2.13.4 pydantic-settings[yaml]==2.14.2 pygame==2.6.1 -pytest==9.0.3 -pytest-asyncio==1.3.0 -pyyaml==6.0.2 -requests==2.33.1 +pytest==9.1.1 +pytest-asyncio==1.4.0 +pyyaml==6.0.3 +requests==2.34.2 urllib3==2.7.0