Merged
Conversation
Bumps the pip group with 5 updates: | Package | From | To | | --- | --- | --- | | [cachetools](https://github.com/tkem/cachetools) | `7.0.1` | `7.0.5` | | [chardet](https://github.com/chardet/chardet) | `6.0.0` | `7.3.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.53.0` | `2.56.0` | | [yarl](https://github.com/aio-libs/yarl) | `1.22.0` | `1.23.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | Updates `cachetools` from 7.0.1 to 7.0.5 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v7.0.1...v7.0.5) Updates `chardet` from 6.0.0 to 7.3.0 - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](chardet/chardet@6.0.0...7.3.0) Updates `sentry-sdk` from 2.53.0 to 2.56.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.53.0...2.56.0) Updates `yarl` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.22.0...v1.23.0) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: chardet dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: sentry-sdk dependency-version: 2.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: yarl dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #690 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 18 18
Lines 2149 2149
Branches 97 97
=========================================
Hits 2149 2149
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
ezio-melotti
approved these changes
Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip group with 5 updates:
7.0.17.0.56.0.07.3.02.53.02.56.01.22.01.23.07.0.07.1.0Updates
cachetoolsfrom 7.0.1 to 7.0.5Changelog
Sourced from cachetools's changelog.
Commits
5dce86fRelease v7.0.5.af5e688Minor@cachedmethodperformance improvements.0ca75e6Relase v7.0.4.5b1fa39Prepare v7.0.4.18e5930Fix #218: Fix and properly document@cachedmethod.cache_key handling.98ec79fDrop "class method" from@cachedmethoddocstring.93822a3Release v7.0.3.57d2e48Fix #387: Handle obj=None case for inspection in _DescriptorBase.8011b71Release v7.0.2.73d1602Minor cleanups.Updates
chardetfrom 6.0.0 to 7.3.0Release notes
Sourced from chardet's releases.
... (truncated)
Changelog
Sourced from chardet's changelog.
... (truncated)
Commits
9402975docs: clarify that git tags have no v prefix in CLAUDE.md80f5d95docs: explicitly list all performance.rst tables in update skill4ca09eddocs: single alphabetical table for supported MIME types78c3551docs: add supported MIME types page with auto-generation scriptd59bbbadocs: fix stale numbers, add mime_type, update pipeline and mypyc lists601cde1docs: add riscv64 wheels and UTF-16 endianness fix to 7.3.0 changelogf00bd2ddocs: finalize 7.3.0 changelog with 2026-03-24 release date3ed9b3edocs: remove EncodingEra from What's New (was added in 6.x)dab6952docs: update What's New section with mime_type and encoding filters3466c96docs: say chardet 7, not 7.0, in README headersUpdates
sentry-sdkfrom 2.53.0 to 2.56.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
f5e93adrelease: 2.56.04cd6752chore: pin GitHub Actions to full-length commit SHAs (#5781)c3eb19ftest: fix flaky threading test (#5700)b2b42dffix(starlette): Catch Jinja2Templates ImportError (#5741)48dc566feat(asgi): Add option to disable suppressing chained exceptions (#5714)f963475tests: Add-latestalias for each integration test suite (#5706)715fd2bci: Use date-based branch names for toxgen PRs (#5704)35fe9e4ci: 🤖 Update test matrix with new releases (03/19) (#5703)8d56b30fix(anthropic): Set exception info on streaming span when applicable (#5683)e103926feat: Make ASGI support span first (#5680)Updates
yarlfrom 1.22.0 to 1.23.0Release notes
Sourced from yarl's releases.
... (truncated)
Changelog
Sourced from yarl's changelog.
... (truncated)
Commits
3d05d4cFix 1.23.0 release to match CHANGES.rst format (#1636)3f4977aBump actions/upload-artifact from 6 to 7 (#1634)7829b01ci: add riscv64 manylinux wheels (#1625)e0592a1Bump pre-commit from 4.5.0 to 4.5.1 (#1618)26ba78cFix version number (#1616)4811166Release 1.23.0 (#1615)f307123Add pydantic support (#1607)383b159Bump actions/upload-artifact from 5 to 6 (#1612)3476600Bump pytest from 8.4.2 to 9.0.2 (#1606)27cefc5Bump actions/checkout from 5 to 6 (#1599)Updates
pytest-covfrom 7.0.0 to 7.1.0Changelog
Sourced from pytest-cov's changelog.
Commits
66c8a52Bump version: 7.0.0 → 7.1.0f707662Make the examples use pypy 3.11.6049a78Make context test use the old ctracer (seems the new sysmon tracer behaves di...8ebf20bUpdate changelog.861d30eRemove the backup context manager - shouldn't be needed since coverage 5.0, ...fd4c956Pass the precision on the nulled total (seems that there's some caching goion...78c9c4eOnly run the 3.9 on older deps.4849a92Punctuation.197c35eUpdate changelog and hopefully I don't forget to publish release again :))14dc1c9Update examples to use 3.11 and make the adhoc layout example look a bit more...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions