From 854a5b1814f05348860535f542a6503ff2d5f5c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 05:10:36 +0000 Subject: [PATCH] deps: bump the python-dependencies group with 3 updates Bumps the python-dependencies group with 3 updates: [uvicorn](https://github.com/Kludex/uvicorn), [sentry-sdk](https://github.com/getsentry/sentry-python) and [ruff](https://github.com/astral-sh/ruff). Updates `uvicorn` from 0.52.4 to 0.53.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.52.4...0.53.0) Updates `sentry-sdk` from 2.69.1 to 2.69.2 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.69.1...2.69.2) Updates `ruff` from 0.16.7 to 0.16.8 - [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.16.7...0.16.8) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: sentry-sdk dependency-version: 2.69.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- requirements-dev.txt | 2 +- requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7e336d5..3007dc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,15 +6,15 @@ readme = "README.md" requires-python = ">=3.14" dependencies = [ "fastapi==0.141.1", - "uvicorn==0.52.4", + "uvicorn==0.53.0", "pydantic-settings==2.15.0", - "sentry-sdk==2.69.1", + "sentry-sdk==2.69.2", "botasaurus @ git+https://github.com/omkarcloud/botasaurus.git@7936afad5f8ca78fe0581a9dabd5f7d6964c6b1a", ] [project.optional-dependencies] dev = [ - "ruff==0.16.7", + "ruff==0.16.8", "PyYAML==6.0.3", "pyright==1.1.414", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 7d92f1a..1445524 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -ruff==0.16.7 +ruff==0.16.8 PyYAML==6.0.3 pyright==1.1.414 diff --git a/requirements.txt b/requirements.txt index 1010d57..d8be2d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.141.1 -uvicorn==0.52.4 +uvicorn==0.53.0 pydantic-settings==2.15.0 -sentry-sdk==2.69.1 +sentry-sdk==2.69.2 botasaurus @ git+https://github.com/omkarcloud/botasaurus.git@7936afad5f8ca78fe0581a9dabd5f7d6964c6b1a