chore(deps): bump the dependencies group across 1 directory with 8 updates#354
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the dependencies group across 1 directory with 8 updates#354dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the dependencies group with 8 updates in the /src/backend directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.2.14` | `6.0.5` | | [ty](https://github.com/astral-sh/ty) | `0.0.1a21` | `0.0.39` | | [bleach](https://github.com/mozilla/bleach) | `4.1.0` | `6.3.0` | | [blessed](https://github.com/jquast/blessed) | `1.42.0` | `1.44.0` | | [django-allauth](https://github.com/sponsors/pennersr) | `65.14.3` | `65.17.0` | | [django-otp](https://github.com/django-otp/django-otp) | `1.3.0` | `1.7.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `6.33.6` | `7.35.0` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.3` | `2.2.1` | Updates `django` from 5.2.14 to 6.0.5 - [Commits](django/django@5.2.14...6.0.5) Updates `ty` from 0.0.1a21 to 0.0.39 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.1-alpha.21...0.0.39) Updates `bleach` from 4.1.0 to 6.3.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](mozilla/bleach@v4.1.0...v6.3.0) Updates `blessed` from 1.42.0 to 1.44.0 - [Release notes](https://github.com/jquast/blessed/releases) - [Changelog](https://github.com/jquast/blessed/blob/master/docs/history.rst) - [Commits](https://github.com/jquast/blessed/commits) Updates `django-allauth` from 65.14.3 to 65.17.0 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `django-otp` from 1.3.0 to 1.7.0 - [Changelog](https://github.com/django-otp/django-otp/blob/master/CHANGES.rst) - [Commits](django-otp/django-otp@v1.3.0...v1.7.0) Updates `protobuf` from 6.33.6 to 7.35.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `wrapt` from 1.17.3 to 2.2.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.2.1) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ty dependency-version: 0.0.39 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: bleach dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: blessed dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: django-allauth dependency-version: 65.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: django-otp dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: protobuf dependency-version: 7.35.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: wrapt dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 8 updates in the /src/backend directory:
5.2.146.0.50.0.1a210.0.394.1.06.3.01.42.01.44.065.14.365.17.01.3.01.7.06.33.67.35.01.17.32.2.1Updates
djangofrom 5.2.14 to 6.0.5Commits
8f8ad09[6.0.x] Bumped version for 6.0.5 release.44ad76e[6.0.x] Fixed CVE-2026-6907 -- Prevented caching of requests when Vary header...1b0184a[6.0.x] Fixed CVE-2026-35192 -- Ensured Vary header is sent when setting sess...ad8f9e1[6.0.x] Fixed CVE-2026-5766 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE in Memory...990ab01[6.0.x] Fixed #37039 -- Removed outdated note from QuerySet.iterator() docs.f0c269f[6.0.x] Fixed typo in stub release notes for 5.2.14.8bcd15b[6.0.x] Fixed #37067 -- Added trailing slash in django_file_prefixes().3cdec64[6.0.x] Refs CVE-2026-25674 -- Clarified role of umask in upload permissions.5dd5c70[6.0.x] Added stub release notes and release date for 6.0.5 and 5.2.14.8ee7341[6.0.x] Refs #373, #34122 -- Removed warning that ForeignObject is an interna...Updates
tyfrom 0.0.1a21 to 0.0.39Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
0205125Bump version to 0.0.39 (#3516)ae8058dUpdate maturin to v1.13.3 (#3494)33b60f8Update prek dependencies (#3495)1d3efc1Bump version to 0.0.38 (#3492)f5100ccscripts/update_schemastore: use -C to allow re-running schema update on exist...f18aed6Bump version to 0.0.37 (#3473)a63e559Bump version to 0.0.36 (#3463)94370d5Update prek dependencies (#3449)bc12d1cBump version to 0.0.35 (#3436)fb34d89Build riscv64 manylinux binary (#3402)Updates
bleachfrom 4.1.0 to 6.3.0Changelog
Sourced from bleach's changelog.
... (truncated)
Commits
5546d5dchore: prep for 6.3.0 release88df3ffchore: fix readthedocsd8b2fb4fix: fix wbr handling (#488)55e48cechore: add support for Python 3.14 (#758)a4d6cddchore: drop support for Python 3.9 (#756)172d92fBump actions/setup-python from 5.6.0 to 6.0.0df88612Bump actions/checkout from 4.2.2 to 5.0.0cbcf6b1Bump actions/cache from 4.2.3 to 4.3.0d9aa7efSwitch from dependabot reviewers to CODEOWNERS06f0f76Update setuptools, wheel, and twine for devsUpdates
blessedfrom 1.42.0 to 1.44.0Release notes
Sourced from blessed's releases.
Changelog
Sourced from blessed's changelog.
... (truncated)
Commits
Updates
django-allauthfrom 65.14.3 to 65.17.0Commits
Updates
django-otpfrom 1.3.0 to 1.7.0Changelog
Sourced from django-otp's changelog.
... (truncated)
Commits
fc0d50bVersion 1.7.056e4ce3Refactor test utilities8c4d4c2Update test matrix for Django 6.00ac4ff3Cleanup and changelogb10df0dMake OTPMiddleware async capable. (#185)8121179Raise requires-python to 3.8.38b7ebaVersion 1.6.3b9026d7Correct Missing Spanish Translationsae18ba9Fix #181: misdocumented return type.c9eef89Version 1.6.2Updates
protobuffrom 6.33.6 to 7.35.0Release notes
Sourced from protobuf's releases.
... (truncated)
Commits
Updates
wraptfrom 1.17.3 to 2.2.1Release notes
Sourced from wrapt's releases.
... (truncated)
Changelog
Sourced from wrapt's changelog.
... (truncated)
Commits
787db02Merge branch 'release/2.2.1'da8f21fUpdate to 2.2.1 for final release.d89dce9Skip CPython specific descriptor tests on PyPy.86f4e0eGo with 2.2.1rc1 instead of 2.2.1.dev1.94bd940Run descriptor get tests against both implementations.00541d5Merge branch 'develop' of github.com:GrahamDumpleton/wrapt into developdaddcfeMerge pull request #341 from brettlangdon/brettlangdon/descriptor.tests0583a12Revert Py_None substitution in C FunctionWrapper.get.f8d4a2eAdd test coverage for native descriptors0dbbba1Update to 2.2.1.dev1 to test fixes.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