Bump the dependencies group with 7 updates#520
Merged
Conversation
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [celery](https://github.com/celery/celery) | `5.4.0` | `5.5.1` | | [django-celery-results](https://github.com/celery/django-celery-results) | `2.5.1` | `2.6.0` | | [django-extensions](https://github.com/django-extensions/django-extensions) | `3.2.3` | `4.1` | | [boto3](https://github.com/boto/boto3) | `1.37.28` | `1.37.33` | | [ipython](https://github.com/ipython/ipython) | `9.0.2` | `9.1.0` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.37.28` | `1.37.33` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.4` | `0.11.5` | Updates `celery` from 5.4.0 to 5.5.1 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](celery/celery@v5.4.0...v5.5.1) Updates `django-celery-results` from 2.5.1 to 2.6.0 - [Release notes](https://github.com/celery/django-celery-results/releases) - [Changelog](https://github.com/celery/django-celery-results/blob/main/Changelog) - [Commits](celery/django-celery-results@v2.5.1...v2.6.0) Updates `django-extensions` from 3.2.3 to 4.1 - [Release notes](https://github.com/django-extensions/django-extensions/releases) - [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md) - [Commits](django-extensions/django-extensions@3.2.3...4.1) Updates `boto3` from 1.37.28 to 1.37.33 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.37.28...1.37.33) Updates `ipython` from 9.0.2 to 9.1.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.0.2...9.1.0) Updates `boto3-stubs` from 1.37.28 to 1.37.33 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.11.4 to 0.11.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.4...0.11.5) --- updated-dependencies: - dependency-name: celery dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: django-celery-results dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: django-extensions dependency-version: '4.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.37.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ipython dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3-stubs dependency-version: 1.37.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-version: 0.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 7 updates:
5.4.05.5.12.5.12.6.03.2.34.11.37.281.37.339.0.29.1.01.37.281.37.330.11.40.11.5Updates
celeryfrom 5.4.0 to 5.5.1Release notes
Sourced from celery's releases.
... (truncated)
Changelog
Sourced from celery's changelog.
... (truncated)
Commits
d643c7cPrepare for release: v5.5.1 (#9660)f110e3cFixed "AttributeError: list object has no attribute strip" with quorum queues...d1c35bbPrepare for release: v5.5.0 (#9644)c05269aBump Kombu to v5.5.2 (#9643)4e2faceAdd Codecov Test Analytics0436c55Lock pytest-celery to v1.2.x (using urllib3 instead of pycurl) (#9633)843b6f2Lock Kombu to v5.5.x (using urllib3 instead of pycurl) (#9632)53dc515Reject task when hard time limit is exceeded with acks_on_failure_or_timeout=...9226cb4update tests to use python 3.8 codes only (#9627)10cecefImproved explanation for Database transactions at user guide for tasks (#9617)Updates
django-celery-resultsfrom 2.5.1 to 2.6.0Release notes
Sourced from django-celery-results's releases.
... (truncated)
Changelog
Sourced from django-celery-results's changelog.
Commits
3861eb2Bump version: v2.5.1 → v2.6.0043ce8bupdated changelog for v2.6.06ee328dremove python 3.7 from supported version521fbf1declare django 5.2 support (#472)e7a162bupdate python and django versions (#471)f57dbcffix: allow for custom states in status field (#407)c236191fix ru localization (#467)b4b17e3Add support for Django 5.1 and Python 3.13 (#464)4dd3bdfdrop older versions (#456)18aaa25Remove case dependencyUpdates
django-extensionsfrom 3.2.3 to 4.1Release notes
Sourced from django-extensions's releases.
... (truncated)
Changelog
Sourced from django-extensions's changelog.
Commits
ad01551v4.12c3e914update CHANGELOGfb5b2afruff format7e978d2graph_models style per app (#1848)067064eavoid trying to serialize expressions when serializing default valuesa886068update CHANGELOGd824501Add show_permissions management command (#1920)934f93fbumped version numberc4577dfv4.07cdb43apyproject formattingUpdates
boto3from 1.37.28 to 1.37.33Commits
383df5fMerge branch 'release-1.37.33'a7f8322Bumping version to 1.37.33413861aAdd changelog entries from botocoree0ec083Merge branch 'develop'c5a52bbBumping version to 1.37.3226e64b0Add changelog entries from botocore81e617eUse a single thread for download_fileobj for append mode773a915Use a single thread for download_fileobj for append mode032e29cMerge branch 'release-1.37.32'c2cb61fBumping version to 1.37.32Updates
ipythonfrom 9.0.2 to 9.1.0Commits
f9097f6release 9.1.0d1d1241IPython 9.1 release notes (#14862)035b18eGrammar, wordingc680afeNo need for bullet with two points9d98362IPython 9.1 release notesd66c456Fix typos in tips (#14859)48df9a3Fix typosb554fdeEnhance%notebookto save outputs, including MIME types and exceptions (#14...71862afPatch thewritemethod instead to fix downstream tests116ee9eFix typo intips.py(#14856)Updates
boto3-stubsfrom 1.37.28 to 1.37.33Release notes
Sourced from boto3-stubs's releases.
Commits
Updates
rufffrom 0.11.4 to 0.11.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
7186d5eBump 0.11.5 (#17337)5b6e949[red-knot] Silenceunresolved-attributein unreachable code (#17305)ec74f2dRevert "[red-knot] Type narrowing for assertions (#17149)" (#17335)907b6ed[red-knot] Type narrowing for assertions (#17149)fd9882a[red-knot] avoid unnecessary evaluation of visibility constraint on definitel...66a33bfupdate cargo-dist (#17325)5b1d835[red-knot] Fix double hovers/inlays in playground (#17334)4d50ee6[red-knot] Track reachability of scopes (#17332)06ffeb2Add pre-commit hook to check for merge conflicts (#17279)10e4412[red-knot] Add inlay type hints (#17214)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