From 39ce11ba597fb993cd3df97830a924dfd236db71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:56:18 +0000 Subject: [PATCH] Bump the pip group with 3 updates Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python), [tomlkit](https://github.com/sdispater/tomlkit) and [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `sentry-sdk` to 2.58.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.0.0...2.58.0) Updates `tomlkit` to 0.14.0 - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.13.0...0.14.0) Updates `urllib3` to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.0...2.6.3) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.58.0 dependency-type: direct:production dependency-group: pip - dependency-name: tomlkit dependency-version: 0.14.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 535b36a..7621427 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jinja2 platformdirs -sentry-sdk>=2 -tomlkit>=0.13 -urllib3>=2 +sentry-sdk>=2.58.0 +tomlkit>=0.14.0 +urllib3>=2.6.3 zc.lockfile