From 88c1d6147b0d112fb88b9cbcce241c4ab9488d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:02:08 +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/python-poetry/tomlkit) and [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `sentry-sdk` to 2.60.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.58.0...2.60.0) Updates `tomlkit` to 0.15.0 - [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.14.0...0.15.0) Updates `urllib3` to 2.7.0 - [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.6.3...2.7.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.60.0 dependency-type: direct:production dependency-group: pip - dependency-name: tomlkit dependency-version: 0.15.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 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 7621427..8c18a50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jinja2 platformdirs -sentry-sdk>=2.58.0 -tomlkit>=0.14.0 -urllib3>=2.6.3 +sentry-sdk>=2.60.0 +tomlkit>=0.15.0 +urllib3>=2.7.0 zc.lockfile