chore(deps): bump the dependencies group across 2 directories with 12 updates#11467
Merged
SchrodingersGat merged 3 commits intomasterfrom Mar 10, 2026
Merged
Conversation
… updates Bumps the dependencies group with 1 update in the /docs directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Bumps the dependencies group with 11 updates in the /src/backend directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.42.54` | `1.42.58` | | [botocore](https://github.com/boto/botocore) | `1.42.54` | `1.42.58` | | [certifi](https://github.com/certifi/python-certifi) | `2026.1.4` | `2026.2.25` | | [icalendar](https://github.com/collective/icalendar) | `7.0.1` | `7.0.2` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `6.33.5` | `7.34.0` | | [redis](https://github.com/redis/redis-py) | `7.2.0` | `7.2.1` | | [tinycss2](https://github.com/Kozea/tinycss2) | `1.4.0` | `1.5.1` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.11.0` | `6.12.0` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.3` | `2.1.1` | | [types-psycopg2](https://github.com/typeshed-internal/stub_uploader) | `2.9.21.20251012` | `2.9.21.20260223` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.38.0` | `21.1.0` | Updates `mkdocs-material` from 9.7.2 to 9.7.3 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.7.2...9.7.3) Updates `boto3` from 1.42.54 to 1.42.58 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.54...1.42.58) Updates `botocore` from 1.42.54 to 1.42.58 - [Commits](boto/botocore@1.42.54...1.42.58) Updates `certifi` from 2026.1.4 to 2026.2.25 - [Commits](certifi/python-certifi@2026.01.04...2026.02.25) Updates `icalendar` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst) - [Commits](collective/icalendar@v7.0.1...v7.0.2) Updates `protobuf` from 6.33.5 to 7.34.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `redis` from 7.2.0 to 7.2.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.2.0...v7.2.1) Updates `tinycss2` from 1.4.0 to 1.5.1 - [Release notes](https://github.com/Kozea/tinycss2/releases) - [Changelog](https://github.com/Kozea/tinycss2/blob/main/docs/changelog.rst) - [Commits](Kozea/tinycss2@v1.4.0...v1.5.1) Updates `whitenoise` from 6.11.0 to 6.12.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.11.0...6.12.0) Updates `wrapt` from 1.17.3 to 2.1.1 - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](GrahamDumpleton/wrapt@1.17.3...2.1.1) Updates `types-psycopg2` from 2.9.21.20251012 to 2.9.21.20260223 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `virtualenv` from 20.38.0 to 21.1.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.38.0...21.1.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.42.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: botocore dependency-version: 1.42.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: certifi dependency-version: 2026.2.25 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: icalendar dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: protobuf dependency-version: 7.34.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: redis dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tinycss2 dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: wrapt dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: types-psycopg2 dependency-version: 2.9.21.20260223 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: virtualenv dependency-version: 21.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
matmair
approved these changes
Mar 6, 2026
Member
|
@SchrodingersGat ready for review and merge |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11467 +/- ##
=======================================
Coverage 88.05% 88.05%
=======================================
Files 1296 1296
Lines 59029 59029
Branches 1935 1935
=======================================
Hits 51976 51976
Misses 6572 6572
Partials 481 481
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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 dependencies group with 1 update in the /docs directory: mkdocs-material.
Bumps the dependencies group with 11 updates in the /src/backend directory:
1.42.541.42.581.42.541.42.582026.1.42026.2.257.0.17.0.26.33.57.34.07.2.07.2.11.4.01.5.16.11.06.12.01.17.32.1.12.9.21.202510122.9.21.2026022320.38.021.1.0Updates
mkdocs-materialfrom 9.7.2 to 9.7.3Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
da5d442Prepare 9.7.3 release03e8baeFixed order of imports70dee38Switched warning message to print to stderrb78109bUpdated blog post on MkDocs 2.0e1dd2c8Updated blog post on MkDocs 2.06972761Updated blog post on MkDocs 2.0Updates
boto3from 1.42.54 to 1.42.58Commits
d327a89Merge branch 'release-1.42.58'14eee00Bumping version to 1.42.58dbe54faAdd changelog entries from botocore1536571Merge branch 'release-1.42.57'8108f80Merge branch 'release-1.42.57' into develop20eb2f4Bumping version to 1.42.57058ec48Add changelog entries from botocorecd7ad1cMerge branch 'release-1.42.56'0e70020Merge branch 'release-1.42.56' into developbcf5fbbBumping version to 1.42.56Updates
botocorefrom 1.42.54 to 1.42.58Commits
f76046bMerge branch 'release-1.42.58'47f8789Bumping version to 1.42.5814bc74fUpdate to latest models8c0427aAdd support for None values in list parsing (#3618)86d9ec3Merge branch 'release-1.42.57'374c632Merge branch 'release-1.42.57' into develop6a6ee17Bumping version to 1.42.57c590d3cUpdate endpoints modeld16bad8Update to latest modelsb6a65cbMerge branch 'release-1.42.56'Updates
certififrom 2026.1.4 to 2026.2.25Commits
8571a4b2026.02.25 (#395)6f7de00Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#390)a1de59bBump actions/checkout from 6.0.1 to 6.0.2 (#391)7f5ade5Bump actions/setup-python from 6.1.0 to 6.2.0 (#392)Updates
icalendarfrom 7.0.1 to 7.0.2Release notes
Sourced from icalendar's releases.
Changelog
Sourced from icalendar's changelog.