Skip to content

deps(deps-dev): bump django-cotton from 2.5.1 to 2.6.2 - #1275

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/django-cotton-2.6.2
Open

deps(deps-dev): bump django-cotton from 2.5.1 to 2.6.2#1275
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/django-cotton-2.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Copy link
Copy Markdown

Bumps django-cotton from 2.5.1 to 2.6.2.

Release notes

Sourced from django-cotton's releases.

2.6.2

What's Changed

New Contributors

Full Changelog: wrabit/django-cotton@2.6.1...2.6.2

2.6.1

What's Changed

New Contributors

Full Changelog: wrabit/django-cotton@2.6.0...2.6.1

2.6.0

Support DTL-like Shorthand Dynamic Attributes Without : and Quotes

Cotton now supported supplying dynamic attributes without quotes and :. This aligns better with native DTL where you can pass template context vars or bool + None as quote-less values.

Previously:

<c-some-component 
  :required="True" 
  :age="3"
  :template-variable="my_var"
/>

Now we can optionally use the shorthand approach of:

<c-some-component 
  required=True
  age=3
  template-variable=my_var
/>

This is purely optional and the traditional approach is still fully supported and in fact still required for complex cases like string literal Dicts or Lists.

<c-some-component 
  :config="{'multiplier': 0.3, 'category': 'x'}"
</tr></table> 

... (truncated)

Commits
  • e14286d Merge pull request #341 from wrabit/329-is-remains-in-attrs-string
  • 825e381 ensure 'is' not in attrs string
  • 72be079 Merge pull request #340 from wrabit/335-alpine-attributes-not-evaluated
  • dc69840 fix evaluation issue in alpine (::) attributes
  • f29cc3f Merge pull request #334 from hasnainmumtaz/docs/readme-organizing-subfolders
  • c49630b Focus more on index.html use case in sample
  • c9e75ae docs: add usage example to organizing in subfolders section
  • 112f4cf docs: add Organizing in Subfolders section to README
  • 785cf18 Bump version from 2.6.0 to 2.6.1
  • 4566579 Merge pull request #331 from twentyforty/fix/render-component-nested-paths
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [django-cotton](https://github.com/wrabit/django-cotton) from 2.5.1 to 2.6.2.
- [Release notes](https://github.com/wrabit/django-cotton/releases)
- [Commits](wrabit/django-cotton@2.5.1...2.6.2)

---
updated-dependencies:
- dependency-name: django-cotton
  dependency-version: 2.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants