dependabot[bot] opened a new pull request, #288:
URL: https://github.com/apache/airavata-portals/pull/288

   Bumps [djangorestframework](https://github.com/encode/django-rest-framework) 
from 3.16.1 to 3.17.2.
   <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.2</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix disclosure of GET-protected data in case of validation error with 
<code>AdminRenderer</code> by <a 
href="https://github.com/browniebroke";><code>@​browniebroke</code></a> in <a 
href="https://redirect.github.com/encode/django-rest-framework/pull/10012";>encode/django-rest-framework#10012</a>.
 Thanks, <a 
href="https://github.com/zainnadeem786";><code>@​zainnadeem786</code></a> for 
the report.</li>
   <li>Enforce <code>DATA_UPLOAD_MAX_MEMORY_SIZE</code> for 
<code>request.data</code> parsing by <a 
href="https://github.com/zainnadeem786";><code>@​zainnadeem786</code></a> in <a 
href="https://redirect.github.com/encode/django-rest-framework/pull/10013";>encode/django-rest-framework#10013</a>.
 Thanks, <a 
href="https://github.com/zainnadeem786";><code>@​zainnadeem786</code></a> for 
the report.</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/encode/django-rest-framework/compare/3.17.1...3.17.2";>https://github.com/encode/django-rest-framework/compare/3.17.1...3.17.2</a></p>
   <h2>3.17.1</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix <code>HTMLFormRenderer</code> with empty <code>datetime</code> 
values 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/9928";>encode/django-rest-framework#9928</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/encode/django-rest-framework/compare/3.17.0...3.17.1";>https://github.com/encode/django-rest-framework/compare/3.17.0...3.17.1</a></p>
   <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>
   </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/ad309f3e18aa5591db87a8fc959dc4564c000324";><code>ad309f3</code></a>
 Release 3.17.2 (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/10014";>#10014</a>)</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/2912dc98042f78e27636551fc22eeaf10f725fdd";><code>2912dc9</code></a>
 Enforce <code>DATA_UPLOAD_MAX_MEMORY_SIZE</code> for <code>request.data</code> 
parsing (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/10013";>#10013</a>)</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/71f81946906e52f9dc8e5d22a0f3d2afa50c455e";><code>71f8194</code></a>
 Fix disclosure of GET-protected data in case of validation error with 
`AdminR...</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/22e231cf2f77b4cfe929de875d958b93916b1a8b";><code>22e231c</code></a>
 Prepare bug fix release 3.17.1 (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/9931";>#9931</a>)</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/8e99b53db7b122417580ec2993ac6776b4d858d5";><code>8e99b53</code></a>
 Add condition to skip pushed tags from forks (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/9924";>#9924</a>)</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/c0407dee6ef8a5603c2d5d34373d724be7b98188";><code>c0407de</code></a>
 Fix <code>HTMLFormRenderer</code> with empty <code>datetime</code> values (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/9928";>#9928</a>)</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/30d58a75eeef7097f97cdc9f171d2ec741b36d30";><code>30d58a7</code></a>
 Fix the book sizing in the documentation (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/9926";>#9926</a>)</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/6f03b79c057c470524b12e9ac46bc2bb384570e0";><code>6f03b79</code></a>
 Tweak order of changes in release notes</li>
   <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>Additional commits viewable in <a 
href="https://github.com/encode/django-rest-framework/compare/3.16.1...3.17.2";>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.1&new-version=3.17.2)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/airavata-portals/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to