From 374baed1e3e273cfec557ae5f5424555b741f383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:43:55 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group across 1 directory with 10 updates Bumps the minor-and-patch group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.10.0` | `4.11.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.8` | `0.141.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.30.6` | `0.52.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.13.3` | `2.13.4` | | [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` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.2` | | [selenium](https://github.com/SeleniumHQ/Selenium) | `4.43.0` | `4.46.0` | | [webdriver-manager](https://github.com/SergeyPirogov/webdriver_manager) | `4.0.2` | `4.1.2` | 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 `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 `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 `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) 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 `selenium` from 4.43.0 to 4.46.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.43.0...selenium-4.46.0) Updates `webdriver-manager` from 4.0.2 to 4.1.2 - [Release notes](https://github.com/SergeyPirogov/webdriver_manager/releases) - [Changelog](https://github.com/SergeyPirogov/webdriver_manager/blob/master/CHANGELOG.md) - [Commits](https://github.com/SergeyPirogov/webdriver_manager/compare/v4.0.2...v4.1.2) --- updated-dependencies: - 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: 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: 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 - 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: selenium dependency-version: 4.46.0 dependency-type: direct:production 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: webdriver-manager dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- requirements.txt | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3179c1d..8cfd559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,12 +6,12 @@ build-backend = "setuptools.build_meta" name = "shoppybot" version = "2.0.0" requires-python = ">=3.11" -dependencies = ["platformdirs==4.10.0"] +dependencies = ["platformdirs==4.11.0"] [project.optional-dependencies] 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", ] diff --git a/requirements.txt b/requirements.txt index d11595b..b09d3a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,14 +4,14 @@ 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 -selenium==4.43.0 +pytest==9.1.1 +pytest-asyncio==1.4.0 +pyyaml==6.0.3 +requests==2.34.2 +selenium==4.46.0 urllib3==2.7.0 -webdriver-manager==4.0.2 +webdriver-manager==4.1.2