From dbdb23d503c62a9d33aafebbeb4f81638e3f0799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:23:52 +0000 Subject: [PATCH] dependabot: bump sentry-sdk from 2.62.0 to 2.63.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.62.0 to 2.63.0. - [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.62.0...2.63.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.63.0 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 6d9bd23..d712195 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.62.0", + "sentry-sdk==2.63.0", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 6446ada..9ecc75c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytest==8.3.4 textual>=7.5.0 networkx==3.6.1 transitions==0.9.3 -sentry-sdk==2.62.0 +sentry-sdk==2.63.0 # Development dependencies