build(deps): bump the python group across 1 directory with 7 updates#22
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps): bump the python group across 1 directory with 7 updates#22dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the python group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [celery](https://github.com/celery/celery) | `5.6.2` | `5.6.3` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.17.0` | `3.17.1` | | [gunicorn](https://github.com/benoitc/gunicorn) | `25.1.0` | `25.3.0` | | [redis](https://github.com/redis/redis-py) | `7.3.0` | `7.4.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.55.0` | `2.56.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.7` | `0.15.8` | | [werkzeug[watchdog]](https://github.com/pallets/werkzeug) | `3.1.6` | `3.1.7` | Updates `celery` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](celery/celery@v5.6.2...v5.6.3) Updates `djangorestframework` from 3.17.0 to 3.17.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.17.0...3.17.1) Updates `gunicorn` from 25.1.0 to 25.3.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@25.1.0...25.3.0) Updates `redis` from 7.3.0 to 7.4.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.3.0...v7.4.0) Updates `sentry-sdk` from 2.55.0 to 2.56.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.55.0...2.56.0) Updates `ruff` from 0.15.7 to 0.15.8 - [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.15.7...0.15.8) Updates `werkzeug[watchdog]` from 3.1.6 to 3.1.7 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.6...3.1.7) --- updated-dependencies: - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: djangorestframework dependency-version: 3.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: gunicorn dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: sentry-sdk dependency-version: 2.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: ruff dependency-version: 0.15.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: werkzeug[watchdog] dependency-version: 3.1.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python ... 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 python group with 7 updates in the / directory:
5.6.25.6.33.17.03.17.125.1.025.3.07.3.07.4.02.55.02.56.00.15.70.15.83.1.63.1.7Updates
celeryfrom 5.6.2 to 5.6.3Release notes
Sourced from celery's releases.
... (truncated)
Changelog
Sourced from celery's changelog.
... (truncated)
Commits
3f4d8d7Prepare for release: v5.6.3 (#10221)a989e8cfix: clear the timer while catch the exception (#10218)d06de5fChore(deps): Bump nick-fields/retry from 3 to 4 (#10213)c3c19c3Fix: prioritize request ignore_result over task definition (#10184)d23be53Remove outdated autoreloader section from extending docs (#10154)ada2da7docs: fix duplicated word in bootsteps comment\n\nSigned-off-by: Rohan Santho...f45f62bAdd compression header to message protocol docs (#10156)9a27092docs: clarify after_return behavior for retried tasks (#10192)6ee6230Fix#9722 friendly status errors for CLI (#10190)a9a2d4c[pre-commit.ci] pre-commit autoupdate (#10186)Updates
djangorestframeworkfrom 3.17.0 to 3.17.1Release notes
Sourced from djangorestframework's releases.
Commits
22e231cPrepare bug fix release 3.17.1 (#9931)8e99b53Add condition to skip pushed tags from forks (#9924)c0407deFixHTMLFormRendererwith emptydatetimevalues (#9928)30d58a7Fix the book sizing in the documentation (#9926)6f03b79Tweak order of changes in release notesUpdates
gunicornfrom 25.1.0 to 25.3.0Release notes
Sourced from gunicorn's releases.
... (truncated)
Commits
9bce72cUpdate changelog with missing 25.3.0 changes2a15fdbFix pylint isinstance-second-argument-not-valid-type warning8d08aaaFix --limit-request-line 0 to mean unlimitedd40a374Fix pytest-asyncio configuration and treq_asgi hex escapesda8bd48Remove unused AsyncRequest classb00f125Integrate gunicorn_h1c 0.6.3 with InvalidChunkExtension supportbdb2ebdReject chunk extensions with bare CR bytes (RFC 9112)7057fc9Fix http_protocols documentation to use string syntaxd43acb8Update to gunicorn_h1c >= 0.6.2 for asgi_headers supportcbd27e8Merge pull request #3559 from benleembruggen/fix/http2-asgi-body-duplicationUpdates
redisfrom 7.3.0 to 7.4.0Release notes
Sourced from redis's releases.
Commits
b72f24aUpdating lib version to 7.4.00a4e0afRefactored health check logic for MultiDBClient (#3994)15492c9Refactored connection count and SCH metric collection (#4001)cd964acExpose basic Otel classes and funtions to be importable through redis.observa...46ab74dFixing security concern in repr methods for ConnectionPools - passwords m...26482dbFix AttributeError in cluster metrics recording when connection is None or Cl...Updates
sentry-sdkfrom 2.55.0 to 2.56.0Release notes
Sourced from sentry-sdk's releases.
Changelog
Sourced from sentry-sdk's changelog.
Commits
f5e93adrelease: 2.56.04cd6752chore: pin GitHub Actions to full-length commit SHAs (#5781)c3eb19ftest: fix flaky threading test (#5700)b2b42dffix(starlette): Catch Jinja2Templates ImportError (#5741)48dc566feat(asgi): Add option to disable suppressing chained exceptions (#5714)f963475tests: Add-latestalias for each integration test suite (#5706)715fd2bci: Use date-based branch names for toxgen PRs (#5704)35fe9e4ci: 🤖 Update test matrix with new releases (03/19) (#5703)8d56b30fix(anthropic): Set exception info on streaming span when applicable (#5683)e103926feat: Make ASGI support span first (#5680)Updates
rufffrom 0.15.7 to 0.15.8Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
c2a8815Release 0.15.8 (#24217)d444d52[ty] Infer lambda expressions withCallabletype context (#22633)9622285[ty] Autocomplete arguments if in arguments node (#24167)d812662Use thereleaseenvironment inpublish-docs(#24214)eda2355[ty] ShowFinalsource in final assignment diagnostic (#24194)929eb52[ty] Enforce Final attribute assignment rules for annotated and augmented wri...34998be[ty] Fix typo in comment (#24211)560aca0[ty] Minor simplifications to some benchmark code (#24209)683bae5[ty] Track non-terminal-call constraints in global scope (#23245)4704c2a[ty] Remove unnecessary intermediate collection in `StaticClassLiteral::field...Updates
werkzeug[watchdog]from 3.1.6 to 3.1.7Release notes
Sourced from werkzeug[watchdog]'s releases.
Changelog
Sourced from werkzeug[watchdog]'s changelog.
Commits
005d93brelease version 3.1.7c328342merge any number of slashes (#3136)23142a3merge any number of slashesb913d68always set accept-ranges headerf282943Correct 1049dd6b2a363e1ef302b4161c340fb8582f627ad3d3df5validate host characters2c6a3a5parse transfer-encoding as set (#3134)63261cdparse transfer-encoding as setdafe7f1fix trailing whitespace in WWW-Authenticate bearer (#3129)051fd66fix trailing whitespace in WWW-Authenticate bearerDependabot 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