From 60b5d10db0a687091e621d5ba8cdce407fb4ea18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 05:11:49 +0000 Subject: [PATCH] deps: bump the python-dependencies group with 3 updates Bumps the python-dependencies group with 3 updates: [sentry-sdk](https://github.com/getsentry/sentry-python), [ruff](https://github.com/astral-sh/ruff) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `sentry-sdk` from 2.68.1 to 2.69.1 - [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.68.1...2.69.1) Updates `ruff` from 0.16.6 to 0.16.7 - [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.6...0.16.7) Updates `pyright` from 1.1.411 to 1.1.414 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.411...v1.1.414) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.69.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyright dependency-version: 1.1.414 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 | 4 ++-- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 39c89a3..7e336d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,15 +8,15 @@ dependencies = [ "fastapi==0.141.1", "uvicorn==0.52.4", "pydantic-settings==2.15.0", - "sentry-sdk==2.68.1", + "sentry-sdk==2.69.1", "botasaurus @ git+https://github.com/omkarcloud/botasaurus.git@7936afad5f8ca78fe0581a9dabd5f7d6964c6b1a", ] [project.optional-dependencies] dev = [ - "ruff==0.16.6", + "ruff==0.16.7", "PyYAML==6.0.3", - "pyright==1.1.411", + "pyright==1.1.414", ] [tool.ruff] diff --git a/requirements-dev.txt b/requirements-dev.txt index ea03144..7d92f1a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -ruff==0.16.6 +ruff==0.16.7 PyYAML==6.0.3 -pyright==1.1.411 +pyright==1.1.414 diff --git a/requirements.txt b/requirements.txt index 506ab74..1010d57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.141.1 uvicorn==0.52.4 pydantic-settings==2.15.0 -sentry-sdk==2.68.1 +sentry-sdk==2.69.1 botasaurus @ git+https://github.com/omkarcloud/botasaurus.git@7936afad5f8ca78fe0581a9dabd5f7d6964c6b1a