Bump the python group across 1 directory with 5 updates#223
Merged
Conversation
Bumps the python group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django-allauth](https://github.com/sponsors/pennersr) | `65.9.0` | `65.10.0` | | [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) | `5.5.0` | `5.5.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.2` | `0.12.5` | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.0` | | [rust-just](https://github.com/gnpaone/rust-just) | `1.41.0` | `1.42.3` | Updates `django-allauth` from 65.9.0 to 65.10.0 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `djangorestframework-simplejwt` from 5.5.0 to 5.5.1 - [Release notes](https://github.com/jazzband/djangorestframework-simplejwt/releases) - [Changelog](https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md) - [Commits](jazzband/djangorestframework-simplejwt@v5.5.0...v5.5.1) Updates `ruff` from 0.12.2 to 0.12.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.12.2...0.12.5) Updates `coverage` from 7.9.2 to 7.10.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.9.2...7.10.0) Updates `rust-just` from 1.41.0 to 1.42.3 - [Release notes](https://github.com/gnpaone/rust-just/releases) - [Changelog](https://github.com/gnpaone/rust-just/blob/master/CHANGELOG.md) - [Commits](gnpaone/rust-just@1.41.0...1.42.3) --- updated-dependencies: - dependency-name: django-allauth dependency-version: 65.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: djangorestframework-simplejwt dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: coverage dependency-version: 7.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: rust-just dependency-version: 1.42.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #223 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 50 50
Lines 1881 1881
=========================================
Hits 1881 1881 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 5 updates in the / directory:
65.9.065.10.05.5.05.5.10.12.20.12.57.9.27.10.01.41.01.42.3Updates
django-allauthfrom 65.9.0 to 65.10.0Commits
Updates
djangorestframework-simplejwtfrom 5.5.0 to 5.5.1Release notes
Sourced from djangorestframework-simplejwt's releases.
Changelog
Sourced from djangorestframework-simplejwt's changelog.
Commits
be0301eUpdate locale files (#878)a2d0a02Update CHANGELOG.md for 5.5.1 (#891)a3f0e6d[pre-commit.ci] pre-commit autoupdate (#892)d77ae20fix: always stringify user_id claim (#887)890e136Fix ref.e58e16bFor rST fixes.6bc2a14Fix rST syntax.b358417Remove pin for Sphinx.d63d86dUpdate RTD config71c72e1chore: add Django 5.2 support to test matrix and packagingUpdates
rufffrom 0.12.2 to 0.12.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
d13228aBump 0.12.5 (#19528)9461d30[ty] Rename type_api => ty_extensions (#19523)63d1d33[ty] Added support for "go to references" in ty playground. (#19516)e0149cd[ty] Return a tuple spec from the iterator protocol (#19496)2a00eca[ty] Exhaustiveness checking & reachability formatchstatements (#19508)3d17897[ty] Fix narrowing and reachability of class patterns with arguments (#19512)fa1df4c[ty] Implemented partial support for "find references" language server featur...89258f1[flake8-use-pathlib] Add autofix forPTH101,PTH104,PTH105,PTH121...1dcef1a[perflint] Parenthesize generator expressions (PERF401) (#19325)ba629fe[pep8-naming] FixN802false positives forCGIHTTPRequestHandlerand `S...Updates
coveragefrom 7.9.2 to 7.10.0Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
ef59be0build: missed an expected distribution countf49f061docs: sample HTML for 7.10.06a7d5cadocs: prep for 7.10.0395c8cdbuild: provide 3.14 wheels6154fdafeat: patch=execv787e5c4test: we don't use 'expensive' as a mark now7e49831refactor: patch=_exit without a global4d4ddd8fix: better ellipsis exclusion regex. #831d578c52fix: don't assume we have a current frame. #2005ecf53d5docs: remind myself what the cores areUpdates
rust-justfrom 1.41.0 to 1.42.3Release notes
Sourced from rust-just's releases.
Changelog
Sourced from rust-just's changelog.
Commits
35c2418Merge pull request #212 from gnpaone/sync-actione7b818cchore: sync files from source repo0375833Merge pull request #211 from gnpaone/npm-update27f1924update version & modify lockfile6fb375fMerge pull request #210 from gnpaone/sync-actionffc517fchore: sync files from source repo1d38792Merge pull request #209 from gnpaone/dependabot/npm_and_yarn/npm/rust-just/ty...e20edc2npm(deps-dev): bump@types/nodein /npm/rust-just91d13ddMerge pull request #208 from gnpaone/dependabot/npm_and_yarn/npm/rust-just/ty...48b170anpm(deps-dev): bump@typescript-eslint/eslint-pluginin /npm/rust-justDependabot 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