From 5d86fbe92d19f1f792010405c272d93f0f0c9019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 16:23:56 +0000 Subject: [PATCH] dependabot: bump sentry-sdk from 2.66.1 to 2.67.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.66.1 to 2.67.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/2.67.1/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.66.1...2.67.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.67.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 254ff05..9524fc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "rich==15.0.0", "python-frontmatter==1.3.0", "networkx==3.6.1", - "sentry-sdk==2.66.1", + "sentry-sdk==2.67.1", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index e2f10c9..e2bd014 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytest==9.1.1 textual>=7.5.0 networkx==3.6.1 transitions==0.9.3 -sentry-sdk==2.66.1 +sentry-sdk==2.67.1 # Development dependencies