Commit faa108e
authored
chore(deps): update django-extensions requirement from ~=3.2.3 to ~=4.1 in /backend (#193)
Updates the requirements on
[django-extensions](https://github.com/django-extensions/django-extensions)
to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/django-extensions/django-extensions/releases">django-extensions's
releases</a>.</em></p>
<blockquote>
<h2>4.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add: show_permissions command (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1920">#1920</a>)</li>
<li>Improvement: graph_models, style per app (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1848">#1848</a>)</li>
<li>Fix: JSONField, bulk_update's (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1924">#1924</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ahmad88me"><code>@ahmad88me</code></a>
made their first contribution in <a
href="https://redirect.github.com/django-extensions/django-extensions/pull/1848">django-extensions/django-extensions#1848</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/django-extensions/django-extensions/compare/4.0...4.1">https://github.com/django-extensions/django-extensions/compare/4.0...4.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md">django-extensions's
changelog</a>.</em></p>
<blockquote>
<h2>4.1</h2>
<p>Changes:</p>
<ul>
<li>Add: show_permissions command (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1920">#1920</a>)</li>
<li>Improvement: graph_models, style per app (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1848">#1848</a>)</li>
<li>Fix: JSONField, bulk_update's (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1924">#1924</a>)</li>
</ul>
<h2>4.0</h2>
<p>Changes:</p>
<ul>
<li>Improvement: Support for Python 3.12 and 3.13</li>
<li>Improvement: Support for Django 5.x</li>
<li>Improvement: Switch from setup.{cfg,py} to pyproject.toml</li>
<li>Improvement: graph_models, Add option to display field choices in
graph_models (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1854">#1854</a>)</li>
<li>Improvement: graph_models, Add webp support (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1857">#1857</a>)</li>
<li>Improvement: graph_models, Support for ordering edges on
pydot/dot/graphviz (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1914">#1914</a>)</li>
<li>Improvement: mail_debug, Update mail_debug command to use aiosmtpd
(<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1880">#1880</a>)</li>
<li>Improvement: shell_plus, Improve error message for missing import
(<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1898">#1898</a>)</li>
<li>Improvement: reset_db, Add reset_db support for django_tenants (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1855">#1855</a>)</li>
<li>Improvement: docs, various improvements (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1852">#1852</a>,
<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1888">#1888</a>,
<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1882">#1882</a>,
<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1901">#1901</a>,
<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1912">#1912</a>,
<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1913">#1913</a>)</li>
<li>Improvement: jobs, Handle non-package modules when looking for job
definitions (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1887">#1887</a>)</li>
<li>Improvement: Add django-prometheus DB backends support (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1800">#1800</a>)</li>
<li>Improvement: Call post_command when the command raises an unhandled
exception (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1837">#1837</a>)</li>
<li>Fix: sqldiff, do not consider ('serial', 'integer') nor
('bigserial', 'bigint') as a <code>field-type-differ</code> (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1867">#1867</a>)</li>
<li>Fix: shell_plus, Fix start up order and add history (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1869">#1869</a>)</li>
<li>Remove pipchecker and associated tests (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1906">#1906</a>)</li>
<li>Following Django's release numbering style more closely (see <a
href="https://docs.djangoproject.com/en/5.2/internals/release-process/">https://docs.djangoproject.com/en/5.2/internals/release-process/</a>
)</li>
</ul>
<h2>3.2.3</h2>
<p>Changes:</p>
<ul>
<li>Improvement: Add support for psycopg3 (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1814">#1814</a>)</li>
<li>Improvement: runserver_plus, autoreload on template change (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1796">#1796</a>)</li>
<li>Improvement: highlighting,
test_should_highlight_bash_syntax_without_name to include whitespace
spans (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1797">#1797</a>)</li>
<li>Improvement: tests, add Python 3.11 to tox and actions to formally
support python 3.11 (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1786">#1786</a>)</li>
<li>Improvement: runserver_plus, Send the file_changed event when a
reload is triggered (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1775">#1775</a>)</li>
<li>Improvement: runserver_plus, Add REMOTE_USER to werkzeug environment
(<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1708">#1708</a>)</li>
<li>Improvement: pipchecker, force pip to use pkg_resources as backend
for resolving distributions (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1782">#1782</a>)</li>
<li>Fix: Fix error with lack of PosixPath support (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1785">#1785</a>)</li>
<li>Fix: Cleanup http: links (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1798">#1798</a>)</li>
</ul>
<h2>3.2.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/django-extensions/django-extensions/commit/ad015513e5d8e8ee6ad748fca5f32ccf3fb3d5c5"><code>ad01551</code></a>
v4.1</li>
<li><a
href="https://github.com/django-extensions/django-extensions/commit/2c3e914f1264c0a029b3b47b7425d0f68ce637ed"><code>2c3e914</code></a>
update CHANGELOG</li>
<li><a
href="https://github.com/django-extensions/django-extensions/commit/fb5b2af1b6595ee126237c299acf242fcfee817e"><code>fb5b2af</code></a>
ruff format</li>
<li><a
href="https://github.com/django-extensions/django-extensions/commit/7e978d27b031843640f9204ff495738c46233d7f"><code>7e978d2</code></a>
graph_models style per app (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1848">#1848</a>)</li>
<li><a
href="https://github.com/django-extensions/django-extensions/commit/067064ea0c6dec7cba1583447fe5fe1c706d5351"><code>067064e</code></a>
avoid trying to serialize expressions when serializing default
values</li>
<li><a
href="https://github.com/django-extensions/django-extensions/commit/a886068502474e70a2d68ff4634a15cc3366088d"><code>a886068</code></a>
update CHANGELOG</li>
<li><a
href="https://github.com/django-extensions/django-extensions/commit/d824501cbc6d04a24a43ff5756b496f84093b225"><code>d824501</code></a>
Add show_permissions management command (<a
href="https://redirect.github.com/django-extensions/django-extensions/issues/1920">#1920</a>)</li>
<li><a
href="https://github.com/django-extensions/django-extensions/commit/934f93f53bdf6c6271ae1ddaee71bc9bf3364a0e"><code>934f93f</code></a>
bumped version number</li>
<li><a
href="https://github.com/django-extensions/django-extensions/commit/c4577df5b69ec1ebcbe6bc64d7a5c20362f3a8fa"><code>c4577df</code></a>
v4.0</li>
<li><a
href="https://github.com/django-extensions/django-extensions/commit/7cdb43ab56a3b610b47680d8a2fe86b09d5913aa"><code>7cdb43a</code></a>
pyproject formatting</li>
<li>Additional commits viewable in <a
href="https://github.com/django-extensions/django-extensions/compare/3.2.3...4.1">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent fbc1e87 commit faa108e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments