From 7c3c68a167f59800af753cd3dc3e72318fc37a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 17:52:50 +0000 Subject: [PATCH] Bump sentry-sdk from 2.63.0 to 2.68.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.63.0 to 2.68.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.63.0...2.68.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.68.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8bbb4ef..cd0bb8a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -980,14 +980,14 @@ files = [ [[package]] name = "sentry-sdk" -version = "2.63.0" +version = "2.68.1" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {file = "sentry_sdk-2.63.0-py3-none-any.whl", hash = "sha256:3a9b5ddd403f79eb73bd670f75f04485819db53d28f76ced7bc09041cb0dfd6a"}, - {file = "sentry_sdk-2.63.0.tar.gz", hash = "sha256:2a1502bf864769275dbc8c2c9fc7a0f7f5e18358180b615d262d13a31ffba216"}, + {file = "sentry_sdk-2.68.1-py3-none-any.whl", hash = "sha256:775b78871783a0ffd758276ad01b3bb2b1ebcdad8f9d2f0a7723f76b73c99b65"}, + {file = "sentry_sdk-2.68.1.tar.gz", hash = "sha256:6a97895230b04bc35d4d8d2e51e3b9e21902dfb0086ccf1f131a80c15c7b997a"}, ] [package.dependencies] @@ -1265,4 +1265,4 @@ python-discovery = ">=1" [metadata] lock-version = "2.1" python-versions = ">=3.11,<4.0" -content-hash = "6a28d1ab470289500c227675832fd5a9452a6f0c13b05b5f4ebbcf1ced1be20c" +content-hash = "19aa0c99973239e9f63b0328609f88f08cc73bb2ea62089415c738ac29fe06f1" diff --git a/pyproject.toml b/pyproject.toml index c65e1e4..56b4a2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "gunicorn (>=25.1.0,<26.0.0)", "prometheus-fastapi-instrumentator (>=7.1.0,<8.0.0)", "pyctuator (>=1.2.0,<2.0.0)", - "sentry-sdk[fastapi] (>=2.63.0,<3.0.0)", + "sentry-sdk[fastapi] (>=2.68.1,<3.0.0)", "psycopg2-binary (>=2.9.12,<3.0.0)" ]