Skip to content

Commit 1c78b75

Browse files
chore(deps): Bump djangorestframework from 3.16.0 to 3.17.0 in /experimenter (#15014)
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.16.0 to 3.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/django-rest-framework/releases">djangorestframework's releases</a>.</em></p> <blockquote> <h2>3.17.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Breaking changes</h3> <ul> <li>Drop support for Python 3.9 by <a href="https://github.com/auvipy"><code>@​auvipy</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9781">encode/django-rest-framework#9781</a></li> <li>Drop deprecated coreapi support by <a href="https://github.com/browniebroke"><code>@​browniebroke</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9895">encode/django-rest-framework#9895</a></li> </ul> <h3>Features</h3> <ul> <li>Add ability to specify output format for <code>DurationField</code> by <a href="https://github.com/sevdog"><code>@​sevdog</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/8532">encode/django-rest-framework#8532</a></li> <li>Add missing decorators: <code>@versioning_class()</code>, <code>@content_negotiation_class()</code>, <code>@metadata_class()</code> for function-based views by <a href="https://github.com/qqii"><code>@​qqii</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9719">encode/django-rest-framework#9719</a></li> <li>Add support for Python 3.14 by <a href="https://github.com/cclauss"><code>@​cclauss</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9780">encode/django-rest-framework#9780</a></li> <li>Support <code>violation_error_code</code> and <code>violation_error_message</code> from <code>UniqueConstraint</code> in <code>UniqueTogetherValidator</code> by <a href="https://github.com/s-aleshin"><code>@​s-aleshin</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9766">encode/django-rest-framework#9766</a></li> <li>Add support for <code>ipaddress</code> objects in <code>JSONEncoder</code> by <a href="https://github.com/corenting"><code>@​corenting</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9087">encode/django-rest-framework#9087</a></li> <li>Add optional support to serialize <code>BigInteger</code> to string by <a href="https://github.com/HoodyH"><code>@​HoodyH</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9775">encode/django-rest-framework#9775</a></li> <li>Add Django 6.0 support by <a href="https://github.com/MehrazRumman"><code>@​MehrazRumman</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9819">encode/django-rest-framework#9819</a></li> </ul> <h3>Bug fixes</h3> <ul> <li>Prevent small risk of <code>Token</code> overwrite by <a href="https://github.com/mahdirahimi1999"><code>@​mahdirahimi1999</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9754">encode/django-rest-framework#9754</a></li> <li>Fix <code>UniqueTogetherValidator</code> validation when condition references a read-only field by <a href="https://github.com/ticosax"><code>@​ticosax</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9764">encode/django-rest-framework#9764</a></li> <li>Fix validation on many to many field when <code>default=None</code> by <a href="https://github.com/Genarito"><code>@​Genarito</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9790">encode/django-rest-framework#9790</a></li> <li>Fix invalid SPDX license expression in <code>__init__.py</code> by <a href="https://github.com/TheFunctionalGuy"><code>@​TheFunctionalGuy</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9799">encode/django-rest-framework#9799</a></li> <li>Fix <code>HTMLFormRenderer</code> to ensure a valid <code>datetime-local</code> format by <a href="https://github.com/mgaligniana"><code>@​mgaligniana</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9365">encode/django-rest-framework#9365</a></li> <li>Fix mutable default arguments in OrderingFilter methods by <a href="https://github.com/killerdevildog"><code>@​killerdevildog</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9742">encode/django-rest-framework#9742</a></li> <li>Update TokenAdmin to respect USERNAME_FIELD of the user model by <a href="https://github.com/m000"><code>@​m000</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9836">encode/django-rest-framework#9836</a></li> <li>Preserve ordering in <code>MultipleChoiceField</code> by <a href="https://github.com/fbozhang"><code>@​fbozhang</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9735">encode/django-rest-framework#9735</a></li> </ul> <h3>Translations</h3> <ul> <li>Update French translation by <a href="https://github.com/SebCorbin"><code>@​SebCorbin</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9770">encode/django-rest-framework#9770</a></li> <li>Update Brazilian Portuguese translations by <a href="https://github.com/JVPinheiroReis"><code>@​JVPinheiroReis</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9828">encode/django-rest-framework#9828</a></li> <li>Fix and improve French translations by <a href="https://github.com/deronnax"><code>@​deronnax</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9896">encode/django-rest-framework#9896</a></li> <li>Add missing Russian translation by <a href="https://github.com/minorytanaka"><code>@​minorytanaka</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9903">encode/django-rest-framework#9903</a></li> </ul> <h3>Packaging</h3> <ul> <li>Migrate packaging to <code>pyproject.toml</code> by <a href="https://github.com/deronnax"><code>@​deronnax</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9056">encode/django-rest-framework#9056</a></li> <li>Move package data rules from <code>MANIFEST.in</code> to <code>pyproject.toml</code> by <a href="https://github.com/p-r-a-v-i-n"><code>@​p-r-a-v-i-n</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9825">encode/django-rest-framework#9825</a></li> <li>Set up release workflow with trusted publisher by <a href="https://github.com/browniebroke"><code>@​browniebroke</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9852">encode/django-rest-framework#9852</a></li> </ul> <h3>Other changes</h3> <ul> <li>Refactor token generation to use the <code>secrets</code> module by <a href="https://github.com/mahdirahimi1999"><code>@​mahdirahimi1999</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9760">encode/django-rest-framework#9760</a></li> <li>Add validation for decorator out-of-order with <code>@api_view</code> by <a href="https://github.com/kernelshard"><code>@​kernelshard</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9821">encode/django-rest-framework#9821</a></li> <li>Switch to mkdocs material theme for documentation by <a href="https://github.com/browniebroke"><code>@​browniebroke</code></a> in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9849">encode/django-rest-framework#9849</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/khaledsukkar2"><code>@​khaledsukkar2</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9717">encode/django-rest-framework#9717</a></li> <li><a href="https://github.com/qqii"><code>@​qqii</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9719">encode/django-rest-framework#9719</a></li> <li><a href="https://github.com/zankoAn"><code>@​zankoAn</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9788">encode/django-rest-framework#9788</a></li> <li><a href="https://github.com/uche-wealth"><code>@​uche-wealth</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9795">encode/django-rest-framework#9795</a></li> <li><a href="https://github.com/s-aleshin"><code>@​s-aleshin</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9766">encode/django-rest-framework#9766</a></li> <li><a href="https://github.com/Infamous003"><code>@​Infamous003</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9794">encode/django-rest-framework#9794</a></li> <li><a href="https://github.com/Genarito"><code>@​Genarito</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9790">encode/django-rest-framework#9790</a></li> <li><a href="https://github.com/TheFunctionalGuy"><code>@​TheFunctionalGuy</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9799">encode/django-rest-framework#9799</a></li> <li><a href="https://github.com/mahdighadiriii"><code>@​mahdighadiriii</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9800">encode/django-rest-framework#9800</a></li> <li><a href="https://github.com/p-r-a-v-i-n"><code>@​p-r-a-v-i-n</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9801">encode/django-rest-framework#9801</a></li> <li><a href="https://github.com/itssimon"><code>@​itssimon</code></a> made their first contribution in <a href="https://redirect.github.com/encode/django-rest-framework/pull/9718">encode/django-rest-framework#9718</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/django-rest-framework/commit/021ab5664b085594876032cf062c1220bc1ca03c"><code>021ab56</code></a> Bump version and update release notes for 3.17.0 (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9921">#9921</a>)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/19ebad70ae560e3f83c0e30af6be7c7df3b5aeec"><code>19ebad7</code></a> Bump mkdocs-material[imaging] from 9.7.4 to 9.7.5 (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9923">#9923</a>)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/f222c55d8a498c9770f2795c6cd34fedffaf043c"><code>f222c55</code></a> Correct requires-python key in pyproject.toml</li> <li><a href="https://github.com/encode/django-rest-framework/commit/7e7de6fceee3ad2e20b0dd93b119b6b00eadd797"><code>7e7de6f</code></a> Remove code fences from release checklist</li> <li><a href="https://github.com/encode/django-rest-framework/commit/c599d309490fe59ae385954ad544a64b58abffd2"><code>c599d30</code></a> Update release process</li> <li><a href="https://github.com/encode/django-rest-framework/commit/866bf7c5d4a34d27f64dead26e741394f423ac9e"><code>866bf7c</code></a> Bump mkdocs-material[imaging] from 9.7.3 to 9.7.4 (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9920">#9920</a>)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/7f8ad25e15f911ef2afd54d91dcffb29ca1022f9"><code>7f8ad25</code></a> Drop deprecated coreapi support (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9895">#9895</a>)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/8bac51ad250dde39fc057fe7bb382eb14373f769"><code>8bac51a</code></a> Revert &quot;Add <code>drf-commons</code> to third-party packages documentation (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9916">#9916</a>)&quot; (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9917">#9917</a>)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/9d7b26aa68135839e0192f1e3874c9cdbcc97187"><code>9d7b26a</code></a> Add <code>drf-commons</code> to third-party packages documentation (<a href="https://redirect.github.com/encode/django-rest-framework/issues/9916">#9916</a>)</li> <li><a href="https://github.com/encode/django-rest-framework/commit/dff3c8d622096d6f193b382452e056896d4ff885"><code>dff3c8d</code></a> Add django-pydantic-field and drf-pydantic to third-party packages documentat...</li> <li>Additional commits viewable in <a href="https://github.com/encode/django-rest-framework/compare/3.16.0...3.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=djangorestframework&package-manager=pip&previous-version=3.16.0&new-version=3.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a63ce50 commit 1c78b75

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

experimenter/poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

experimenter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ django-storages = "1.14"
2727
django-test-migrations = "^1.5.0"
2828
django-types = "^0.23.0"
2929
django-widget-tweaks = "1.5.0"
30-
djangorestframework = "3.16.0"
30+
djangorestframework = "3.17.0"
3131
djangorestframework-csv = "2.1.1"
3232
djangorestframework-dataclasses = "^1.4.0"
3333
djlint = "^1.36.1"

0 commit comments

Comments
 (0)