-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore(deps): bump the dependencies group across 1 directory with 4 updates #11149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
2
commits into
master
Choose a base branch
from
dependabot/pip/src/backend/dependencies-35b9e3f055
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): bump the dependencies group across 1 directory with 4 updates #11149
dependabot
wants to merge
2
commits into
master
from
dependabot/pip/src/backend/dependencies-35b9e3f055
Conversation
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
…dates Bumps the dependencies group with 4 updates in the /src/backend directory: [django-dbbackup](https://github.com/Archmonger/django-dbbackup), [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit), [dulwich](https://github.com/dulwich/dulwich) and [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `django-dbbackup` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/Archmonger/django-dbbackup/releases) - [Changelog](https://github.com/Archmonger/django-dbbackup/blob/master/CHANGELOG.md) - [Commits](Archmonger/django-dbbackup@5.1.0...5.1.1) Updates `django-oauth-toolkit` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/django-oauth/django-oauth-toolkit/releases) - [Changelog](https://github.com/django-oauth/django-oauth-toolkit/blob/master/CHANGELOG.md) - [Commits](django-oauth/django-oauth-toolkit@3.1.0...3.2.0) Updates `dulwich` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/dulwich/dulwich/releases) - [Changelog](https://github.com/jelmer/dulwich/blob/main/NEWS) - [Commits](jelmer/dulwich@dulwich-0.25.0...dulwich-0.25.1) Updates `sentry-sdk` from 2.48.0 to 2.49.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.48.0...2.49.0) --- updated-dependencies: - dependency-name: django-dbbackup dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: django-oauth-toolkit dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: dulwich dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
matmair
approved these changes
Jan 16, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11149 +/- ##
=======================================
Coverage 88.17% 88.17%
=======================================
Files 1290 1290
Lines 58224 58224
Branches 1968 1968
=======================================
Hits 51337 51337
Misses 6396 6396
Partials 491 491
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
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 dependencies group with 4 updates in the /src/backend directory: django-dbbackup, django-oauth-toolkit, dulwich and sentry-sdk.
Updates
django-dbbackupfrom 5.1.0 to 5.1.1Release notes
Sourced from django-dbbackup's releases.
Changelog
Sourced from django-dbbackup's changelog.
Commits
536ae14v5.1.1 - fix version string (#657)805247bv5.1.1 (#656)b479c50fix 653 (#655)Updates
django-oauth-toolkitfrom 3.1.0 to 3.2.0Release notes
Sourced from django-oauth-toolkit's releases.
Changelog
Sourced from django-oauth-toolkit's changelog.
Commits
66c0cf0chore: Release 3.2.0 (#1622)b8f4d5bfix: use token_checksum for lookup in _get_token_from_authentication_server (...3197955fix python version to allow 3.14.* (anything <3.15) (#1631)94dd076FIX reStructuredText syntax. (#1618)bade920Fixed Handled error in OAuth2ExtraTokenMiddleware when authheader has `Bearer...2cc2b60fix: token request throws an error when client is provided in body (#1252)87fef47feat: Add device authorization grant (device code flow - rfc 8628) (#1539)01dfd06chore: ignore *.orig (#1615)6863d82chore: defer codecov notify until all jobs done (#1616)ef7ca6dchore: defer codecov notify until all jobs done (#1614)Updates
dulwichfrom 0.25.0 to 0.25.1Release notes
Sourced from dulwich's releases.
Changelog
Sourced from dulwich's changelog.
Commits
e779538release 0.25.1d191afbUpdate NEWS14cb917Stop publishing main6d1bfa1Fix obsolete fix-history script9856b9dBan porcelain/cli in lower level tests (#2060)c48a53bHide warnings004e8adSuppress expected error logging in web and CLI testsa672d8dReplace porcelain usage in test_rerere.py with lower-level APIs5d96d8cReplace porcelain usage in test_filters.py with lower-level APIscf7e90bMove porcelain bisect tests and replace init() usageUpdates
sentry-sdkfrom 2.48.0 to 2.49.0Release notes
Sourced from sentry-sdk's releases.
Changelog
Sourced from sentry-sdk's changelog.
Commits
2c85e64release: 2.49.08f273d4chore: Ignore type migration for scripts/ and tests/ in blame (#5284)dc8a8e5ref: Properly override parent func (#5283)485aa6dci: Allow to use Craft's new auto-versioning (#5218)c8d8d60docs: Fix typo in comment (#5280)6039305ref: Deduplicate batchers (#5263)f2317dcref(scope): Set global attrs on global scope (#5259)3d83b39fix(ray): Keep variadic kwargs last in signatures (#5244)f5c51fcFix openai count_tokens (#5281)a979755docs: Fixmiddleware_spansdocstring (#5279)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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