From 8ccae1a4f1511473db27a47e9d73b5a4eb4f0c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:24:30 +0000 Subject: [PATCH] Bump the pip group with 3 updates Bumps the pip group with 3 updates: [packaging](https://github.com/pypa/packaging), [pyparsing](https://github.com/pyparsing/pyparsing) and [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `packaging` from 25.0 to 26.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/25.0...26.0) Updates `pyparsing` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.3.1...3.3.2) Updates `sentry-sdk` from 2.48.0 to 2.50.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.48.0...2.50.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pyparsing dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sentry-sdk dependency-version: 2.50.0 dependency-type: direct:production update-type: version-update:semver-minor 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 9ea5d5d1..e50e6279 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,9 @@ cachetools==6.2.4 chardet==5.2.0 gidgethub==5.4.0 multidict==6.7.0 -packaging==25.0 -pyparsing==3.3.1 -sentry-sdk==2.48.0 +packaging==26.0 +pyparsing==3.3.2 +sentry-sdk==2.50.0 six==1.17.0 uritemplate==4.2.0 yarl==1.22.0