Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump the python group across 1 directory with 30 updates #369

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the python group with 30 updates in the / directory:

Package From To
croniter 3.0.3 5.0.1
django-cotton 0.9.40 1.3.0
django-htmx 1.19.0 1.21.0
django-stubs-ext 5.0.4 5.1.1
django-tailwind-cli 2.15.0 2.20.1
django 5.0.9 5.1.3
pillow 10.4.0 11.0.0
whitenoise 6.7.0 6.8.2
anyio 4.4.0 4.6.2.post1
cffi 1.17.0 1.17.1
charset-normalizer 3.3.2 3.4.0
cryptography 43.0.1 43.0.3
dj-database-url 2.2.0 2.3.0
django-allauth 64.2.1 65.2.0
django-twc-toolbox 0.16.0 0.17.0
django-typer 2.2.2 2.4.0
environs 11.0.0 11.2.0
heroicons 2.8.0 2.9.0
httpcore 1.0.5 1.0.7
idna 3.9 3.10
marshmallow 3.22.0 3.23.1
neapolitan 24.6 24.7
packaging 24.1 24.2
psycopg 3.2.1 3.2.3
psycopg-binary 3.2.1 3.2.3
pyjwt 2.9.0 2.10.0
qrcode 7.4.2 8.0
sentry-sdk 2.14.0 2.18.0
sqlparse 0.5.1 0.5.2
typer-slim 0.12.5 0.13.0

Updates croniter from 3.0.3 to 5.0.1

Changelog

Sourced from croniter's changelog.

5.0.1 (2024-10-29)

  • Community wanted: Reintroduce 7 as DayOfWeek in deviation from standard cron (#90). [kiorky]

4.0.0 (2024-10-28)

  • Remove DayOfWeek alias 7 to DayOfWeek 0 to stick to standard cron (#90). [kiorky]
  • Fix DOW ranges calculations when lastday is a Sunday. [kiorky]

3.0.4 (2024-10-25)

  • Fix overflow on 32bits systems (#87) [kiorky]
  • Fix python2 testing (related to #93) [kiorky]
  • Modernize packaging. Special thanks to Aarni Koskela (akx) for all the inputs. [kiorky, akx]
Commits
  • da473d9 Preparing release 5.0.1
  • 3642302 Reallow DOW=7, & rework range calculations.
  • 0ec55d4 Back to development: 4.0.1
  • 1801389 Preparing release 4.0.0
  • 3141708 Remove DOW-7 as alias & fix DOW calcs when DOW=0
  • 6ce433d Restrict docker image build triggers
  • 83b4c42 Back to development: 3.0.5
  • 9ea2c4a Preparing release 3.0.4
  • 0fc3e71 Merge pull request #97 from kiorky/new-packaging
  • 97936a9 docker setup & images releaser for multiple archs
  • Additional commits viewable in compare view

Updates django-cotton from 0.9.40 to 1.3.0

Release notes

Sourced from django-cotton's releases.

v1.3.0

Support hyphenated filenames

This introduces a new config option as detailed in the docs: https://django-cotton.com/docs/configuration.

Summary

<c-my-button />

Filepath before: cotton/my_button.html

Filepath after: cotton/my-button.html (with COTTON_SNAKE_CASED_NAMES = False)

What else

Cotton only supports a maximum of 1 c-vars tag per component. Some user's reach for using multiple, which is not currently supported. To ensure this is clear, cotton now raises an exception when it detects more than one c-vars in a component.

Full Changelog: wrabit/django-cotton@v1.2.1...v1.3.0

v1.2.1

What's Changed

Full Changelog: wrabit/django-cotton@v1.2.0...v1.2.1

v1.2.0

What's Changed

Full Changelog: wrabit/django-cotton@v1.1.3...v1.2.0

v1.1.3

What's Changed

New Contributors

Full Changelog: wrabit/django-cotton@v1.1.2...v1.1.3

v1.1.2

What's Changed

... (truncated)

Commits
  • 82105da Update pyproject.toml
  • b3d0ace Merge pull request #213 from wrabit/raise-on-cvars-duplicate
  • 22c200b Merge pull request #214 from wrabit/support-hyphenated-component-filenames
  • 82a5859 adjusted homepage tag name away from 'component' which clashed with dynamic c...
  • 114d7f0 cleaned up classes
  • d47ddab added filename casing config hint in components page
  • c48ed9c added support for hyphenated component filenames
  • accb0ce raise value error when multiple c-vars provided
  • 93db26b Merge pull request #212 from wrabit/docs-only-one-cvars-tag
  • 6d223e5 moved to code blocks, added single cvars statement
  • Additional commits viewable in compare view

Updates django-htmx from 1.19.0 to 1.21.0

Changelog

Sourced from django-htmx's changelog.

1.21.0 (2024-10-27)

  • Drop Django 3.2 to 4.1 support.

1.20.0 (2024-10-25)

  • Drop Python 3.8 support.

  • Support Python 3.13.

  • Updated :ref:the partial rendering tip <partial-rendering> to cover using django-template-partials.

    Thanks to Carlton Gibson in PR [#413](https://github.com/adamchainz/django-htmx/issues/413) <https://github.com/adamchainz/django-htmx/pull/413>__.

Commits

Updates django-stubs-ext from 5.0.4 to 5.1.1

Commits

Updates django-tailwind-cli from 2.15.0 to 2.20.1

Changelog

Sourced from django-tailwind-cli's changelog.

Changelog

2.20.0

  • Removed django-appconf again.
  • Switched from pyright to mypy for type checking.
  • Fixed broken links in the documentation.
  • Bumped default version of Tailwind CSS to 3.4.13.
  • Bumped minimum version of certifi to 2024.8.30. Removed the upper boundary of the version number.

2.19.0

  • Transfered the project to django-commons.

2.18.1

  • Fixed the URLs for PyPI.

2.18.0

  • Added Python 3.13 support.
  • Moved documentation from django-tailwind-cli.andrich.me -> django-tailwind-cli.rtfd.io
  • Documentation fixes.

2.17.0

  • Internal refactoring. Config class has been replaced with django-appconfig and some function in the django_tailwind_cli.utils package.
  • uv is used for publishing too.
  • Updated tooling configuration.

2.16.0

  • Set the minimum supported version of Python to 3.9.
  • Set the minimum supported version of Django to 4.2.
  • Switched the tooling completely to uv.
  • Bumped the default version of Tailwind CSS to 3.4.11.
Commits
  • 9cacd9a Fixed invalid url. Closes #137
  • c9b3895 justfile now completely depends on uv.
  • f5113de Cleaned up justfile.
  • 6dbd19e Fixed documentation.
  • 3f79812 Bumped minimum version of certifi and fixed a typing issue with Python 3.9.
  • a5281c5 Bumped tailwind css version to 3.4.13
  • d7815ef Added bluesky profile link to the documentation.
  • b5364a5 Removed django-appconf. Switched from pyright to mypy.
  • 88adcc5 Documentation fixes. (Take 3)
  • 120205e Documentation fixes. (Take 2)
  • Additional commits viewable in compare view

Updates django from 5.0.9 to 5.1.3

Commits
  • 69bf08e [5.1.x] Bumped version for 5.1.3 release.
  • e3984ca [5.1.x] Added release date for 5.1.3.
  • 4ae3581 [5.1.x] Made minor edits to form fields docs.
  • 9fa2d23 [5.1.x] Fixed #35876 -- Displayed non-ASCII fieldset names when rendering Mod...
  • 5045dab [5.1.x] Added missing lang attributes to html elements in docs.
  • ffc67aa [5.1.x] Fixed #35864 -- Documented EmailMessage.connection is ignored when us...
  • 4915fea [5.1.x] Fixed #35873 -- Corrected Form.as_table() call in form docs.
  • b57a839 [5.1.x] Refs #35844 -- Expanded compatibility for expected error messages in ...
  • c5ddc85 [5.1.x] Corrected note on importing fields in model field reference docs.
  • 0a1091f [5.1.x] Removed unneeded OS reference on running the test suite in contributi...
  • Additional commits viewable in compare view

Updates pillow from 10.4.0 to 11.0.0

Release notes

Sourced from pillow's releases.

11.0.0

https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html

Changes

... (truncated)

Changelog

Sourced from pillow's changelog.

11.0.0 (2024-10-15)

  • Update licence to MIT-CMU #8460 [hugovk]

  • Conditionally define ImageCms type hint to avoid requiring core #8197 [radarhere]

  • Support writing LONG8 offsets in AppendingTiffWriter #8417 [radarhere]

  • Use ImageFile.MAXBLOCK when saving TIFF images #8461 [radarhere]

  • Do not close provided file handles with libtiff when saving #8458 [radarhere]

  • Support ImageFilter.BuiltinFilter for I;16* images #8438 [radarhere]

  • Use ImagingCore.ptr instead of ImagingCore.id #8341 [homm, radarhere, hugovk]

  • Updated EPS mode when opening images without transparency #8281 [Yay295, radarhere]

  • Use transparency when combining P frames from APNGs #8443 [radarhere]

  • Support all resampling filters when resizing I;16* images #8422 [radarhere]

  • Free memory on early return #8413 [radarhere]

  • Cast int before potentially exceeding INT_MAX #8402 [radarhere]

  • Check image value before use #8400 [radarhere]

  • Improved copying imagequant libraries #8420 [radarhere]

  • Use Capsule for WebP saving #8386 [homm, radarhere]

  • Fixed writing multiple StripOffsets to TIFF #8317 [Yay295, radarhere]

... (truncated)

Commits

Updates whitenoise from 6.7.0 to 6.8.2

Changelog

Sourced from whitenoise's changelog.

6.8.2 (2024-10-29)

  • Fix compression speed gains for the thread pool when running Django’s collectstatic. The thread pool had no effect due to use of a generator for the results, a refactoring introduced when reviewing the initial PR.

    Thanks to Petr Přikryl for the investigation and fix in PR [#616](https://github.com/evansd/whitenoise/issues/616) <https://github.com/evansd/whitenoise/pull/616>__.

6.8.1 (2024-10-28)

  • Raise any errors from threads in the whitenoise.compress command.

    Regression in 6.8.0. Thanks to Tom Grainger for the spotting this with a comment on PR [#484](https://github.com/evansd/whitenoise/issues/484) <https://github.com/evansd/whitenoise/pull/484#discussion_r1818989096>__.

6.8.0 (2024-10-28)

  • Drop Django 3.2 to 4.1 support.

  • Drop Python 3.8 support.

  • Support Python 3.13.

  • Fix a bug introduced in version 6.0.0 where Range requests could lead to database connection errors in other requests.

    Thanks to Per Myren for the detailed investigation and fix in PR [#612](https://github.com/evansd/whitenoise/issues/612) <https://github.com/evansd/whitenoise/pull/612>__.

  • Use Django’s |FORCE_SCRIPT_NAME|__ setting correctly. This reverts a change from version 5.3.0 that added a call to Django’s |get_script_prefix() method|__ outside of the request-response cycle.

    .. |FORCE_SCRIPT_NAME| replace:: FORCE_SCRIPT_NAME __ https://docs.djangoproject.com/en/stable/ref/settings/#std:setting-FORCE_SCRIPT_NAME

    .. |get_script_prefix() method| replace:: get_script_prefix() method __ https://docs.djangoproject.com/en/stable/ref/urlresolvers/#django.urls.get_script_prefix

    Thanks to Sarah Boyce in PR [#486](https://github.com/evansd/whitenoise/issues/486) <https://github.com/evansd/whitenoise/pull/486>__.

  • Compress files using a thread pool. This speeds up the compression step up to four times in benchmarks.

    Thanks to Anthony Ricaud in PR [#484](https://github.com/evansd/whitenoise/issues/484) <https://github.com/evansd/whitenoise/pull/484>__.

Commits

Updates anyio from 4.4.0 to 4.6.2.post1

Release notes

Sourced from anyio's releases.

4.6.2

  • Fixed regression caused by (#807) that prevented the use of parametrized async fixtures

4.6.1

This release contains all the changes from both v4.5.1 and v4.6.0, plus:

  • Fixed TaskGroup and CancelScope producing cyclic references in tracebacks when raising exceptions (#806) (PR by @​graingert)

4.6.0

  • Dropped support for Python 3.8 (as #698 cannot be resolved without cancel message support)
  • Fixed 100% CPU use on asyncio while waiting for an exiting task group to finish while said task group is within a cancelled cancel scope (#695)
  • Fixed cancel scopes on asyncio not propagating CancelledError on exit when the enclosing cancel scope has been effectively cancelled (#698)
  • Fixed asyncio task groups not yielding control to the event loop at exit if there were no child tasks to wait on
  • Fixed inconsistent task uncancellation with asyncio cancel scopes belonging to a task group when said task group has child tasks running

4.5.2

  • Fixed regression caused by (#807) that prevented the use of parametrized async fixtures.

4.5.1

As Python 3.8 support was dropped in v4.6.0, this interim release was created to bring a regression fix to Python 3.8, and adds a few other fixes also present in v4.6.1.

  • Fixed acquring a lock twice in the same task on asyncio hanging instead of raising a RuntimeError (#798)
  • Fixed an async fixture's self being different than the test's self in class-based tests (#633) (PR by @​agronholm and @​graingert)
  • Fixed TypeError with TLSStream on Windows when a certificate verification error occurs when using a truststore SSL certificate (#795)
  • Corrected documentation on anyio.Path regarding the limitations imposed by the current Python version on several of its methods, and made the is_junction method unavailable on Python versions earlier than 3.12 (#794)

4.5.0

  • Improved the performance of anyio.Lock and anyio.Semaphore on asyncio (even up to 50 %)
  • Added the fast_acquire parameter to anyio.Lock and anyio.Semaphore to further boost performance at the expense of safety (acquire() will not yield control back if there is no contention)
  • Added support for the from_uri(), full_match(), parser methods/properties in anyio.Path, newly added in Python 3.13 (#737)
  • Added support for more keyword arguments for run_process() and open_process(): startupinfo, creationflags, pass_fds, user, group, extra_groups and umask (#742)
  • Improved the type annotations and support for PathLike in run_process() and open_process() to allow for path-like arguments, just like subprocess.Popen
  • Changed the ResourceWarning from an unclosed memory object stream to include its address for easier identification
  • Changed start_blocking_portal() to always use daemonic threads, to accommodate the "loitering event loop" use case
  • Bumped the minimum version of Trio to v0.26.1
  • Fixed __repr__() of MemoryObjectItemReceiver, when item is not defined (#767; PR by @​Danipulok)
  • Fixed to_process.run_sync() failing to initialize if __main__.__file__ pointed to a file in a nonexistent directory (#696)
  • Fixed AssertionError: feed_data after feed_eof on asyncio when a subprocess is closed early, before its output has been read (#490)
  • Fixed TaskInfo.has_pending_cancellation() on asyncio not respecting shielded scopes (#771; PR by @​gschaffner)
  • Fixed SocketStream.receive() returning bytearray instead of bytes when using asyncio with ProactorEventLoop (Windows) (#776)
  • Fixed quitting the debugger in a pytest test session while in an active task group failing the test instead of exiting the test session (because the exit exception arrives in an exception group)
  • Fixed support for Linux abstract namespaces in UNIX sockets that was broken in v4.2 (#781; PR by @​tapetersen)
  • Fixed KeyboardInterrupt (ctrl+c) hanging the asyncio pytest runner
Commits
  • c484425 Bumped up the version
  • fb81dfe Fixed a regression in the pytest plugin that broke parametrized async fixtures
  • 445e59e Bumped up the version
  • 64f570e Fixed tox configuration
  • 5abc9ec Updated Path documentation and made is_junction() conditional (#800)
  • ede2029 Fixed TypeError when TLS handshake fails with truststore SSLContext (#801)
  • 163f10c Fixed cyclic garbage that keeps traceback frames alive in task group exceptio...
  • 0614b4f Migrated to native TOML configuration for Tox
  • 012a60c Made test_start_task_soon_cancel_immediately() less flaky
  • 65ef48a Rebind instance method fixtures to the same instance as the test (#807)
  • Additional commits viewable in compare view

Updates cffi from 1.17.0 to 1.17.1

Release notes

Sourced from cffi's releases.

v1.17.1

  • Fix failing distutils.msvc9compiler imports under Windows (#118).
  • ffibuilder.emit_python_code() and ffibuiler.emit_c_code() accept file-like objects (#115).
  • ffiplatform calls are bypassed by ffibuilder.emit_python_code() and ffibuilder.emit_c_code() (#81).

Full Changelog: python-cffi/cffi@v1.17.0...v1.17.1

Commits
  • 38bd6be release 1.17.1
  • ba10180 update whatsnew.rst for 1.17.1 (#121)
  • 61deb5f add yet another flag to recompile() to avoid calling ffiplatform (#81)
  • 1c292c1 Handle distutils without distutils.msvc9compiler.MSVCCompiler class (#118)
  • 182ffc4 Allow writing generated code to a file-like object. (#115)
  • See full diff in compare view

Updates charset-normalizer from 3.3.2 to 3.4.0

Release notes

Sourced from charset-normalizer's releases.

Version 3.4.0

🚀 charset-normalizer is raising awareness around HTTP/2, and HTTP/3!

Did you know that Internet Explorer 11 shipped with an optional HTTP/2 support back in 2013? also libcurl did ship it in 2014[...] All of this while our community is still struggling to make a firm advancement in HTTP clients. Now, many of you use Requests as the defacto http client, now, and for many years now, Requests has been frozen. Being left in a vegetative state and not evolving, this blocked millions of developers from using more advanced features.

We promptly invite Python developers to look at the drop-in replacement for Requests, namely Niquests. It leverage charset-normalizer in a better way! Check it out, you will be positively surprised! Don't wait another decade.

We are thankful to @​microsoft and involved parties for funding our work through the Microsoft FOSS Fund program.

3.4.0 (2024-10-08)

Added

  • Argument --no-preemptive in the CLI to prevent the detector to search for hints.
  • Support for Python 3.13 (#512)

Fixed

  • Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.
  • Improved the general reliability of the detector based on user feedbacks. (#520) (#509) (#498) (#407) (#537)
  • Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#381)
Changelog

Sourced from charset-normalizer's changelog.

3.4.0 (2024-10-08)

Added

  • Argument --no-preemptive in the CLI to prevent the detector to search for hints.
  • Support for Python 3.13 (#512)

Fixed

  • Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.
  • Improved the general reliability of the detector based on user feedbacks. (#520) (#509) (#498) (#407) (#537)
  • Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#381)
Commits
  • f3118e3 🔧 change download/upload artifact version to last working version
  • 33e67e8 🔧 set compile-generator in generator_generic_slsa3 action
  • 73dd24c 🔧 add explicit build deps to setuptools
  • 78f1e9b 🔧 attempt to fix cd.yml *3
  • 56ae702 🔧 attempt to fix cd.yml *2
  • 9720055 🔧 attempt to fix cd.yml (macos part)
  • 1e10d06 Update CHANGELOG.md
  • 36c103a 🔖 Release 3.4.0 (#545)
  • 7658dfc ⬆️ Bump github/codeql-action from 3.26.11 to 3.26.12 (#544)
  • ca2535d ⬆️ Bump github/codeql-action from 3.26.9 to 3.26.11 (#542)
  • Additional commits viewable in compare view

Updates cryptography from 43.0.1 to 43.0.3

Changelog

Sourced from cryptography's changelog.

43.0.3 - 2024-10-18


* Fixed release metadata for ``cryptography-vectors``

.. _v43-0-2:

43.0.2 - 2024-10-18

  • Fixed compilation when using LibreSSL 4.0.0.

.. _v43-0-1:

Commits

Updates dj-database-url from 2.2.0 to 2.3.0

Release notes

Sourced from dj-database-url's releases.

v2.3.0

What's Changed

Full Changelog: jazzband/dj-database-url@v2.2.0...v2.3.0

Changelog

Sourced from dj-database-url's changelog.

v2.3.0 (2024-10-23)

  • Remove Python 3.8 support.
  • Remove Django 3 support.
  • Add python 3.13 support.
  • Add Django 5.1 to the testing library.
Commits

Bumps the python group with 30 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [croniter](https://github.com/kiorky/croniter) | `3.0.3` | `5.0.1` |
| [django-cotton](https://github.com/wrabit/django-cotton) | `0.9.40` | `1.3.0` |
| [django-htmx](https://github.com/adamchainz/django-htmx) | `1.19.0` | `1.21.0` |
| [django-stubs-ext](https://github.com/typeddjango/django-stubs) | `5.0.4` | `5.1.1` |
| [django-tailwind-cli](https://github.com/django-commons/django-tailwind-cli) | `2.15.0` | `2.20.1` |
| [django](https://github.com/django/django) | `5.0.9` | `5.1.3` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `11.0.0` |
| [whitenoise](https://github.com/evansd/whitenoise) | `6.7.0` | `6.8.2` |
| [anyio](https://github.com/agronholm/anyio) | `4.4.0` | `4.6.2.post1` |
| [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` |
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.2` | `3.4.0` |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.1` | `43.0.3` |
| [dj-database-url](https://github.com/jazzband/dj-database-url) | `2.2.0` | `2.3.0` |
| [django-allauth](https://github.com/sponsors/pennersr) | `64.2.1` | `65.2.0` |
| [django-twc-toolbox](https://github.com/westerveltco/django-twc-toolbox) | `0.16.0` | `0.17.0` |
| [django-typer](https://github.com/django-commons/django-typer) | `2.2.2` | `2.4.0` |
| [environs](https://github.com/sloria/environs) | `11.0.0` | `11.2.0` |
| [heroicons](https://github.com/adamchainz/heroicons) | `2.8.0` | `2.9.0` |
| [httpcore](https://github.com/encode/httpcore) | `1.0.5` | `1.0.7` |
| [idna](https://github.com/kjd/idna) | `3.9` | `3.10` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.22.0` | `3.23.1` |
| [neapolitan](https://github.com/carltongibson/neapolitan) | `24.6` | `24.7` |
| [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.2.1` | `3.2.3` |
| [psycopg-binary](https://github.com/psycopg/psycopg) | `3.2.1` | `3.2.3` |
| [pyjwt](https://github.com/jpadilla/pyjwt) | `2.9.0` | `2.10.0` |
| [qrcode](https://github.com/lincolnloop/python-qrcode) | `7.4.2` | `8.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.14.0` | `2.18.0` |
| [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.1` | `0.5.2` |
| [typer-slim](https://github.com/fastapi/typer) | `0.12.5` | `0.13.0` |



Updates `croniter` from 3.0.3 to 5.0.1
- [Changelog](https://github.com/kiorky/croniter/blob/master/CHANGELOG.rst)
- [Commits](kiorky/croniter@3.0.3...5.0.1)

Updates `django-cotton` from 0.9.40 to 1.3.0
- [Release notes](https://github.com/wrabit/django-cotton/releases)
- [Commits](wrabit/django-cotton@v0.9.40...v1.3.0)

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

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

Updates `django-tailwind-cli` from 2.15.0 to 2.20.1
- [Release notes](https://github.com/django-commons/django-tailwind-cli/releases)
- [Changelog](https://github.com/django-commons/django-tailwind-cli/blob/main/CHANGELOG.md)
- [Commits](django-commons/django-tailwind-cli@2.15.0...2.20.1)

Updates `django` from 5.0.9 to 5.1.3
- [Commits](django/django@5.0.9...5.1.3)

Updates `pillow` from 10.4.0 to 11.0.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.4.0...11.0.0)

Updates `whitenoise` from 6.7.0 to 6.8.2
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.7.0...6.8.2)

Updates `anyio` from 4.4.0 to 4.6.2.post1
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/anyio@4.4.0...4.6.2.post1)

Updates `cffi` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.17.0...v1.17.1)

Updates `charset-normalizer` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.3.2...3.4.0)

Updates `cryptography` from 43.0.1 to 43.0.3
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.1...43.0.3)

Updates `dj-database-url` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/jazzband/dj-database-url/releases)
- [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md)
- [Commits](jazzband/dj-database-url@v2.2.0...v2.3.0)

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

Updates `django-twc-toolbox` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/westerveltco/django-twc-toolbox/releases)
- [Changelog](https://github.com/westerveltco/django-twc-toolbox/blob/main/CHANGELOG.md)
- [Commits](westerveltco/django-twc-toolbox@v0.16.0...v0.17.0)

Updates `django-typer` from 2.2.2 to 2.4.0
- [Release notes](https://github.com/django-commons/django-typer/releases)
- [Commits](django-commons/django-typer@v2.2.2...v2.4.0)

Updates `environs` from 11.0.0 to 11.2.0
- [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md)
- [Commits](sloria/environs@11.0.0...11.2.0)

Updates `heroicons` from 2.8.0 to 2.9.0
- [Changelog](https://github.com/adamchainz/heroicons/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/heroicons@2.8.0...2.9.0)

Updates `httpcore` from 1.0.5 to 1.0.7
- [Release notes](https://github.com/encode/httpcore/releases)
- [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md)
- [Commits](encode/httpcore@1.0.5...1.0.7)

Updates `idna` from 3.9 to 3.10
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.9...v3.10)

Updates `marshmallow` from 3.22.0 to 3.23.1
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.22.0...3.23.1)

Updates `neapolitan` from 24.6 to 24.7
- [Changelog](https://github.com/carltongibson/neapolitan/blob/main/CHANGELOG.rst)
- [Commits](carltongibson/neapolitan@24.6...24.7)

Updates `packaging` from 24.1 to 24.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.1...24.2)

Updates `psycopg` from 3.2.1 to 3.2.3
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.1...3.2.3)

Updates `psycopg-binary` from 3.2.1 to 3.2.3
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.1...3.2.3)

Updates `pyjwt` from 2.9.0 to 2.10.0
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.9.0...2.10.0)

Updates `qrcode` from 7.4.2 to 8.0
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst)
- [Commits](lincolnloop/python-qrcode@v7.4.2...v8.0)

Updates `sentry-sdk` from 2.14.0 to 2.18.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.14.0...2.18.0)

Updates `sqlparse` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.5.1...0.5.2)

Updates `typer-slim` from 0.12.5 to 0.13.0
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.12.5...0.13.0)

---
updated-dependencies:
- dependency-name: croniter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: django-cotton
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: django-htmx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-stubs-ext
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-tailwind-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: anyio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: cffi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: charset-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: dj-database-url
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-allauth
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: django-twc-toolbox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: environs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: heroicons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: httpcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: neapolitan
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: psycopg-binary
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pyjwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: qrcode
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: sqlparse
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: typer-slim
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants