deps(backend): bump the minor-and-patch group across 1 directory with 7 updates - #35
Open
dependabot[bot] wants to merge 1 commit into
Open
deps(backend): bump the minor-and-patch group across 1 directory with 7 updates#35dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 7 updates Bumps the minor-and-patch group with 7 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `6.0.5` | `6.1` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.17.1` | `3.17.2` | | [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.66` | | [pillow](https://github.com/python-pillow/Pillow) | `12.2.0` | `12.3.0` | Updates `django` from 6.0.5 to 6.1 - [Commits](django/django@6.0.5...6.1) Updates `djangorestframework` from 3.17.1 to 3.17.2 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.17.1...3.17.2) 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.66 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.9...1.43.66) 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.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: djangorestframework dependency-version: 3.17.2 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.66 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 |
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 7 updates in the /backend directory:
6.0.56.13.17.13.17.22.9.02.10.07.1.07.2.06.2.26.2.41.43.91.43.6612.2.012.3.0Updates
djangofrom 6.0.5 to 6.1Commits
fe0a859[6.1.x] Bumped version for 6.1 release.6277045[6.1.x] Updated man page for Django 6.1.fc78c5c[6.1.x] Finalized release notes for Django 6.1.c58d861[6.1.x] Updated translations from Transifex.dc1b8de[6.1.x] Added missing lang override in translation fetching helper for Serbia...1f5bf63[6.1.x] Refs #36735 -- Added DatabaseFeatures.supports_uuid4_function_in_defa...8099984[6.1.x] Added CVE-2026-15307, CVE-2026-15337, CVE-2026-15830, and CVE-2026-15...5a260d3[6.1.x] Fixed CVE-2026-15920 -- Made display_for_field() validate URLs before...9e4a3f1[6.1.x] Fixed CVE-2026-15830 -- Mitigated potential DoS via nested geometry c...5b3523d[6.1.x] Fixed CVE-2026-15337 -- Mitigated potential DoS in check_for_language().Updates
djangorestframeworkfrom 3.17.1 to 3.17.2Release notes
Sourced from djangorestframework's releases.
Commits
ad309f3Release 3.17.2 (#10014)2912dc9EnforceDATA_UPLOAD_MAX_MEMORY_SIZEforrequest.dataparsing (#10013)71f8194Fix disclosure of GET-protected data in case of validation error with `AdminR...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.66Commits
f53e30aMerge branch 'release-1.43.66'7ac6cf8Bumping version to 1.43.66c69aee1Add changelog entries from botocoreb74eb20Merge branch 'release-1.43.65'75469d6Merge branch 'release-1.43.65' into developd25fa39Bumping version to 1.43.656081dfdAdd changelog entries from botocore06a2e1bMerge branch 'release-1.43.64'c7b4afaMerge branch 'release-1.43.64' into developf2f83e3Bumping version to 1.43.64Updates
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