[PR #1580] Bump the pip group with 20 updates #2962

Closed
opened 2026-03-01 18:01:15 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/ArchiveBox/ArchiveBox/pull/1580

State: closed
Merged: No


Bumps the pip group with 20 updates:

Package From To
setuptools 75.2.0 75.3.0
django-signal-webhooks 0.3.0 0.3.1
django-admin-data-views 0.4.1 0.4.2
django-stubs 5.1.0 5.1.1
rich 13.9.2 13.9.4
croniter 3.0.3 5.0.1
ipython 8.28.0 8.29.0
pydantic-settings 2.6.0 2.6.1
yt-dlp 2024.10.7 2024.10.22
bx-django-utils 79 81
bx-py-utils 104 105
django-settings-holder 0.1.2 0.2.1
django-stubs-ext 5.1.0 5.1.1
et-xmlfile 1.1.0 2.0.0
ftfy 6.3.0 6.3.1
phonenumbers 8.13.47 8.13.48
pydantic-core 2.23.4 2.25.1
service-identity 24.1.0 24.2.0
twisted 24.7.0 24.10.0
zope-interface 7.1.0 7.1.1

Updates setuptools from 75.2.0 to 75.3.0

Changelog

Sourced from setuptools's changelog.

v75.3.0

Features

  • Allowed using dict as an ordered type in setuptools.dist.check_requirements -- by :user:Avasam (#4575)

Bugfixes

  • Ensured methods in setuptools.modified preferably raise a consistent distutils.errors.DistutilsError type (except in the deprecated use case of SETUPTOOLS_USE_DISTUTILS=stdlib) -- by :user:Avasam (#4567)
  • Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the "d" flag. (#4674)
  • Fix clashes for optional-dependencies in pyproject.toml and extra_requires in setup.cfg/setup.py. As per PEP 621, optional-dependencies have to be honoured and dynamic behaviour is not allowed. (#4696)

Misc

Commits
  • d8da7df Bump version: 75.2.0 → 75.3.0
  • a21c7fa Fix grammar in news fragment
  • a9a79e7 Fix wheel ABI tag for debug Python 3.13 on Windows (#4676)
  • 0bc3248 Merge simple type annotations from typeshed (#4504)
  • 1155ca8 Fix wheel ABI tag for debug Python 3.13 on Windows
  • 1ca55c9 Workaround for clash between ruff in pre-commit hook and pytest-ruff (#...
  • c498d16 Satisfy ruff linter - automatic fix
  • 1f92af5 Sync pre-commit-hook with version of ruff that gets automatically pulled in t...
  • a39336b Ruff: enable all pyflakes and perf rules (#4556)
  • e5f16a2 bump jaraco.test to py.typed version 5.5 in test extra (#4651)
  • Additional commits viewable in compare view

Updates django-signal-webhooks from 0.3.0 to 0.3.1

Release notes

Sourced from django-signal-webhooks's releases.

Release 0.3.1

What's Changed

Updates

  • Support django-settings-holder 0.2.1
  • Support Python 3.13

Full Changelog: https://github.com/MrThearMan/django-signal-webhooks/compare/v0.3.0...v0.3.1

Commits
  • 3094484 Bump version to 0.3.1
  • 930dba5 Update to support django-settings-holder 0.2.1
  • 00fa25e [pre-commit.ci] pre-commit autoupdate
  • 16cfcf0 Bump the python-dependencies group with 3 updates
  • e268c40 Bump the python-dependencies group with 4 updates
  • b613023 [pre-commit.ci] pre-commit autoupdate
  • dffcfd2 [pre-commit.ci] pre-commit autoupdate
  • bf6a909 Bump the python-dependencies group with 3 updates
  • cc341bf Skip poetry lock in CI
  • fc409b5 Add poetry pre-commit hooks
  • Additional commits viewable in compare view

Updates django-admin-data-views from 0.4.1 to 0.4.2

Release notes

Sourced from django-admin-data-views's releases.

Release 0.4.2

What's Changed

Updates

  • Support django-settings-holder v0.2.0

Full Changelog: https://github.com/MrThearMan/django-admin-data-views/compare/v0.4.1...v0.4.2

Commits
  • 15a93be Bump version to 0.4.2
  • cfe2bed Add support for django-settings-holder 0.2.0
  • 33d1a92 [pre-commit.ci] pre-commit autoupdate
  • f09d44c Bump the python-dependencies group with 3 updates
  • 90da0c2 [pre-commit.ci] pre-commit autoupdate
  • 21181ca Bump the python-dependencies group with 3 updates
  • 231624f [pre-commit.ci] pre-commit autoupdate
  • 3f71dea Bump the python-dependencies group with 2 updates
  • c07b81f Skip poetry lock in CI
  • 9ba5497 Add poetry hooks
  • Additional commits viewable in compare view

Updates django-stubs from 5.1.0 to 5.1.1

Commits

Updates rich from 13.9.2 to 13.9.4

Release notes

Sourced from rich's releases.

The irregular expression release

Fix a broken regex that resulted in the slow path being chosen for some operations. This fix should result in notable speedups for some operations, such as wrapping text.

[13.9.3] - 2024-10-22

Fixed

Changelog

Sourced from rich's changelog.

[13.9.4] - 2024-11-01

Changed

[13.9.3] - 2024-10-22

Fixed

Commits

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 ipython from 8.28.0 to 8.29.0

Commits

Updates pydantic-settings from 2.6.0 to 2.6.1

Release notes

Sourced from pydantic-settings's releases.

v2.6.1

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.6.0...v2.6.1

Commits

Updates yt-dlp from 2024.10.7 to 2024.10.22

Release notes

Sourced from yt-dlp's releases.

yt-dlp 2024.10.22

Installation Discord Donate Documentation Nightly Master

A description of the various files is in the README


Important changes

  • Following this release, yt-dlp's Python dependencies must be installed using the default group If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specify yt-dlp[default] if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more
  • py2exe is no longer supported This release's yt-dlp_min.exe will be the last, and it's actually a PyInstaller-bundled executable so that yt-dlp users updating their py2exe build with -U will be automatically migrated. Read more

Core changes

Extractor changes

Misc. changes

... (truncated)

Changelog

Sourced from yt-dlp's changelog.

2024.10.22

Important changes

  • Following this release, yt-dlp's Python dependencies must be installed using the default group If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specify yt-dlp[default] if you want to also install yt-dlp's optional dependencies (which were previously included by default). Read more
  • py2exe is no longer supported This release's yt-dlp_min.exe will be the last, and it's actually a PyInstaller-bundled executable so that yt-dlp users updating their py2exe build with -U will be automatically migrated. Read more

Core changes

Extractor changes

Misc. changes

... (truncated)

Commits

Updates bx-django-utils from 79 to 81

Commits

Updates bx-py-utils from 104 to 105

Commits

Updates django-settings-holder from 0.1.2 to 0.2.1

Release notes

Sourced from django-settings-holder's releases.

Release 0.2.1

What's Changed

Features

  • Adds option for wildcards in import string options, e.g. "MY_SETTING.*", meaning any keys of MY_SETTING will be treated as import strings. Supported in nesting and byte import strings.

Full Changelog: https://github.com/MrThearMan/django-settings-holder/compare/v0.2.0...v0.2.1

Release 0.2.0

What's Changed

Features

  • BREAKING: Modify logic for nested import settings to allow more flexibility:

    • If the setting is a list, you need to set "MY_SETTING.0" in the import_strings of the settings_holder
    • If the setting is a dict, you need to set "MY_SETTING.KEY_NAME" in the import_strings of the settings_holder for each key that contains a dot import string.
    • For deeper levels of nesting, you need to specify each level, e.g. "MY_SETTING.0.KEY_NAME.0"
  • Allow caching settings via setting attributes to the holder so that reload() will still remove the cached value


Full Changelog: https://github.com/MrThearMan/django-settings-holder/compare/v0.1.2...v0.2.0

Commits
  • c25ef39 Bump version to 0.2.1
  • f4db549 Fix issues with new import syntax
  • cc98171 Modify docs
  • 650aa6a Bump version to 0.2.0
  • e1b8113 Modify import setting logic & allow caching settings by setattr
  • 15dd359 [pre-commit.ci] pre-commit autoupdate
  • 80a0827 Bump the python-dependencies group with 3 updates
  • 4d1901a [pre-commit.ci] pre-commit autoupdate
  • 4c694a8 Bump the python-dependencies group with 3 updates
  • d27906b [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates django-stubs-ext from 5.1.0 to 5.1.1

Commits

Updates et-xmlfile from 1.1.0 to 2.0.0

Updates ftfy from 6.3.0 to 6.3.1

Changelog

Sourced from ftfy's changelog.

Version 6.3.1 (October 25, 2024)

  • Fixed license metadata field in pyproject.toml.
  • Removed extraneous files from the hatchling sdist output.
Commits

Updates phonenumbers from 8.13.47 to 8.13.48

Commits

Updates pydantic-core from 2.23.4 to 2.25.1

Release notes

Sourced from pydantic-core's releases.

v2.25.1 2024-10-30

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.25.0...v2.25.1

v2.25.0 2024-10-23

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.24.2...v2.25.0

v2.24.2 2024-10-15

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.24.1...v2.24.2

v2.24.1 2024-10-11

What's Changed

Packaging

Fixes

Changes

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.24.0...v2.24.1

... (truncated)

Commits
  • 9217019 ...

    Description has been truncated

**Original Pull Request:** https://github.com/ArchiveBox/ArchiveBox/pull/1580 **State:** closed **Merged:** No --- Bumps the pip group with 20 updates: | Package | From | To | | --- | --- | --- | | [setuptools](https://github.com/pypa/setuptools) | `75.2.0` | `75.3.0` | | [django-signal-webhooks](https://github.com/MrThearMan/django-signal-webhooks) | `0.3.0` | `0.3.1` | | [django-admin-data-views](https://github.com/MrThearMan/django-admin-data-views) | `0.4.1` | `0.4.2` | | [django-stubs](https://github.com/typeddjango/django-stubs) | `5.1.0` | `5.1.1` | | [rich](https://github.com/Textualize/rich) | `13.9.2` | `13.9.4` | | [croniter](https://github.com/kiorky/croniter) | `3.0.3` | `5.0.1` | | [ipython](https://github.com/ipython/ipython) | `8.28.0` | `8.29.0` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.0` | `2.6.1` | | [yt-dlp](https://github.com/yt-dlp/yt-dlp) | `2024.10.7` | `2024.10.22` | | [bx-django-utils](https://github.com/boxine/bx_django_utils) | `79` | `81` | | [bx-py-utils](https://github.com/boxine/bx_py_utils) | `104` | `105` | | [django-settings-holder](https://github.com/MrThearMan/django-settings-holder) | `0.1.2` | `0.2.1` | | [django-stubs-ext](https://github.com/typeddjango/django-stubs) | `5.1.0` | `5.1.1` | | [et-xmlfile](https://foss.heptapod.net/openpyxl/et_xmlfile) | `1.1.0` | `2.0.0` | | [ftfy](https://github.com/rspeer/python-ftfy) | `6.3.0` | `6.3.1` | | [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `8.13.47` | `8.13.48` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.25.1` | | [service-identity](https://github.com/sponsors/hynek) | `24.1.0` | `24.2.0` | | [twisted](https://github.com/twisted/twisted) | `24.7.0` | `24.10.0` | | [zope-interface](https://github.com/zopefoundation/zope.interface) | `7.1.0` | `7.1.1` | Updates `setuptools` from 75.2.0 to 75.3.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v75.3.0</h1> <h2>Features</h2> <ul> <li>Allowed using <code>dict</code> as an ordered type in <code>setuptools.dist.check_requirements</code> -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4575">#4575</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Ensured methods in <code>setuptools.modified</code> preferably raise a consistent <code>distutils.errors.DistutilsError</code> type (except in the deprecated use case of <code>SETUPTOOLS_USE_DISTUTILS=stdlib</code>) -- by :user:<code>Avasam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4567">#4567</a>)</li> <li>Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the <code>&quot;d&quot;</code> flag. (<a href="https://redirect.github.com/pypa/setuptools/issues/4674">#4674</a>)</li> <li>Fix clashes for <code>optional-dependencies</code> in <code>pyproject.toml</code> and <code>extra_requires</code> in <code>setup.cfg/setup.py</code>. As per PEP 621, <code>optional-dependencies</code> have to be honoured and dynamic behaviour is not allowed. (<a href="https://redirect.github.com/pypa/setuptools/issues/4696">#4696</a>)</li> </ul> <h2>Misc</h2> <ul> <li><a href="https://redirect.github.com/pypa/setuptools/issues/4560">#4560</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/d8da7dfaa0cef4a69ee21d9406391651c4dc5ce4"><code>d8da7df</code></a> Bump version: 75.2.0 → 75.3.0</li> <li><a href="https://github.com/pypa/setuptools/commit/a21c7fab9985c48e6f37e0e375ef1797647c98c0"><code>a21c7fa</code></a> Fix grammar in news fragment</li> <li><a href="https://github.com/pypa/setuptools/commit/a9a79e70a7b78b4d4257a55c96201d25964a7bed"><code>a9a79e7</code></a> Fix wheel ABI tag for debug Python 3.13 on Windows (<a href="https://redirect.github.com/pypa/setuptools/issues/4676">#4676</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/0bc324806ce62e93fcbcf9d3f1b018f85176da52"><code>0bc3248</code></a> Merge simple type annotations from typeshed (<a href="https://redirect.github.com/pypa/setuptools/issues/4504">#4504</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/1155ca8001fb1619714dc5d6e4f1344803106697"><code>1155ca8</code></a> Fix wheel ABI tag for debug Python 3.13 on Windows</li> <li><a href="https://github.com/pypa/setuptools/commit/1ca55c9e287d771b1fd20165c2443a3687b839d1"><code>1ca55c9</code></a> Workaround for clash between <code>ruff</code> in <code>pre-commit</code> hook and <code>pytest-ruff</code> (#...</li> <li><a href="https://github.com/pypa/setuptools/commit/c498d162e7501165fb8415fec4ed3282b2f04af9"><code>c498d16</code></a> Satisfy ruff linter - automatic fix</li> <li><a href="https://github.com/pypa/setuptools/commit/1f92af5201ebffcf4c7107f9d9dfcc687e57e2cc"><code>1f92af5</code></a> Sync pre-commit-hook with version of ruff that gets automatically pulled in t...</li> <li><a href="https://github.com/pypa/setuptools/commit/a39336ba37c50695f5a57be20d8452e46a4ceb10"><code>a39336b</code></a> Ruff: enable all pyflakes and perf rules (<a href="https://redirect.github.com/pypa/setuptools/issues/4556">#4556</a>)</li> <li><a href="https://github.com/pypa/setuptools/commit/e5f16a2a990ff18cdef27a22b742f97444867186"><code>e5f16a2</code></a> bump jaraco.test to py.typed version 5.5 in test extra (<a href="https://redirect.github.com/pypa/setuptools/issues/4651">#4651</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.2.0...v75.3.0">compare view</a></li> </ul> </details> <br /> Updates `django-signal-webhooks` from 0.3.0 to 0.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MrThearMan/django-signal-webhooks/releases">django-signal-webhooks's releases</a>.</em></p> <blockquote> <h2>Release 0.3.1</h2> <h2>What's Changed</h2> <h3>Updates</h3> <ul> <li>Support django-settings-holder <a href="https://github.com/MrThearMan/django-settings-holder/releases/tag/v0.2.1">0.2.1</a></li> <li>Support Python 3.13</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/MrThearMan/django-signal-webhooks/compare/v0.3.0...v0.3.1">https://github.com/MrThearMan/django-signal-webhooks/compare/v0.3.0...v0.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MrThearMan/django-signal-webhooks/commit/3094484e22b7889dbcae8d75c1b007e04c881f6a"><code>3094484</code></a> Bump version to 0.3.1</li> <li><a href="https://github.com/MrThearMan/django-signal-webhooks/commit/930dba56b482d487e3d3c884efe82bf77d6076fe"><code>930dba5</code></a> Update to support django-settings-holder 0.2.1</li> <li><a href="https://github.com/MrThearMan/django-signal-webhooks/commit/00fa25e30bbea96712239a43e9dadb0fe7f81bfa"><code>00fa25e</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/MrThearMan/django-signal-webhooks/commit/16cfcf0bccb07ebdd7122fa44662c3559df85276"><code>16cfcf0</code></a> Bump the python-dependencies group with 3 updates</li> <li><a href="https://github.com/MrThearMan/django-signal-webhooks/commit/e268c40124b577e9e3728f6e9b26b19de671dbff"><code>e268c40</code></a> Bump the python-dependencies group with 4 updates</li> <li><a href="https://github.com/MrThearMan/django-signal-webhooks/commit/b6130233df10711f75299ae7667e7c960123e8b8"><code>b613023</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/MrThearMan/django-signal-webhooks/commit/dffcfd2b25700758f597634594680123ce6f81ef"><code>dffcfd2</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/MrThearMan/django-signal-webhooks/commit/bf6a909e9bec19750a10a0a14b4f1c425c237703"><code>bf6a909</code></a> Bump the python-dependencies group with 3 updates</li> <li><a href="https://github.com/MrThearMan/django-signal-webhooks/commit/cc341bf93893083ae64f06580f66be69a7cf82ee"><code>cc341bf</code></a> Skip poetry lock in CI</li> <li><a href="https://github.com/MrThearMan/django-signal-webhooks/commit/fc409b5fbe150e33994e757e4e2404689bc42094"><code>fc409b5</code></a> Add poetry pre-commit hooks</li> <li>Additional commits viewable in <a href="https://github.com/MrThearMan/django-signal-webhooks/compare/v0.3.0...v0.3.1">compare view</a></li> </ul> </details> <br /> Updates `django-admin-data-views` from 0.4.1 to 0.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MrThearMan/django-admin-data-views/releases">django-admin-data-views's releases</a>.</em></p> <blockquote> <h2>Release 0.4.2</h2> <h2>What's Changed</h2> <h3>Updates</h3> <ul> <li>Support <code>django-settings-holder</code> <a href="https://github.com/MrThearMan/django-settings-holder/releases/tag/v0.2.0">v0.2.0</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/MrThearMan/django-admin-data-views/compare/v0.4.1...v0.4.2">https://github.com/MrThearMan/django-admin-data-views/compare/v0.4.1...v0.4.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MrThearMan/django-admin-data-views/commit/15a93be40ea1f799f15663ae4596f643003dc143"><code>15a93be</code></a> Bump version to 0.4.2</li> <li><a href="https://github.com/MrThearMan/django-admin-data-views/commit/cfe2bedd85aabe42c4656a4253807a4ac50c0038"><code>cfe2bed</code></a> Add support for django-settings-holder 0.2.0</li> <li><a href="https://github.com/MrThearMan/django-admin-data-views/commit/33d1a92fd45ae265fd08a8b0f301ff683d5ae613"><code>33d1a92</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/MrThearMan/django-admin-data-views/commit/f09d44c51d18dd6561d078507874f236ba0f644f"><code>f09d44c</code></a> Bump the python-dependencies group with 3 updates</li> <li><a href="https://github.com/MrThearMan/django-admin-data-views/commit/90da0c22f200c66d756a9763e4090d02e755b37d"><code>90da0c2</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/MrThearMan/django-admin-data-views/commit/21181ca4232f7f0e6a9dc41c08a51eba968491ab"><code>21181ca</code></a> Bump the python-dependencies group with 3 updates</li> <li><a href="https://github.com/MrThearMan/django-admin-data-views/commit/231624fb60d389697fb5a72cc241926cc4e3dc37"><code>231624f</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/MrThearMan/django-admin-data-views/commit/3f71dea58617c03e0611e8b3cb8826e83ddc1222"><code>3f71dea</code></a> Bump the python-dependencies group with 2 updates</li> <li><a href="https://github.com/MrThearMan/django-admin-data-views/commit/c07b81fce2f22c79548a3f56d86f2929268530b8"><code>c07b81f</code></a> Skip poetry lock in CI</li> <li><a href="https://github.com/MrThearMan/django-admin-data-views/commit/9ba5497451d5c0ba7178b26566a09dc2dd1d9046"><code>9ba5497</code></a> Add poetry hooks</li> <li>Additional commits viewable in <a href="https://github.com/MrThearMan/django-admin-data-views/compare/v0.4.1...v0.4.2">compare view</a></li> </ul> </details> <br /> Updates `django-stubs` from 5.1.0 to 5.1.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typeddjango/django-stubs/commit/9b270a0197d3fb01d469ed1a6cb46ca25d2bf0ba"><code>9b270a0</code></a> Version 5.1.1 release (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2424">#2424</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/8de9d9a7b1ac40399ae7b05f1512fb5c72960ef9"><code>8de9d9a</code></a> Allow <code>None</code> on <code>view_on_site</code> (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2419">#2419</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/82cb4c0bf57b88754bc2ea2c51041a76baa4ee84"><code>82cb4c0</code></a> Update django.conf.global_settings (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2420">#2420</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/c1059652ffc6e9ec3d8e18ed54f8684f0df0ff0a"><code>c105965</code></a> Update db.migrations.serializer (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2421">#2421</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/6500b89b80fda2ae4d691ec709277f4bb5cd20d1"><code>6500b89</code></a> Bump mypy from 1.12.1 to 1.13.0 (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2416">#2416</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/71f4d9b1618c11b298b45007d19dfe01685e0004"><code>71f4d9b</code></a> Bump pyright from 1.1.385 to 1.1.386 (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2418">#2418</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/a98e7e7edd42af077b2d6a98a495ad3508357c54"><code>a98e7e7</code></a> Fixes <a href="https://redirect.github.com/typeddjango/django-stubs/issues/2413">#2413</a> -- update ModelAdmin.log_FOO method signatures (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2414">#2414</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/fbce0b8ead6628d04bd09fd371f464682dccc270"><code>fbce0b8</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2415">#2415</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/b7f43dd272d03d232d1c79669d54fa56ec155c60"><code>b7f43dd</code></a> Treat <code>QuerySet.alias</code> like <code>QuerySet.annotate</code> (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2411">#2411</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/4dc5e5c8de58881846fd4494effa9330bc3db1dd"><code>4dc5e5c</code></a> Remove EOL Python 3.8 and add 3.13 to CI (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2397">#2397</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typeddjango/django-stubs/compare/5.1.0...5.1.1">compare view</a></li> </ul> </details> <br /> Updates `rich` from 13.9.2 to 13.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/releases">rich's releases</a>.</em></p> <blockquote> <h2>The irregular expression release</h2> <p>Fix a broken regex that resulted in the slow path being chosen for some operations. This fix should result in notable speedups for some operations, such as wrapping text.</p> <h2>[13.9.3] - 2024-10-22</h2> <h3>Fixed</h3> <ul> <li>Fixed broken regex that may have resulted in poor performance. <a href="https://redirect.github.com/Textualize/rich/pull/3535">Textualize/rich#3535</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/blob/master/CHANGELOG.md">rich's changelog</a>.</em></p> <blockquote> <h2>[13.9.4] - 2024-11-01</h2> <h3>Changed</h3> <ul> <li>Optimizations to cell_len which may speed up Rich / Textual output <a href="https://redirect.github.com/Textualize/rich/pull/3546">Textualize/rich#3546</a></li> </ul> <h2>[13.9.3] - 2024-10-22</h2> <h3>Fixed</h3> <ul> <li>Fixed broken regex that may have resulted in poor performance. <a href="https://redirect.github.com/Textualize/rich/pull/3535">Textualize/rich#3535</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Textualize/rich/commits">compare view</a></li> </ul> </details> <br /> Updates `croniter` from 3.0.3 to 5.0.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kiorky/croniter/blob/master/CHANGELOG.rst">croniter's changelog</a>.</em></p> <blockquote> <h2>5.0.1 (2024-10-29)</h2> <ul> <li>Community wanted: Reintroduce 7 as DayOfWeek in deviation from standard cron (<a href="https://redirect.github.com/kiorky/croniter/issues/90">#90</a>). [kiorky]</li> </ul> <h2>4.0.0 (2024-10-28)</h2> <ul> <li>Remove DayOfWeek alias 7 to DayOfWeek 0 to stick to standard cron (<a href="https://redirect.github.com/kiorky/croniter/issues/90">#90</a>). [kiorky]</li> <li>Fix DOW ranges calculations when lastday is a Sunday. [kiorky]</li> </ul> <h2>3.0.4 (2024-10-25)</h2> <ul> <li>Fix overflow on 32bits systems (<a href="https://redirect.github.com/kiorky/croniter/issues/87">#87</a>) [kiorky]</li> <li>Fix python2 testing (related to <a href="https://redirect.github.com/kiorky/croniter/issues/93">#93</a>) [kiorky]</li> <li>Modernize packaging. Special thanks to Aarni Koskela (akx) for all the inputs. [kiorky, akx]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kiorky/croniter/commit/da473d9e6dd6b8ca12a6b73715f84d155c3bd705"><code>da473d9</code></a> Preparing release 5.0.1</li> <li><a href="https://github.com/kiorky/croniter/commit/3642302d8ef9b656742d6ee28a54e648075f2933"><code>3642302</code></a> Reallow DOW=7, &amp; rework range calculations.</li> <li><a href="https://github.com/kiorky/croniter/commit/0ec55d4931dd1bc672db8051a517992ba71b03b3"><code>0ec55d4</code></a> Back to development: 4.0.1</li> <li><a href="https://github.com/kiorky/croniter/commit/180138945db0c2a690a8076dee7fc553bf3d2e7b"><code>1801389</code></a> Preparing release 4.0.0</li> <li><a href="https://github.com/kiorky/croniter/commit/3141708f021843ddb8af7fcb308ce6d3e561719b"><code>3141708</code></a> Remove DOW-7 as alias &amp; fix DOW calcs when DOW=0</li> <li><a href="https://github.com/kiorky/croniter/commit/6ce433db01aaa6b96defb7d6c762b814ccaaa777"><code>6ce433d</code></a> Restrict docker image build triggers</li> <li><a href="https://github.com/kiorky/croniter/commit/83b4c42d8d96e780ee374f0b66b49a8198d795b4"><code>83b4c42</code></a> Back to development: 3.0.5</li> <li><a href="https://github.com/kiorky/croniter/commit/9ea2c4a5cb5af4d1a126369113615076d52d0f76"><code>9ea2c4a</code></a> Preparing release 3.0.4</li> <li><a href="https://github.com/kiorky/croniter/commit/0fc3e71c5c146adcf5c1ebc56798626f023f771c"><code>0fc3e71</code></a> Merge pull request <a href="https://redirect.github.com/kiorky/croniter/issues/97">#97</a> from kiorky/new-packaging</li> <li><a href="https://github.com/kiorky/croniter/commit/97936a9b229e3af6c289d3b5a0980c4a4da7ea82"><code>97936a9</code></a> docker setup &amp; images releaser for multiple archs</li> <li>Additional commits viewable in <a href="https://github.com/kiorky/croniter/compare/3.0.3...5.0.1">compare view</a></li> </ul> </details> <br /> Updates `ipython` from 8.28.0 to 8.29.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ipython/ipython/commit/af19fb0542be9cc642554aed8ab176cd94aa632a"><code>af19fb0</code></a> release 8.29.0</li> <li><a href="https://github.com/ipython/ipython/commit/b2fc3082d4a756f3c08e74b3b9b1ac8c16bcb5fe"><code>b2fc308</code></a> Whats new 8.29 (<a href="https://redirect.github.com/ipython/ipython/issues/14560">#14560</a>)</li> <li><a href="https://github.com/ipython/ipython/commit/9c221bbee4102b02e9d1eead70a329abe6898e12"><code>9c221bb</code></a> Whats new 8.29</li> <li><a href="https://github.com/ipython/ipython/commit/d0226573c055e35ba1e3e3b1b0b51ee93d5ed9b1"><code>d022657</code></a> Fix line stripping edge case for %load magic command (<a href="https://redirect.github.com/ipython/ipython/issues/14495">#14495</a>)</li> <li><a href="https://github.com/ipython/ipython/commit/25703b5b75166c3e9a4c6e700b7f026e560258ac"><code>25703b5</code></a> Refactor with Pathlib for setupbase.py (<a href="https://redirect.github.com/ipython/ipython/issues/14543">#14543</a>)</li> <li><a href="https://github.com/ipython/ipython/commit/de562f8caa6a02d6a482ee069e333e154f3e65cf"><code>de562f8</code></a> Fix re pattern pretty print (<a href="https://redirect.github.com/ipython/ipython/issues/14559">#14559</a>)</li> <li><a href="https://github.com/ipython/ipython/commit/298e9f57a6a8d818763e68da0cf42e02669512e1"><code>298e9f5</code></a> Fix formatting</li> <li><a href="https://github.com/ipython/ipython/commit/2888354f992192106665b425e5ab34a3cef6d818"><code>2888354</code></a> Fix line stripping logic</li> <li><a href="https://github.com/ipython/ipython/commit/d7d58a36eafd97207687b44cb8fb901f592c8fc0"><code>d7d58a3</code></a> ENH: add webp support to IPython.display.Image and complete identification of...</li> <li><a href="https://github.com/ipython/ipython/commit/5f39fd879a3a623dc64e586dc88a2689ae67ceb9"><code>5f39fd8</code></a> Fix str error in path again</li> <li>Additional commits viewable in <a href="https://github.com/ipython/ipython/compare/8.28.0...8.29.0">compare view</a></li> </ul> </details> <br /> Updates `pydantic-settings` from 2.6.0 to 2.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic-settings/releases">pydantic-settings's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <h2>What's Changed</h2> <ul> <li>Add Python 3.13 support by <a href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/450">pydantic/pydantic-settings#450</a></li> <li>Fixes <a href="https://redirect.github.com/pydantic/pydantic-settings/issues/452">#452</a> - Adding support for populate_by_name by <a href="https://github.com/hozn"><code>@​hozn</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/454">pydantic/pydantic-settings#454</a></li> <li>Refactor path_type_label by <a href="https://github.com/aberenda-optifino"><code>@​aberenda-optifino</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/458">pydantic/pydantic-settings#458</a></li> <li>Revert &quot;Fix context not passed to field validators bug (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/417">#417</a>)&quot; by <a href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/459">pydantic/pydantic-settings#459</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hozn"><code>@​hozn</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/454">pydantic/pydantic-settings#454</a></li> <li><a href="https://github.com/aberenda-optifino"><code>@​aberenda-optifino</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-settings/pull/458">pydantic/pydantic-settings#458</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic-settings/compare/v2.6.0...v2.6.1">https://github.com/pydantic/pydantic-settings/compare/v2.6.0...v2.6.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic-settings/commit/24416709ae9c5569dde1cac2830e938878684d13"><code>2441670</code></a> Prepare release 2.6.1 (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/460">#460</a>)</li> <li><a href="https://github.com/pydantic/pydantic-settings/commit/e73b349e3b9b0d40b599b1314d6759abaa2ab87c"><code>e73b349</code></a> Revert &quot;Fix context not passed to field validators bug (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/417">#417</a>)&quot; (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/459">#459</a>)</li> <li><a href="https://github.com/pydantic/pydantic-settings/commit/a37d07cad8ff9ca0f5db856adfe05fd0bd3b0981"><code>a37d07c</code></a> Refactor path_type_label (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/458">#458</a>)</li> <li><a href="https://github.com/pydantic/pydantic-settings/commit/93d7b7be0446523df797ac0c87e49ad5836dae09"><code>93d7b7b</code></a> Fixes <a href="https://redirect.github.com/pydantic/pydantic-settings/issues/452">#452</a> - Adding support for populate_by_name (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/454">#454</a>)</li> <li><a href="https://github.com/pydantic/pydantic-settings/commit/e2120526f097bdb4ceae8e4b3b4f9bd3b1c0e107"><code>e212052</code></a> Add Python 3.13 support (<a href="https://redirect.github.com/pydantic/pydantic-settings/issues/450">#450</a>)</li> <li>See full diff in <a href="https://github.com/pydantic/pydantic-settings/compare/v2.6.0...v2.6.1">compare view</a></li> </ul> </details> <br /> Updates `yt-dlp` from 2024.10.7 to 2024.10.22 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yt-dlp/yt-dlp/releases">yt-dlp's releases</a>.</em></p> <blockquote> <h2>yt-dlp 2024.10.22</h2> <p><a href="https://github.com/yt-dlp/yt-dlp#installation" title="Installation instructions"><img src="https://img.shields.io/badge/-Which%20file%20to%20download%3F-white.svg?style=for-the-badge" alt="Installation" /></a> <a href="https://discord.gg/H5MNcFW63r" title="Discord"><img src="https://img.shields.io/discord/807245652072857610?color=blue&amp;labelColor=555555&amp;label=&amp;logo=discord&amp;style=for-the-badge" alt="Discord" /></a> <a href="https://github.com/yt-dlp/yt-dlp/blob/master/Collaborators.md#collaborators" title="Donate"><img src="https://img.shields.io/badge/_-Donate-red.svg?logo=githubsponsors&amp;labelColor=555555&amp;style=for-the-badge" alt="Donate" /></a> <a href="https://github.com/yt-dlp/yt-dlp/tree/2024.10.22#readme" title="Documentation"><img src="https://img.shields.io/badge/-Docs-brightgreen.svg?style=for-the-badge&amp;logo=GitBook&amp;labelColor=555555" alt="Documentation" /></a> <a href="https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest" title="Nightly builds"><img src="https://img.shields.io/badge/Nightly%20builds-purple.svg?style=for-the-badge" alt="Nightly" /></a> <a href="https://github.com/yt-dlp/yt-dlp-master-builds/releases/latest" title="Master builds"><img src="https://img.shields.io/badge/Master%20builds-lightblue.svg?style=for-the-badge" alt="Master" /></a></p> <h4>A description of the various files is in the <a href="https://github.com/yt-dlp/yt-dlp#release-files">README</a></h4> <hr /> <h4>Important changes</h4> <ul> <li><strong>Following this release, yt-dlp's Python dependencies <em>must</em> be installed using the <code>default</code> group</strong> If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specify <code>yt-dlp[default]</code> if you want to also install yt-dlp's optional dependencies (which were previously included by default). <a href="https://redirect.github.com/yt-dlp/yt-dlp/pull/11255">Read more</a></li> <li><strong>py2exe is no longer supported</strong> This release's <code>yt-dlp_min.exe</code> will be the last, and it's actually a PyInstaller-bundled executable so that yt-dlp users updating their py2exe build with <code>-U</code> will be automatically migrated. <a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/10087">Read more</a></li> </ul> <!-- raw HTML omitted --> <h4>Core changes</h4> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/d710a6ca7c622705c0c8c8a3615916f531137d5d">Add extractor helpers</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/10653">#10653</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/0f593dca9fa995d88eb763170a932da61c8f24dc">Add option <code>--plugin-dirs</code></a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11277">#11277</a>) by <a href="https://github.com/coletdjnz">coletdjnz</a>, <a href="https://github.com/imranh2">imranh2</a></li> <li><strong>cookies</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/c5f0f58efd8c3930de8202c15a5c53b1b635bd51">Fix compatibility for Python &lt;=3.9 in traceback</a> by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><strong>utils</strong> <ul> <li><code>Popen</code>: <a href="https://github.com/yt-dlp/yt-dlp/commit/fbc66e3ab35743cc847a21223c67d88bb463cd9c">Reset PyInstaller environment</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11258">#11258</a>) by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/Grub4K">Grub4K</a></li> <li><code>sanitize_path</code>: <a href="https://github.com/yt-dlp/yt-dlp/commit/85b87c991af25dcb35630fa94580fd418e78ee33">Reimplement function</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11198">#11198</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> </ul> </li> </ul> <h4>Extractor changes</h4> <ul> <li><strong>adobepass</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/dcfeea4dd5e5686821350baa6c7767a011944867">Use newer user-agent for provider redirect request</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11250">#11250</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>afreecatv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/46fe60ff19395698a87113b2944453779e04ab9d">Adapt extractors to new sooplive.co.kr domain</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11266">#11266</a>) by <a href="https://github.com/63427083">63427083</a>, <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>cda</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/c4d95f67ddc522297bb1fea875255cf94b34d595">Support folders</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/10786">#10786</a>) by <a href="https://github.com/pktiuk">pktiuk</a></li> <li><strong>cwtv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/9d43dcb2c5c38f443f84dfc126cd32720e1a1ad6">Fix extraction</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11230">#11230</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>drtv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/f4338714241b11d9d43768ae71a25f5e952f677d">Fix extractor</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11141">#11141</a>) by <a href="https://github.com/444995">444995</a></li> <li><strong>funk</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/8de431ec97a4b62b73df8f686b6e21e462775336">Extend <code>_VALID_URL</code></a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11269">#11269</a>) by <a href="https://github.com/seproDev">seproDev</a></li> <li><strong>gem.cbc.ca</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/40054cb4a7ebbea30d335d444e6f58b298a3baa0">Fix formats extraction</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11196">#11196</a>) by <a href="https://github.com/DavidSkrundz">DavidSkrundz</a></li> <li><strong>generic</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/edfd095b1917701c5046bd51f9542897c17d41a7">Impersonate browser by default</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11206">#11206</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><strong>imgur</strong> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/87408ccfd772ddf31a8323d8151c24f9577cbc9f">Fix thumbnail extraction</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11298">#11298</a>) by <a href="https://github.com/seproDev">seproDev</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/5af774d7a36c00bea618c7047c9326532cd3f616">Support new URL format</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11075">#11075</a>) by <a href="https://github.com/Deer-Spangle">Deer-Spangle</a></li> </ul> </li> <li><strong>patreon</strong>: campaign: <a href="https://github.com/yt-dlp/yt-dlp/commit/babb70960595e2146f06f81affc29c7e713e34e2">Stricter URL matching</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11235">#11235</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>reddit</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/cba7868502f04175fecf9ab3e363296aee7ebec2">Detect and raise when login is required</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11202">#11202</a>) by <a href="https://github.com/pzhlkj6612">pzhlkj6612</a></li> <li><strong>substack</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/3148c1822f66533998278f0a1cf842b9bea1526a">Resolve podcast file extensions</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11275">#11275</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>telecinco</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/0b7ec08816fb196cd41d392f8331b4eb8366c4f8">Fix extractors</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11142">#11142</a>) by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/DarkZeros">DarkZeros</a></li> <li><strong>tubitv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/e68b4c19af122876561a41f2dd8093fae7b417c7">Strip extra whitespace from titles</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/10795">#10795</a>) by <a href="https://github.com/allendema">allendema</a></li> <li><strong>tver</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/ceaea731b6e314dbbdfb2e358d7677785ed0b4fc">Support series URLs</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/9507">#9507</a>) by <a href="https://github.com/pzhlkj6612">pzhlkj6612</a>, <a href="https://github.com/vvto33">vvto33</a></li> <li><strong>twitter</strong>: spaces: <a href="https://github.com/yt-dlp/yt-dlp/commit/679c68240a26481ea7c07cc0c014745631ea8481">Allow extraction when not logged in</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11289">#11289</a>) by <a href="https://github.com/rubyevadestaxes">rubyevadestaxes</a></li> <li><strong>weverse</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/5310fa87f6cb7f66bf42e2520878952fbf6b1652">Fix extractor</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11215">#11215</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>youtube</strong> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/7af1ddaaf2a6a0a750373a9ab53c7770af4f9fe4">Fix <code>comment_count</code> extraction</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11274">#11274</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/fed53d70bdb7d3e37ef63dd7fcf0ef74356167fd">Remove broken <code>android_producer</code> client</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11297">#11297</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/ec2f4bf0823a13043f98f5bd0bf6677837bf09dc">Remove broken age-restriction workaround</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11297">#11297</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/b8635c1d4779da195e71aa281f73aaad702c935e">Support logging in with OAuth</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11001">#11001</a>) by <a href="https://github.com/coletdjnz">coletdjnz</a></li> </ul> </li> </ul> <h4>Misc. changes</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md">yt-dlp's changelog</a>.</em></p> <blockquote> <h3>2024.10.22</h3> <h4>Important changes</h4> <ul> <li><strong>Following this release, yt-dlp's Python dependencies <em>must</em> be installed using the <code>default</code> group</strong> If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specify <code>yt-dlp[default]</code> if you want to also install yt-dlp's optional dependencies (which were previously included by default). <a href="https://redirect.github.com/yt-dlp/yt-dlp/pull/11255">Read more</a></li> <li><strong>py2exe is no longer supported</strong> This release's <code>yt-dlp_min.exe</code> will be the last, and it's actually a PyInstaller-bundled executable so that yt-dlp users updating their py2exe build with <code>-U</code> will be automatically migrated. <a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/10087">Read more</a></li> </ul> <h4>Core changes</h4> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/d710a6ca7c622705c0c8c8a3615916f531137d5d">Add extractor helpers</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/10653">#10653</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/0f593dca9fa995d88eb763170a932da61c8f24dc">Add option <code>--plugin-dirs</code></a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11277">#11277</a>) by <a href="https://github.com/coletdjnz">coletdjnz</a>, <a href="https://github.com/imranh2">imranh2</a></li> <li><strong>cookies</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/c5f0f58efd8c3930de8202c15a5c53b1b635bd51">Fix compatibility for Python &lt;=3.9 in traceback</a> by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><strong>utils</strong> <ul> <li><code>Popen</code>: <a href="https://github.com/yt-dlp/yt-dlp/commit/fbc66e3ab35743cc847a21223c67d88bb463cd9c">Reset PyInstaller environment</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11258">#11258</a>) by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/Grub4K">Grub4K</a></li> <li><code>sanitize_path</code>: <a href="https://github.com/yt-dlp/yt-dlp/commit/85b87c991af25dcb35630fa94580fd418e78ee33">Reimplement function</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11198">#11198</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> </ul> </li> </ul> <h4>Extractor changes</h4> <ul> <li><strong>adobepass</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/dcfeea4dd5e5686821350baa6c7767a011944867">Use newer user-agent for provider redirect request</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11250">#11250</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>afreecatv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/46fe60ff19395698a87113b2944453779e04ab9d">Adapt extractors to new sooplive.co.kr domain</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11266">#11266</a>) by <a href="https://github.com/63427083">63427083</a>, <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>cda</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/c4d95f67ddc522297bb1fea875255cf94b34d595">Support folders</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/10786">#10786</a>) by <a href="https://github.com/pktiuk">pktiuk</a></li> <li><strong>cwtv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/9d43dcb2c5c38f443f84dfc126cd32720e1a1ad6">Fix extraction</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11230">#11230</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>drtv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/f4338714241b11d9d43768ae71a25f5e952f677d">Fix extractor</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11141">#11141</a>) by <a href="https://github.com/444995">444995</a></li> <li><strong>funk</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/8de431ec97a4b62b73df8f686b6e21e462775336">Extend <code>_VALID_URL</code></a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11269">#11269</a>) by <a href="https://github.com/seproDev">seproDev</a></li> <li><strong>gem.cbc.ca</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/40054cb4a7ebbea30d335d444e6f58b298a3baa0">Fix formats extraction</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11196">#11196</a>) by <a href="https://github.com/DavidSkrundz">DavidSkrundz</a></li> <li><strong>generic</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/edfd095b1917701c5046bd51f9542897c17d41a7">Impersonate browser by default</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11206">#11206</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> <li><strong>imgur</strong> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/87408ccfd772ddf31a8323d8151c24f9577cbc9f">Fix thumbnail extraction</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11298">#11298</a>) by <a href="https://github.com/seproDev">seproDev</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/5af774d7a36c00bea618c7047c9326532cd3f616">Support new URL format</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11075">#11075</a>) by <a href="https://github.com/Deer-Spangle">Deer-Spangle</a></li> </ul> </li> <li><strong>patreon</strong>: campaign: <a href="https://github.com/yt-dlp/yt-dlp/commit/babb70960595e2146f06f81affc29c7e713e34e2">Stricter URL matching</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11235">#11235</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>reddit</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/cba7868502f04175fecf9ab3e363296aee7ebec2">Detect and raise when login is required</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11202">#11202</a>) by <a href="https://github.com/pzhlkj6612">pzhlkj6612</a></li> <li><strong>substack</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/3148c1822f66533998278f0a1cf842b9bea1526a">Resolve podcast file extensions</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11275">#11275</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>telecinco</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/0b7ec08816fb196cd41d392f8331b4eb8366c4f8">Fix extractors</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11142">#11142</a>) by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/DarkZeros">DarkZeros</a></li> <li><strong>tubitv</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/e68b4c19af122876561a41f2dd8093fae7b417c7">Strip extra whitespace from titles</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/10795">#10795</a>) by <a href="https://github.com/allendema">allendema</a></li> <li><strong>tver</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/ceaea731b6e314dbbdfb2e358d7677785ed0b4fc">Support series URLs</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/9507">#9507</a>) by <a href="https://github.com/pzhlkj6612">pzhlkj6612</a>, <a href="https://github.com/vvto33">vvto33</a></li> <li><strong>twitter</strong>: spaces: <a href="https://github.com/yt-dlp/yt-dlp/commit/679c68240a26481ea7c07cc0c014745631ea8481">Allow extraction when not logged in</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11289">#11289</a>) by <a href="https://github.com/rubyevadestaxes">rubyevadestaxes</a></li> <li><strong>weverse</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/5310fa87f6cb7f66bf42e2520878952fbf6b1652">Fix extractor</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11215">#11215</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><strong>youtube</strong> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/7af1ddaaf2a6a0a750373a9ab53c7770af4f9fe4">Fix <code>comment_count</code> extraction</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11274">#11274</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/fed53d70bdb7d3e37ef63dd7fcf0ef74356167fd">Remove broken <code>android_producer</code> client</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11297">#11297</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/ec2f4bf0823a13043f98f5bd0bf6677837bf09dc">Remove broken age-restriction workaround</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11297">#11297</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/b8635c1d4779da195e71aa281f73aaad702c935e">Support logging in with OAuth</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11001">#11001</a>) by <a href="https://github.com/coletdjnz">coletdjnz</a></li> </ul> </li> </ul> <h4>Misc. changes</h4> <ul> <li><strong>build</strong> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/a886cf3e900f4a2ec00af705f883539269545609">Migrate <code>py2exe</code> builds to <code>win_exe</code></a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11256">#11256</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/64d84d75ca8c19ec06558cc7c511f5f4f7a822bc">Use <code>macos-13</code> image for macOS builds</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11236">#11236</a>) by <a href="https://github.com/bashonly">bashonly</a></li> <li><code>make_lazy_extractors</code>: <a href="https://github.com/yt-dlp/yt-dlp/commit/1a830394a21a81a3e9918f9e175abc9fbb21f089">Force running without plugins</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11205">#11205</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> </ul> </li> <li><strong>cleanup</strong>: Miscellaneous: <a href="https://github.com/yt-dlp/yt-dlp/commit/67adeb7bab00662ba55d473e405b301abb42fe61">67adeb7</a> by <a href="https://github.com/bashonly">bashonly</a>, <a href="https://github.com/DTrombett">DTrombett</a>, <a href="https://github.com/grqz">grqz</a>, <a href="https://github.com/Grub4K">Grub4K</a>, <a href="https://github.com/KarboniteKream">KarboniteKream</a>, <a href="https://github.com/mikkovedru">mikkovedru</a>, <a href="https://github.com/seproDev">seproDev</a></li> <li><strong>test</strong>: <a href="https://github.com/yt-dlp/yt-dlp/commit/16eb28026a2ddf5608d0a628ef15949b8d3805a9">Allow running tests explicitly</a> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11203">#11203</a>) by <a href="https://github.com/Grub4K">Grub4K</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/2a246749ec5ead2c6b485e702a1c54c79bd0e51a"><code>2a24674</code></a> Release 2024.10.22</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/67adeb7bab00662ba55d473e405b301abb42fe61"><code>67adeb7</code></a> [cleanup] Misc (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11216">#11216</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/a886cf3e900f4a2ec00af705f883539269545609"><code>a886cf3</code></a> [build] Migrate <code>py2exe</code> builds to <code>win_exe</code> (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11256">#11256</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/e68b4c19af122876561a41f2dd8093fae7b417c7"><code>e68b4c1</code></a> [ie/tubitv] Strip extra whitespace from titles (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/10795">#10795</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/b8635c1d4779da195e71aa281f73aaad702c935e"><code>b8635c1</code></a> [ie/youtube] Support logging in with OAuth (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11001">#11001</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/46fe60ff19395698a87113b2944453779e04ab9d"><code>46fe60f</code></a> [ie/afreecatv] Adapt extractors to new sooplive.co.kr domain (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11266">#11266</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/0b7ec08816fb196cd41d392f8331b4eb8366c4f8"><code>0b7ec08</code></a> [ie/telecinco] Fix extractors (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11142">#11142</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/40054cb4a7ebbea30d335d444e6f58b298a3baa0"><code>40054cb</code></a> [ie/gem.cbc.ca] Fix formats extraction (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11196">#11196</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/fed53d70bdb7d3e37ef63dd7fcf0ef74356167fd"><code>fed53d7</code></a> [ie/youtube] Remove broken <code>android_producer</code> client (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11297">#11297</a>)</li> <li><a href="https://github.com/yt-dlp/yt-dlp/commit/ec2f4bf0823a13043f98f5bd0bf6677837bf09dc"><code>ec2f4bf</code></a> [ie/youtube] Remove broken age-restriction workaround (<a href="https://redirect.github.com/yt-dlp/yt-dlp/issues/11297">#11297</a>)</li> <li>Additional commits viewable in <a href="https://github.com/yt-dlp/yt-dlp/compare/2024.10.07...2024.10.22">compare view</a></li> </ul> </details> <br /> Updates `bx-django-utils` from 79 to 81 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boxine/bx_django_utils/commit/2b48c4381519c3c7d7ae77a1d66fb4bc50338d23"><code>2b48c43</code></a> release v81</li> <li><a href="https://github.com/boxine/bx_django_utils/commit/ab52f0eefbb034a6ef3539471e4ed3a09c994a5b"><code>ab52f0e</code></a> update dependencies</li> <li><a href="https://github.com/boxine/bx_django_utils/commit/c39fe8c5764c37dbfd51b6cde46bd2ac531a2b8c"><code>c39fe8c</code></a> release v80</li> <li><a href="https://github.com/boxine/bx_django_utils/commit/c963a11a31323c120ad1bc3a70285c568a893dc2"><code>c963a11</code></a> Merge pull request <a href="https://redirect.github.com/boxine/bx_django_utils/issues/170">#170</a> from boxine/feature-flag-reset</li> <li><a href="https://github.com/boxine/bx_django_utils/commit/9b22e16fa1dfbad35c0677ac4d27e139e4c2f992"><code>9b22e16</code></a> Feature Flag: add reset()</li> <li>See full diff in <a href="https://github.com/boxine/bx_django_utils/compare/v79...v81">compare view</a></li> </ul> </details> <br /> Updates `bx-py-utils` from 104 to 105 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boxine/bx_py_utils/commit/43f6374c4996c49f4cd6ffca99be54ad226d9f30"><code>43f6374</code></a> Merge pull request <a href="https://redirect.github.com/boxine/bx_py_utils/issues/217">#217</a> from boxine/fromisoformat</li> <li><a href="https://github.com/boxine/bx_py_utils/commit/5a3d3d458138299f7feba66a55542ca2c73383b3"><code>5a3d3d4</code></a> Enhance parse_dt()</li> <li>See full diff in <a href="https://github.com/boxine/bx_py_utils/compare/v104...v105">compare view</a></li> </ul> </details> <br /> Updates `django-settings-holder` from 0.1.2 to 0.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MrThearMan/django-settings-holder/releases">django-settings-holder's releases</a>.</em></p> <blockquote> <h2>Release 0.2.1</h2> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>Adds option for wildcards in import string options, e.g. <code>&quot;MY_SETTING.*&quot;</code>, meaning any keys of <code>MY_SETTING</code> will be treated as import strings. Supported in nesting and byte import strings.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/MrThearMan/django-settings-holder/compare/v0.2.0...v0.2.1">https://github.com/MrThearMan/django-settings-holder/compare/v0.2.0...v0.2.1</a></p> <h2>Release 0.2.0</h2> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li> <p>BREAKING: Modify logic for nested import settings to allow more flexibility:</p> <ul> <li>If the setting is a list, you need to set <code>&quot;MY_SETTING.0&quot;</code> in the <code>import_strings</code> of the <code>settings_holder</code></li> <li>If the setting is a dict, you need to set <code>&quot;MY_SETTING.KEY_NAME&quot;</code> in the <code>import_strings</code> of the <code>settings_holder</code> for each key that contains a dot import string.</li> <li>For deeper levels of nesting, you need to specify each level, e.g. <code>&quot;MY_SETTING.0.KEY_NAME.0&quot;</code></li> </ul> </li> <li> <p>Allow caching settings via setting attributes to the holder so that <code>reload()</code> will still remove the cached value</p> </li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/MrThearMan/django-settings-holder/compare/v0.1.2...v0.2.0">https://github.com/MrThearMan/django-settings-holder/compare/v0.1.2...v0.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MrThearMan/django-settings-holder/commit/c25ef394c16e8dc479df89319c9230375f863819"><code>c25ef39</code></a> Bump version to 0.2.1</li> <li><a href="https://github.com/MrThearMan/django-settings-holder/commit/f4db549ab609bf48ddf7b6df3bf9788c630b9357"><code>f4db549</code></a> Fix issues with new import syntax</li> <li><a href="https://github.com/MrThearMan/django-settings-holder/commit/cc981712735264b9b123e9ff2f5ca643ce5ea0df"><code>cc98171</code></a> Modify docs</li> <li><a href="https://github.com/MrThearMan/django-settings-holder/commit/650aa6a89e7e0d7ce74ff4944e371887eb7e84de"><code>650aa6a</code></a> Bump version to 0.2.0</li> <li><a href="https://github.com/MrThearMan/django-settings-holder/commit/e1b8113edf66ec4fa9f2797c626c20c5c27e0681"><code>e1b8113</code></a> Modify import setting logic &amp; allow caching settings by setattr</li> <li><a href="https://github.com/MrThearMan/django-settings-holder/commit/15dd359669788448fa80c971362957920aa2d61c"><code>15dd359</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/MrThearMan/django-settings-holder/commit/80a08274aeabac4c2c878b06a8caf9c27410a19e"><code>80a0827</code></a> Bump the python-dependencies group with 3 updates</li> <li><a href="https://github.com/MrThearMan/django-settings-holder/commit/4d1901a61a3a149edd62a2867dcfe812c9ccd19c"><code>4d1901a</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/MrThearMan/django-settings-holder/commit/4c694a84f0f16011355bc79340288a5983a793f3"><code>4c694a8</code></a> Bump the python-dependencies group with 3 updates</li> <li><a href="https://github.com/MrThearMan/django-settings-holder/commit/d27906b6bf511bf4af383cd92b3bfad1ffe36705"><code>d27906b</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li>Additional commits viewable in <a href="https://github.com/MrThearMan/django-settings-holder/compare/v0.1.2...v0.2.1">compare view</a></li> </ul> </details> <br /> Updates `django-stubs-ext` from 5.1.0 to 5.1.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typeddjango/django-stubs/commit/9b270a0197d3fb01d469ed1a6cb46ca25d2bf0ba"><code>9b270a0</code></a> Version 5.1.1 release (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2424">#2424</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/8de9d9a7b1ac40399ae7b05f1512fb5c72960ef9"><code>8de9d9a</code></a> Allow <code>None</code> on <code>view_on_site</code> (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2419">#2419</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/82cb4c0bf57b88754bc2ea2c51041a76baa4ee84"><code>82cb4c0</code></a> Update django.conf.global_settings (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2420">#2420</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/c1059652ffc6e9ec3d8e18ed54f8684f0df0ff0a"><code>c105965</code></a> Update db.migrations.serializer (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2421">#2421</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/6500b89b80fda2ae4d691ec709277f4bb5cd20d1"><code>6500b89</code></a> Bump mypy from 1.12.1 to 1.13.0 (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2416">#2416</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/71f4d9b1618c11b298b45007d19dfe01685e0004"><code>71f4d9b</code></a> Bump pyright from 1.1.385 to 1.1.386 (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2418">#2418</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/a98e7e7edd42af077b2d6a98a495ad3508357c54"><code>a98e7e7</code></a> Fixes <a href="https://redirect.github.com/typeddjango/django-stubs/issues/2413">#2413</a> -- update ModelAdmin.log_FOO method signatures (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2414">#2414</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/fbce0b8ead6628d04bd09fd371f464682dccc270"><code>fbce0b8</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2415">#2415</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/b7f43dd272d03d232d1c79669d54fa56ec155c60"><code>b7f43dd</code></a> Treat <code>QuerySet.alias</code> like <code>QuerySet.annotate</code> (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2411">#2411</a>)</li> <li><a href="https://github.com/typeddjango/django-stubs/commit/4dc5e5c8de58881846fd4494effa9330bc3db1dd"><code>4dc5e5c</code></a> Remove EOL Python 3.8 and add 3.13 to CI (<a href="https://redirect.github.com/typeddjango/django-stubs/issues/2397">#2397</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typeddjango/django-stubs/compare/5.1.0...5.1.1">compare view</a></li> </ul> </details> <br /> Updates `et-xmlfile` from 1.1.0 to 2.0.0 Updates `ftfy` from 6.3.0 to 6.3.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rspeer/python-ftfy/blob/main/CHANGELOG.md">ftfy's changelog</a>.</em></p> <blockquote> <h2>Version 6.3.1 (October 25, 2024)</h2> <ul> <li>Fixed <code>license</code> metadata field in pyproject.toml.</li> <li>Removed extraneous files from the <code>hatchling</code> sdist output.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rspeer/python-ftfy/commit/5340af6746ff655a9cd7cb2b50c2fd0b35bb91d3"><code>5340af6</code></a> version number updates</li> <li><a href="https://github.com/rspeer/python-ftfy/commit/5961126af6334b6bc47c4808a97cdd7889f931f1"><code>5961126</code></a> packaging updates for v6.3.1</li> <li><a href="https://github.com/rspeer/python-ftfy/commit/cbb28da8484d68192018e2f5dcb2eb104e4e46dc"><code>cbb28da</code></a> fix outdated/irrelevant parts of publish.yml</li> <li>See full diff in <a href="https://github.com/rspeer/python-ftfy/compare/v6.3.0...v6.3.1">compare view</a></li> </ul> </details> <br /> Updates `phonenumbers` from 8.13.47 to 8.13.48 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/4920fee9ffce2733141b1d2b962020f47494ef93"><code>4920fee</code></a> Prep for 8.13.48 release</li> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/2c55286310407b4771605f7473d1bb7614443268"><code>2c55286</code></a> Generated files for metadata</li> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/dcd70e8ddf2003f170f03afa8631d06fe46f0bc6"><code>dcd70e8</code></a> Merge metadata changes from upstream 8.13.48</li> <li>See full diff in <a href="https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.47...v8.13.48">compare view</a></li> </ul> </details> <br /> Updates `pydantic-core` from 2.23.4 to 2.25.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic-core/releases">pydantic-core's releases</a>.</em></p> <blockquote> <h2>v2.25.1 2024-10-30</h2> <h2>What's Changed</h2> <ul> <li>Bump jiter from 0.5.0 to 0.6.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1498">pydantic/pydantic-core#1498</a></li> <li>Update Pyodide to v0.26.3 by <a href="https://github.com/riyavsinha"><code>@​riyavsinha</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1507">pydantic/pydantic-core#1507</a></li> <li>Allow subclassing <code>ValidationError</code> and <code>PydanticCustomError</code> by <a href="https://github.com/Youssefares"><code>@​Youssefares</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1413">pydantic/pydantic-core#1413</a></li> <li>Revert &quot;feat: add 'millisecond' option to <code>ser_json_timedelta</code>&quot; by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1503">pydantic/pydantic-core#1503</a></li> <li>Support subclass inits for <code>Url</code> and <code>MultiHostUrl</code> by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1508">pydantic/pydantic-core#1508</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Youssefares"><code>@​Youssefares</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1413">pydantic/pydantic-core#1413</a></li> <li><a href="https://github.com/riyavsinha"><code>@​riyavsinha</code></a> made their first contribution in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1507">pydantic/pydantic-core#1507</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic-core/compare/v2.25.0...v2.25.1">https://github.com/pydantic/pydantic-core/compare/v2.25.0...v2.25.1</a></p> <h2>v2.25.0 2024-10-23</h2> <h2>What's Changed</h2> <ul> <li>Properly enforce <code>host_required</code> for URLs by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1488">pydantic/pydantic-core#1488</a></li> <li>Support revalidation of parametrized generics by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1489">pydantic/pydantic-core#1489</a></li> <li>Support default factories taking validated data as an argument by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1491">pydantic/pydantic-core#1491</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic-core/compare/v2.24.2...v2.25.0">https://github.com/pydantic/pydantic-core/compare/v2.24.2...v2.25.0</a></p> <h2>v2.24.2 2024-10-15</h2> <h2>What's Changed</h2> <ul> <li>Add <code>serialization</code> key to <code>InvalidSchema</code> by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1482">pydantic/pydantic-core#1482</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic-core/compare/v2.24.1...v2.24.2">https://github.com/pydantic/pydantic-core/compare/v2.24.1...v2.24.2</a></p> <h2>v2.24.1 2024-10-11</h2> <h2>What's Changed</h2> <h3>Packaging</h3> <ul> <li>Restore Windows aarch64 builds by <a href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1464">pydantic/pydantic-core#1464</a></li> <li>Limit windows builds to Rust 1.77 (to keep Windows 7 support) by <a href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1463">pydantic/pydantic-core#1463</a></li> <li>Bump <code>pyo3</code> from 0.22.2 to 0.22.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1472">pydantic/pydantic-core#1472</a></li> <li>Bump <code>serde</code> from 1.0.209 to 1.0.210 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1471">pydantic/pydantic-core#1471</a></li> <li>Bump <code>regex</code> from 1.10.6 to 1.11.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1470">pydantic/pydantic-core#1470</a></li> </ul> <h3>Fixes</h3> <ul> <li>Fix equality checks for primitives in literals by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1459">pydantic/pydantic-core#1459</a></li> </ul> <h3>Changes</h3> <ul> <li>Add <code>invalid</code> schema placeholder by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1469">pydantic/pydantic-core#1469</a></li> <li>Relax intensity of error for <code>issubclass</code> and <code>isinstance</code> schemas from json by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1479">pydantic/pydantic-core#1479</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic-core/compare/v2.24.0...v2.24.1">https://github.com/pydantic/pydantic-core/compare/v2.24.0...v2.24.1</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic-core/commit/921701990ee6161959868d1b32c1d625e01368e3"><code>9217019</code></a> ... _Description has been truncated_
kerem 2026-03-01 18:01:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2962
No description provided.