From 37e956dd8f9e12588f9be7e2acc25b59c7eff1b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:42:36 +0000 Subject: [PATCH] Bump the pip group with 2 updates Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) and [tomlkit](https://github.com/python-poetry/tomlkit) to permit the latest version. Updates `sentry-sdk` to 2.66.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.66.1) Updates `tomlkit` to 0.15.1 - [Release notes](https://github.com/python-poetry/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-poetry/tomlkit/compare/0.15.0...0.15.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.66.1 dependency-type: direct:production dependency-group: pip - dependency-name: tomlkit dependency-version: 0.15.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f7e759d..f909b00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jinja2 platformdirs -sentry-sdk>=2.63.0 -tomlkit>=0.15.0 +sentry-sdk>=2.66.1 +tomlkit>=0.15.1 urllib3>=2.7.0 zc.lockfile