deps(backend): bump the minor-and-patch group across 1 directory with 6 updates - #31
Closed
dependabot[bot] wants to merge 1 commit into
Closed
deps(backend): bump the minor-and-patch group across 1 directory with 6 updates#31dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 6 updates Bumps the minor-and-patch group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `6.0.5` | `6.0.7` | | [pyotp](https://github.com/pyauth/pyotp) | `2.9.0` | `2.10.0` | | [docker](https://github.com/docker/docker-py) | `7.1.0` | `7.2.0` | | [croniter](https://github.com/pallets-eco/croniter) | `6.2.2` | `6.2.4` | | [boto3](https://github.com/boto/boto3) | `1.43.9` | `1.43.46` | | [pillow](https://github.com/python-pillow/Pillow) | `12.2.0` | `12.3.0` | Updates `django` from 6.0.5 to 6.0.7 - [Commits](django/django@6.0.5...6.0.7) Updates `pyotp` from 2.9.0 to 2.10.0 - [Release notes](https://github.com/pyauth/pyotp/releases) - [Changelog](https://github.com/pyauth/pyotp/blob/main/Changes.rst) - [Commits](pyauth/pyotp@v2.9.0...v2.10.0) Updates `docker` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](docker/docker-py@7.1.0...7.2.0) Updates `croniter` from 6.2.2 to 6.2.4 - [Release notes](https://github.com/pallets-eco/croniter/releases) - [Changelog](https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst) - [Commits](pallets-eco/croniter@6.2.2...6.2.4) Updates `boto3` from 1.43.9 to 1.43.46 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.9...1.43.46) Updates `pillow` from 12.2.0 to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.2.0...12.3.0) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pyotp dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: docker dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: croniter dependency-version: 6.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: boto3 dependency-version: 1.43.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/pip/backend/minor-and-patch-4d2d2887ce
branch
August 10, 2026 04:20
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 minor-and-patch group with 6 updates in the /backend directory:
6.0.56.0.72.9.02.10.07.1.07.2.06.2.26.2.41.43.91.43.4612.2.012.3.0Updates
djangofrom 6.0.5 to 6.0.7Commits
e2a4246[6.0.x] Bumped version for 6.0.7 release.a5de13f[6.0.x] Fixed CVE-2026-53878 -- Prevented newlines from being accepted in Dom...38dfbd2[6.0.x] Fixed CVE-2026-53877 -- Prevented heap buffer over-read when creating...64f9a2b[6.0.x] Fixed CVE-2026-48588 -- Prevented caching of responses that set cooki...c26957a[6.0.x] Fixed flatpages synopsis in docs.0b60f44[6.0.x] Added FILE_UPLOAD_DIRECTORY_PERMISSIONS to docs settings index.d928e30[6.0.x] Fixed #37172 -- Linked to upload handlers section in FILE_UPLOAD_* se...e18935c[6.0.x] Fixed #37158 -- Reordered the contribution checklist sections.490eb9c[6.0.x] Fixed document referenced in multiple toctrees warning in docs/intern...748a9b5[6.0.x] Fixed duplicate target name in docs/internals/howto-release-django.txt.Updates
pyotpfrom 2.9.0 to 2.10.0Release notes
Sourced from pyotp's releases.
Changelog
Sourced from pyotp's changelog.
Commits
81ed54av2.10.0d44e98aFix parse_uri mis-parsing of encoded colon in issuer/account name (#187)a25dbbbSimplified and improved generate_otp() performance in Steam class (#179)89ebf90Update CI matrix2c152d4Replace ubuntu-20.04 with 22.04 in CI (#177)6e25ce2Replace license classifier with license expression (#176)3419136Use trusted publishing and hatch0c3b765Format files with ruffa398c80Update CI configuration92b1dbcdocs: fix deprecated intersphinx_mapping format (#173)Updates
dockerfrom 7.1.0 to 7.2.0Release notes
Sourced from docker's releases.
... (truncated)
Commits
5ad5327Merge pull request #3415 from vvoland/update-changelogd242230docs: 7.2.0 changelogba01cc7Merge pull request #3401 from ebriney/client-from-contextae5dfe9Merge pull request #3410 from vvoland/fix-flakyaa99999integration/swarm: Preserve rotated unlock key059d371Merge pull request #3407 from vvoland/fix-arm649b4b9b8gha: Add arm64 integration CI9e9f8ffSkip tests incompatible with host architecturee0542d9Merge pull request #3408 from vvoland/gha-pin578a11dgha: Pin to digestsUpdates
croniterfrom 6.2.2 to 6.2.4Release notes
Sourced from croniter's releases.
Changelog
Sourced from croniter's changelog.
Commits
5853499Prepare for release 6.2.4 (#241)fd13d2eBump the github-actions group with 2 updates (#240)44e3090wrap sunday in expand_from_start_time day-of-week low bound (#239)5cd2e46Bump the github-actions group with 2 updates (#238)f1eedddPrepare for 6.2.4 development (#237)22b59e0Prepare for release 6.2.3 (#236)ab27767reject zero step in equal and reversed cron ranges (#232)f329964fix expand_from_start_time month low bound off-by-one (#235)9810279Bump the github-actions group with 2 updates (#233)d051aafBump hatchling from 1.29.0 to 1.30.1 in the pip-dependencies group (#234)Updates
boto3from 1.43.9 to 1.43.46Commits
c7888d6Merge branch 'release-1.43.46'1479621Bumping version to 1.43.4654abdb4Add changelog entries from botocore75de637Merge branch 'release-1.43.45'd3449aaMerge branch 'release-1.43.45' into develop497253dBumping version to 1.43.455e9768eAdd changelog entries from botocore19a915bMerge branch 'release-1.43.44'1b69a06Merge branch 'release-1.43.44' into developb0e3f6aBumping version to 1.43.44Updates
pillowfrom 12.2.0 to 12.3.0Release notes
Sourced from pillow's releases.
... (truncated)
Commits
bb1d8e812.3.0 version bumpe63fc48Add release notes for SBOM and performance improvements (#9747)13b701bAdd release notes for #96795564ca7List methodsa0920fdSpeed up ImageChops operations (#9738)07e9a6cSpeed upImage.filter()(#9736)a94578cSpeed upImage.getchannel(),Image.merge(),Image.putalpha()and `Image...53e02c4Speed upImage.fill(),Image.linear_gradient()and `Image.radial_gradient...af03747Speed upImage.resample()(#9739)5c9ca56Speed upalpha_composite,matrix,negative,quantize(#9740)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