Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Updates the requirements on python-dotenv, django, django-allauth, django-tailwind, boto3, black, pre-commit and pylint-django to permit the latest version.
Updates python-dotenv to 1.2.1

Release notes

Sourced from python-dotenv's releases.

v1.2.1

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.0...v1.2.1

Changelog

Sourced from python-dotenv's changelog.

[1.2.1] - 2025-10-26

  • Move more config to pyproject.toml, removed setup.cfg
  • Add support for reading .env from FIFOs (Unix) by [@​sidharth-sudhir] in #586

[1.2.0] - 2025-10-26

[1.1.1] - 2025-06-24

Fixed

[1.1.0] - 2025-03-25

Feature

  • Add support for python 3.13
  • Enhance dotenv run, switch to execvpe for better resource management and signal handling (#523) by [@​eekstunt]

Fixed

  • find_dotenv and load_dotenv now correctly looks up at the current directory when running in debugger or pdb (#553 by [@​randomseed42])

Misc

  • Drop support for Python 3.8

[1.0.1] - 2024-01-23

Fixed

  • Gracefully handle code which has been imported from a zipfile (#456 by [@​samwyma])
  • Allow modules using load_dotenv to be reloaded when launched in a separate thread (#497 by [@​freddyaboulton])
  • Fix file not closed after deletion, handle error in the rewrite function (#469 by [@​Qwerty-133])

Misc

[1.0.0] - 2023-02-24

Fixed

... (truncated)

Commits
  • eaf2a91 Do not remove .coverage file
  • 8716196 Bump version: 1.2.0 → 1.2.1
  • b87807f Update changelog
  • 3af77d3 Support reading .env from FIFOs (Unix) (#586)
  • 467ee22 Fix test failures after moving config to pyproject.toml
  • 76999e7 Move more config pyproject.toml
  • 222ce2c Update to use trusted publisher on pypi
  • 8ed4f79 Update docs requirements
  • 5bf8822 Bump version: 1.1.1 → 1.2.0
  • 1fe11cc upadate changelog
  • Additional commits viewable in compare view

Updates django to 6.0.1

Commits
  • 85eb963 [6.0.x] Bumped version for 6.0.1 release.
  • ac4a550 [6.0.x] Added release date for 6.0.1.
  • dcfc5b0 [6.0.x] Added release date for 5.2.10.
  • 42bab76 [6.0.x] Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions...
  • 764af47 [6.0.x] Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.
  • b7b5465 [6.0.x] Fixed #36829 -- Reverted value of ClearableFileInput.use_fieldset to ...
  • 90daa65 [6.0.x] Fixed #30515 -- Documented resolve_url() in docs/topics/http/shortcut...
  • d35daf8 [6.0.x] Fixed #36796 -- Handled lazy routes correctly in RoutePattern.match().
  • 16107ab [6.0.x] Refs #36810 -- Avoided infinite recursion in LazyNonce.repr().
  • 774543e [6.0.x] Fixed #36305 -- Added documentation indentation guidelines to contrib...
  • Additional commits viewable in compare view

Updates django-allauth to 65.14.0

Commits

Updates django-tailwind to 4.4.2

Changelog

Sourced from django-tailwind's changelog.

4.4.2

  • Fixes an issue with CSS path configuration.

4.4.1

  • Fixes an issue when raw_input is used instead of input.

4.4.0

  • Standalone Tailwind CSS binary support via pytailwindcss;
  • TAILWIND_USE_STANDALONE_BINARY setting to force standalone binary mode;
  • TAILWIND_STANDALONE_BINARY_VERSION setting to control standalone binary version (default: v4.1.16);
  • Automatic detection of standalone vs npm-based installations (checks for package.json presence);
  • app_template_v4_standalone/ cookiecutter template for standalone binary apps;
  • Updates documentation;
  • Node.js is now optional when using standalone binary mode;

4.3.0

  • Replaces Poetry with UV for dependency management;
  • Fixes extract_host_and_port to support standalone port numbers (e.g., python manage.py runserver 55555);
  • Updates tox configuration to use dev dependency group;
  • Removes Docker instructions from documentation;

4.2.0

  • Adds new manage.py tailwind plugin_install command to manage Tailwind CSS plugins;
  • Adds optional daisyUI support;

4.1.0

  • Adds new dev command that starts Django development server and Tailwind watcher simultaneously;
  • Automatically installs Honcho if not available when using dev command;
  • Creates Procfile.tailwind for customizable process management;
  • Updates documentation with dev command usage;

4.0.0

  • Adds support for Tailwind CSS v4+;
  • Sets Tailwind CSS v4+ as the default version, with the option to use v3.x via --tailwind-version 3 flag;

3.9.1

  • Brings Python 3.10 support back;
  • Adds Python 3.13 support;

3.9.0

  • Adds --no-package-lock option to python manage.py tailwind install command to optionally skip creating package-lock.json file;

... (truncated)

Commits
  • dfb5a00 Releases 4.4.2
  • 216c9e9 Merge pull request #244 from synthghost/patch-1
  • 2b5a013 Fix settings-based CSS path configuration
  • bfd4250 Add Star History section to README
  • 4c8ef98 Delete manage.py
  • 4b0e428 Releases 4.4.1
  • 46fb9a9 Merge pull request #241 from evangeloskp/fix-distlib-import-error
  • 34150e8 Fix ImportError by replacing distlib.compat.raw_input with built-in input()
  • 91c509a Update CI badge in README.md
  • 4ac8150 Releases 4.4.0
  • Additional commits viewable in compare view

Updates boto3 to 1.42.30

Commits
  • b53ccba Merge branch 'release-1.42.30'
  • c9f5d90 Bumping version to 1.42.30
  • 9cf4452 Add changelog entries from botocore
  • 9b45d7e Merge branch 'release-1.42.29'
  • b0356c7 Merge branch 'release-1.42.29' into develop
  • 159ed6d Bumping version to 1.42.29
  • ed728b9 Add changelog entries from botocore
  • d7af36d Merge branch 'release-1.42.28'
  • c700a35 Merge branch 'release-1.42.28' into develop
  • a6c52b0 Bumping version to 1.42.28
  • Additional commits viewable in compare view

Updates black to 26.1.0

Release notes

Sourced from black's releases.

26.1.0

Highlights

Introduces the 2026 stable style (#4892), stabilizing the following changes:

  • always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489)
  • fix_fmt_skip_in_one_liners: Fix # fmt: skip behavior on one-liner declarations, such as def foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800)
  • fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764)
  • fix_type_expansion_split: Fix type expansions split in generic functions (#4777)
  • multiline_string_handling: Make expressions involving multiline strings more compact (#1879)
  • normalize_cr_newlines: Add \r style newlines to the potential newlines to normalize file newlines both from and to (#4710)
  • remove_parens_around_except_types: Remove parentheses around multiple exception types in except and except* without as (#4720)
  • remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • standardize_type_comments: Format type comments which have zero or more spaces between # and type: or between type: and value to # type: (value) (#4645)

The following change was not in any previous stable release:

  • Regenerated the _width_table.py and added tests for the Khmer language (#4253)

This release alo bumps pathspec to v1 and fixes inconsistencies with Git's .gitignore logic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously format exclude/not_this/foo.py with this .gitignore:

exclude/
!exclude/not_this/

Now, exclude/not_this/foo.py will remain ignored. To ensure exclude/not_this/ and all of it's children are included in formatting (and in Git), use this .gitignore:

*/exclude/*
!*/exclude/not_this/

This new behavior matches Git. The leading */ are only necessary if you wish to ignore matching subdirectories (like the previous behavior did), and not just matching root

... (truncated)

Changelog

Sourced from black's changelog.

26.1.0

Highlights

Introduces the 2026 stable style (#4892), stabilizing the following changes:

  • always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489)
  • fix_fmt_skip_in_one_liners: Fix # fmt: skip behavior on one-liner declarations, such as def foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800)
  • fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764)
  • fix_type_expansion_split: Fix type expansions split in generic functions (#4777)
  • multiline_string_handling: Make expressions involving multiline strings more compact (#1879)
  • normalize_cr_newlines: Add \r style newlines to the potential newlines to normalize file newlines both from and to (#4710)
  • remove_parens_around_except_types: Remove parentheses around multiple exception types in except and except* without as (#4720)
  • remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • standardize_type_comments: Format type comments which have zero or more spaces between # and type: or between type: and value to # type: (value) (#4645)

The following change was not in any previous stable release:

  • Regenerated the _width_table.py and added tests for the Khmer language (#4253)

This release alo bumps pathspec to v1 and fixes inconsistencies with Git's .gitignore logic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously format exclude/not_this/foo.py with this .gitignore:

exclude/
!exclude/not_this/

Now, exclude/not_this/foo.py will remain ignored. To ensure exclude/not_this/ and all of it's children are included in formatting (and in Git), use this .gitignore:

*/exclude/*
!*/exclude/not_this/

This new behavior matches Git. The leading */ are only necessary if you wish to ignore

... (truncated)

Commits

Updates pre-commit to 4.5.1

Release notes

Sourced from pre-commit's releases.

pre-commit v4.5.1

Fixes

  • Fix language: python with repo: local without additional_dependencies.
Changelog

Sourced from pre-commit's changelog.

4.5.1 - 2025-12-16

Fixes

  • Fix language: python with repo: local without additional_dependencies.

4.5.0 - 2025-11-22

Features

4.4.0 - 2025-11-08

Features

Fixes

4.3.0 - 2025-08-09

Features

... (truncated)

Commits
  • 8a0630c v4.5.1
  • fcbc745 Merge pull request #3597 from pre-commit/empty-setup-py
  • 51592ee fix python local template when artifact dirs are present
  • 67e8faf Merge pull request #3596 from pre-commit/pre-commit-ci-update-config
  • c251e6b [pre-commit.ci] pre-commit autoupdate
  • 98ccafa Merge pull request #3593 from pre-commit/pre-commit-ci-update-config
  • 4895355 [pre-commit.ci] pre-commit autoupdate
  • 2cedd58 Merge pull request #3588 from pre-commit/pre-commit-ci-update-config
  • 465192d [pre-commit.ci] pre-commit autoupdate
  • fd42f96 Merge pull request #3586 from pre-commit/zipapp-sha256-file-not-needed
  • Additional commits viewable in compare view

Updates pylint-django to 2.7.0

Release notes

Sourced from pylint-django's releases.

Version 2.7.0 (1 Jan 2026)

Changelog

We added support for pylint 4.0.0+.

Other


- CI now tests against Django 5.2
- CI now tests against python 3.13
- CI now tests against python 3.14
- CI now tests against pylint 4.0.0+
Changelog

Sourced from pylint-django's changelog.

Version 2.7.0

We added support for pylint 4.0.0+.

Other


- CI now tests against Django 5.2
- CI now tests against python 3.13
- CI now tests against python 3.14
- CI now tests against pylint 4.0.0+

Version 2.6.1

NOTICE

We dropped support for Python 3.7, 3.8, and for pylint below 3.0.

Bugfixes


- Added Django aliases for ranges to support psycopg 2 and 3 (`[#421](https://github.com/pylint-dev/pylint-django/issues/421) <https://github.com/pylint-dev/pylint-django/pull/421>`_)
- Support for Python 3.12 datetime (`[#427](https://github.com/pylint-dev/pylint-django/issues/427) <https://github.com/pylint-dev/pylint-django/pull/427>`_)
- Fixed location of installed LICENSE file (`[#431](https://github.com/pylint-dev/pylint-django/issues/431) <https://github.com/pylint-dev/pylint-django/issues/431>`_)
- Fixed ForeignKeyStringChecker referencing linter config incorrectly (`[#430](https://github.com/pylint-dev/pylint-django/issues/430) <https://github.com/pylint-dev/pylint-django/issues/430>`_)

Other


- CI now tests against Django 5.1

Version 2.6.0 (09 Oct. 2024)

Not released for lack of a release pipeline at the time the tag was created.

Version 2.5.5 (14 May 2023)

NOTICE

This version drops support for Python 3.6

Bugfixes

... (truncated)

Commits
  • ec4124e Updating changelog for 2.7 release
  • 778342f Fixes for pylint 4.
  • c41afac Permit to use pylint 4+, bump own version
  • 8f9b230 [pre-commit.ci] pre-commit autoupdate
  • d61ef5f Remove the compat layer for 'only_required_for_messages'
  • e40d785 Use anchor to exclude functional tests in pre-commit (#473)
  • 64279cb Add support for python 3.14 (#472)
  • 7a63f43 Disable the test for DecimalField to be able to release for python 3.13, 3.14...
  • 100ec5c Fix a typo in pylint_django/tests/test_func.py
  • 156b99d Add typing to '_attribute_is_magic'
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv), [django](https://github.com/django/django), [django-allauth](https://github.com/sponsors/pennersr), [django-tailwind](https://github.com/timonweb/django-tailwind), [boto3](https://github.com/boto/boto3), [black](https://github.com/psf/black), [pre-commit](https://github.com/pre-commit/pre-commit) and [pylint-django](https://github.com/pylint-dev/pylint-django) to permit the latest version.

Updates `python-dotenv` to 1.2.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.1...v1.2.1)

Updates `django` to 6.0.1
- [Commits](django/django@5.2.7...6.0.1)

Updates `django-allauth` to 65.14.0
- [Commits](https://github.com/sponsors/pennersr/commits)

Updates `django-tailwind` to 4.4.2
- [Changelog](https://github.com/timonweb/django-tailwind/blob/master/CHANGELOG.md)
- [Commits](timonweb/django-tailwind@4.3.1...4.4.2)

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

Updates `black` to 26.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...26.1.0)

Updates `pre-commit` to 4.5.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.5.1)

Updates `pylint-django` to 2.7.0
- [Release notes](https://github.com/pylint-dev/pylint-django/releases)
- [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst)
- [Commits](pylint-dev/pylint-django@v2.6.1...v2.7.0)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: django
  dependency-version: 6.0.1
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: django-allauth
  dependency-version: 65.14.0
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: django-tailwind
  dependency-version: 4.4.2
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: boto3
  dependency-version: 1.42.30
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: black
  dependency-version: 26.1.0
  dependency-type: direct:development
  dependency-group: all-django-dependencies
- dependency-name: pre-commit
  dependency-version: 4.5.1
  dependency-type: direct:development
  dependency-group: all-django-dependencies
- dependency-name: pylint-django
  dependency-version: 2.7.0
  dependency-type: direct:development
  dependency-group: all-django-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 19, 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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant