Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 6 updates - #470

Merged
offbyone merged 1 commit into
mainfrom
dependabot/uv/minor-and-patch-5304dbe24c
Jul 23, 2026
Merged

build(deps): bump the minor-and-patch group across 1 directory with 6 updates#470
offbyone merged 1 commit into
mainfrom
dependabot/uv/minor-and-patch-5304dbe24c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 6 updates in the / directory:

Package From To
boto3 1.43.36 1.43.49
django-htmx 1.27.0 1.28.0
faker 40.23.0 40.31.0
django-stubs 6.0.5 6.0.7
djlint 1.39.4 1.40.7
ruff 0.15.19 0.15.21

Updates boto3 from 1.43.36 to 1.43.49

Commits
  • 2ce2fd5 Merge branch 'release-1.43.49'
  • 159cb6a Bumping version to 1.43.49
  • 2b8f4d8 Add changelog entries from botocore
  • aa40f37 Merge branch 'release-1.43.48'
  • 652b573 Merge branch 'release-1.43.48' into develop
  • 13cce5d Bumping version to 1.43.48
  • 24523ab Add changelog entries from botocore
  • 11b9978 Merge branch 'release-1.43.47'
  • d1530e3 Merge branch 'release-1.43.47' into develop
  • 2a7cd54 Bumping version to 1.43.47
  • Additional commits viewable in compare view

Updates django-htmx from 1.27.0 to 1.28.0

Changelog

Sourced from django-htmx's changelog.

1.28.0 (2026-07-12)

  • Support htmx version 4 <https://four.htmx.org/>__ (beta), available by adding version=4 to the :doc:template tags \<template_tags>. The default htmx version remains 2, since htmx 4 is in beta. When htmx 4 is released, the default will be updated to 4 in a future major release of django-htmx.

    For example, with the Django templates htmx_script tag:

    .. code-block:: django

    {% htmx_script version=4 %}
    

    The :doc:example project <example_project> now uses htmx 4, to demonstrate its usage.

    See the htmx 4 migration guide <https://four.htmx.org/docs#migration>__ for guidance on adopting version 4.

    PR [#606](https://github.com/adamchainz/django-htmx/issues/606) <https://github.com/adamchainz/django-htmx/pull/606>__.

  • Extend the request.htmx object with two new attributes based on new htmx-4-only attributes:

    • :attr:HtmxDetails.request_type <django_htmx.middleware.HtmxDetails.request_type>, based on the |HX-Request-Type header|__ that indicates if the request is for full or partial content.
    • :attr:HtmxDetails.source <django_htmx.middleware.HtmxDetails.source>, based on the |HX-Source request header|__ that htmx 4 sends instead of HX-Trigger/HX-Trigger-Name.

    .. |HX-Source request header| replace:: HX-Source request header __ https://four.htmx.org/reference/headers/HX-Source

    .. |HX-Request-Type header| replace:: HX-Request-Type request header __ https://four.htmx.org/reference/headers/HX-Request-Type

    PR [#606](https://github.com/adamchainz/django-htmx/issues/606) <https://github.com/adamchainz/django-htmx/pull/606>__.

  • Add Django 6.1 support.

  • Drop Django 4.2 to 5.1 support.

Commits

Updates faker from 40.23.0 to 40.31.0

Release notes

Sourced from faker's releases.

Release v40.31.0

See CHANGELOG.md.

Release v40.30.0

See CHANGELOG.md.

Release v40.29.0

See CHANGELOG.md.

Release v40.28.1

See CHANGELOG.md.

Release v40.28.0

See CHANGELOG.md.

Release v40.27.0

See CHANGELOG.md.

Release v40.26.0

See CHANGELOG.md.

Release v40.25.0

See CHANGELOG.md.

Release v40.24.1

See CHANGELOG.md.

Release v40.24.0

See CHANGELOG.md.

Release v40.23.1

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v40.31.0 - 2026-07-14

  • Fix: correct BBAN length so pt_BR iban() generates valid Brazilian IBANs (#2410). Thanks @​CedricConday.

v40.30.0 - 2026-07-14

v40.29.0 - 2026-07-14

v40.28.1 - 2026-07-01

v40.28.0 - 2026-07-01

v40.27.0 - 2026-06-30

v40.26.0 - 2026-06-30

  • Update providers job, phone_number, bank and ssn for pt_BR (#2386). Thanks @​dclobato.
  • Update phone number test regex for pt_BR. Thanks @​fcurella.

v40.25.0 - 2026-06-30

v40.24.1 - 2026-06-30

  • Fix: prevent infinite recursion in _safe_random_int when both bounds collapse to the same integer (#2396). Thanks @​gaoflow.

v40.24.0 - 2026-06-30

v40.23.1 - 2026-06-30

Commits
  • f4e52ff Bump version: 40.30.0 → 40.31.0
  • 04178ff 📝 Update CHANGELOG.md
  • ddc750d fix(pt_BR): correct BBAN length so iban() generates valid Brazilian IBANs (#2...
  • 9d50609 Bump version: 40.29.0 → 40.30.0
  • 69ac24f 📝 Update CHANGELOG.md
  • d705211 fix(nl_BE): generate valid Belgian bank codes so iban() passes stdnum validat...
  • ff430d7 Fix typo: seperator -> separator in file provider (#2423)
  • 902095d Docs: Add faker-observability-provider to community providers (#2421)
  • a3bd9d1 Bump version: 40.28.1 → 40.29.0
  • f22e79c 📝 Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates django-stubs from 6.0.5 to 6.0.7

Commits

Updates djlint from 1.39.4 to 1.40.7

Release notes

Sourced from djlint's releases.

v1.40.7

Fix

  • Preserve URLs enclosed in angle brackets inside template comments.

v1.40.6

Performance and refactoring

  • Replace repeated HTML regex scans with tokenization.

v1.40.4

Fix

  • Keep Jinja comments and set tags idempotently indented with preserve_leading_space.
  • Avoid false H026 reports when id appears inside quoted attribute values.
  • Avoid false D018/J018 reports for action parameters inside quoted template URL helper attributes.
  • Report H007 when leading template tags appear before an HTML tag without a preceding doctype.
  • Keep blank_line_after_tag from inserting blank lines inside multiline HTML attribute values, preserving idempotent reformatting for embedded template tags.
  • Report T003 when {% endblock name %} does not match its opening {% block name %}.
  • Report H025 when list tags are nested inside <p> tags.

v1.40.3

Fix

  • Preserve djlint:off blocks inside tag attributes and avoid false H025 orphan reports when a matching tag crosses a djlint:off block boundary.
  • Keep repeated single-line Django {% if %} blocks idempotent after one reformat pass.

v1.40.2

Fix

  • Keep multiline inline-tag indentation when an inline child appears before following text.

v1.40.1

Fix

  • Preserve full djlint:off blocks before formatter passes so ignored template, script, and style content is not rewritten.
  • Preserve inline template blocks embedded in rendered text or captured content so formatting does not add meaningful whitespace or misalign following content.
  • Keep chained Jinja function calls and lookups intact when formatting template expressions.
  • Preserve whitespace-sensitive Django filter blocks instead of moving punctuation or translated text around them.
  • Keep Jinja/Nunjucks-trimmed <textarea> closing tags aligned without reformatting untrimmed textarea contents.

v1.40.0

Feature

  • Add single_attribute_per_line to wrap attributes in a Prettier-like layout using the configured indent.

v1.39.7

Fix

  • Preserve Jinja template comments inside formatted <script> and <style> blocks.

... (truncated)

Changelog

Sourced from djlint's changelog.

[1.40.7] - 2026-07-15

Fix

  • Preserve URLs enclosed in angle brackets inside template comments.

[1.40.6] - 2026-07-13

Performance and refactoring

  • Replace repeated HTML regex scans with tokenization.

[1.40.5] - 2026-07-12

Fix

  • Avoid false H037 reports when attribute names appear inside quoted values or other attribute names.
  • Preserve template expressions in HTML attribute names when wrapping attributes.
  • Preserve indentation after void tags containing markup in quoted attributes.

[1.40.4] - 2026-07-07

Fix

  • Keep Jinja comments and set tags idempotently indented with preserve_leading_space.
  • Avoid false H026 reports when id appears inside quoted attribute values.
  • Avoid false D018/J018 reports for action parameters inside quoted template URL helper attributes.
  • Report H007 when leading template tags appear before an HTML tag without a preceding doctype.
  • Keep blank_line_after_tag from inserting blank lines inside multiline HTML attribute values, preserving idempotent reformatting for embedded template tags.
  • Report T003 when {% endblock name %} does not match its opening {% block name %}.
  • Report H025 when list tags are nested inside <p> tags.

[1.40.3] - 2026-07-04

Fix

  • Preserve djlint:off blocks inside tag attributes and avoid false H025 orphan reports when a matching tag crosses a djlint:off block boundary.
  • Keep repeated single-line Django {% if %} blocks idempotent after one reformat pass.

[1.40.2] - 2026-07-03

Fix

  • Keep multiline inline-tag indentation when an inline child appears before following text.

[1.40.1] - 2026-07-01

Fix

  • Preserve full djlint:off blocks before formatter passes so ignored template, script, and style content is not rewritten.

... (truncated)

Commits
  • 5997184 v1.40.7
  • 4137e77 fix(formatter): preserve URLs in template comments
  • 2888767 chore(deps): lock file maintenance (#2230)
  • 5390e7e chore(deps): update dependency postcss to v8.5.17 (#2229)
  • 5f76107 chore(deps): lock file maintenance (#2228)
  • 0857989 chore(deps): update pre-commit hook types-regex to v2026.7.10.20260711 (#2227)
  • 8723b0f chore(deps): update actions/setup-node digest to 2499707 (#2226)
  • 42a7b91 chore(deps): lock file maintenance (#2225)
  • 63d7f3d chore(deps): lock file maintenance (#2222)
  • 7bb4ffc chore(deps): update pre-commit hook rbubley/mirrors-prettier to v3.9.5 (#2224)
  • Additional commits viewable in compare view

Updates ruff from 0.15.19 to 0.15.21

Release notes

Sourced from ruff's releases.

0.15.21

Release Notes

Released on 2026-07-09.

Preview features

  • Add --add-ignore for adding ruff:ignore comments (#26346)
  • [flake8-comprehensions] Drop C409 tuple comprehension preview behavior (#25707)
  • Avoid whitespace normalization when formatting comments (#26455)
  • [pyupgrade] Lint and fix use of deprecated abc decorators (UP051) (#26417)

Bug fixes

  • Refine non-empty f-string detection (#26526)
  • Detect syntax errors in individual notebook cells (#26419)
  • [flake8-implicit-str-concat] Fix ISC003 autofix incorrectly stripping + from comments (#26554)

Rule changes

  • [flake8-executable] Mark EXE004 fix as unsafe (#26033)
  • [flake8-pyi] Mark PYI061 fixes as unsafe in Python files (#26533)
  • [pydocstyle] Skip overload-with-docstring in stub files (D418) (#26318)

Performance

  • Avoid per-token source index visitor calls (#26506)
  • Cache parenthesized expression boundaries in the formatter (#26344)
  • Improve performance of rendering edits in preview mode (#26565)
  • Inline fits_element in formatter (#26429)
  • Inline formatter printing hot paths (#26504)
  • Lazily create builtin bindings (#26510)
  • Skip empty trivia scans in the source indexer (#26507)
  • Use ICF for macOS release builds (#25780)

Formatter

  • Add --extend-exclude to ruff format (#26372)

Documentation

  • Add "How does Ruff's import sorting compare to isort?" link to README (#26530)
  • Fix Mozilla Firefox repository link in README (#26537)
  • [flake8-bandit] Fix misleading docstring for mako-templates (S702) (#26432)
  • [ruff] Fix non-triggering example for if-key-in-dict-del (RUF051) (#26433)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.21

Released on 2026-07-09.

Preview features

  • Add --add-ignore for adding ruff:ignore comments (#26346)
  • [flake8-comprehensions] Drop C409 tuple comprehension preview behavior (#25707)
  • Avoid whitespace normalization when formatting comments (#26455)
  • [pyupgrade] Lint and fix use of deprecated abc decorators (UP051) (#26417)

Bug fixes

  • Refine non-empty f-string detection (#26526)
  • Detect syntax errors in individual notebook cells (#26419)
  • [flake8-implicit-str-concat] Fix ISC003 autofix incorrectly stripping + from comments (#26554)

Rule changes

  • [flake8-executable] Mark EXE004 fix as unsafe (#26033)
  • [flake8-pyi] Mark PYI061 fixes as unsafe in Python files (#26533)
  • [pydocstyle] Skip overload-with-docstring in stub files (D418) (#26318)

Performance

  • Avoid per-token source index visitor calls (#26506)
  • Cache parenthesized expression boundaries in the formatter (#26344)
  • Improve performance of rendering edits in preview mode (#26565)
  • Inline fits_element in formatter (#26429)
  • Inline formatter printing hot paths (#26504)
  • Lazily create builtin bindings (#26510)
  • Skip empty trivia scans in the source indexer (#26507)
  • Use ICF for macOS release builds (#25780)

Formatter

  • Add --extend-exclude to ruff format (#26372)

Documentation

  • Add "How does Ruff's import sorting compare to isort?" link to README (#26530)
  • Fix Mozilla Firefox repository link in README (#26537)
  • [flake8-bandit] Fix misleading docstring for mako-templates (S702) (#26432)
  • [ruff] Fix non-triggering example for if-key-in-dict-del (RUF051) (#26433)

Contributors

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file minor PRs that should result in a minor version bump (new small features) python:uv Pull requests that update python:uv code labels Jul 23, 2026
@offbyone

Copy link
Copy Markdown
Contributor

@dependabot rebase

… updates

Bumps the minor-and-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.43.36` | `1.43.49` |
| [django-htmx](https://github.com/adamchainz/django-htmx) | `1.27.0` | `1.28.0` |
| [faker](https://github.com/joke2k/faker) | `40.23.0` | `40.31.0` |
| [django-stubs](https://github.com/typeddjango/django-stubs) | `6.0.5` | `6.0.7` |
| [djlint](https://github.com/djlint/djLint) | `1.39.4` | `1.40.7` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.19` | `0.15.21` |



Updates `boto3` from 1.43.36 to 1.43.49
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.36...1.43.49)

Updates `django-htmx` from 1.27.0 to 1.28.0
- [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst)
- [Commits](adamchainz/django-htmx@1.27.0...1.28.0)

Updates `faker` from 40.23.0 to 40.31.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v40.23.0...v40.31.0)

Updates `django-stubs` from 6.0.5 to 6.0.7
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Commits](typeddjango/django-stubs@6.0.5...6.0.7)

Updates `djlint` from 1.39.4 to 1.40.7
- [Release notes](https://github.com/djlint/djLint/releases)
- [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md)
- [Commits](djlint/djLint@v1.39.4...v1.40.7)

Updates `ruff` from 0.15.19 to 0.15.21
- [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.19...0.15.21)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.43.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: django-htmx
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: django-stubs
  dependency-version: 6.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: djlint
  dependency-version: 1.40.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: faker
  dependency-version: 40.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ruff
  dependency-version: 0.15.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/minor-and-patch-5304dbe24c branch from 2df4e1a to 3f3dc3c Compare July 23, 2026 01:41
@offbyone
offbyone merged commit 28a33d8 into main Jul 23, 2026
9 of 10 checks passed
@offbyone
offbyone deleted the dependabot/uv/minor-and-patch-5304dbe24c branch July 23, 2026 06:02
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 minor PRs that should result in a minor version bump (new small features) python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant