dependabot[bot] opened a new pull request, #11:
URL: https://github.com/apache/incubator-flagon-tap/pull/11

   Bumps [djangorestframework](https://github.com/encode/django-rest-framework) 
from 3.3.3 to 3.11.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>Version 3.9.3</h2>
   <p>This is the last Django REST Framework release that will support Python 2.
   Be sure to upgrade to Python 3 before upgrading to Django REST Framework 
3.10.</p>
   <ul>
   <li>Adjusted the compat check for django-guardian to allow the last guardian
   version (v1.4.9) compatible with Python 2. <a 
href="https://redirect.github.com/encode/django-rest-framework/issues/6613";>#6613</a></li>
   </ul>
   <h2>Version 3.9.2</h2>
   <p>See <a 
href="https://www.django-rest-framework.org/community/release-notes/%5B#392%5D(https://redirect.github.com/encode/django-rest-framework/issues/392)">Release
 Notes</a> for details.</p>
   <h2>Version 3.9.1</h2>
   <p>Change Notes:
   <a 
href="https://www.django-rest-framework.org/community/release-notes/#39x-series";>https://www.django-rest-framework.org/community/release-notes/#39x-series</a></p>
   <h2>Verision 3.9.0</h2>
   <p>Release announcement:
   <a 
href="https://www.django-rest-framework.org/community/3.9-announcement/";>https://www.django-rest-framework.org/community/3.9-announcement/</a></p>
   <p>Change Notes:
   <a 
href="https://www.django-rest-framework.org/community/release-notes/#39x-series";>https://www.django-rest-framework.org/community/release-notes/#39x-series</a></p>
   <h2>Version 3.8.2</h2>
   <p>Point release for 3.8.x series</p>
   <ul>
   <li>Fix <code>read_only</code> + <code>default</code> 
<code>unique_together</code> validation. <a 
href="https://redirect.github.com/encode/django-rest-framework/issues/5922";>#5922</a></li>
   <li>authtoken.views import coreapi from rest_framework.compat, not directly. 
<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/5921";>#5921</a></li>
   <li>Docs: Add missing argument 'detail' to Route <a 
href="https://redirect.github.com/encode/django-rest-framework/issues/5920";>#5920</a></li>
   </ul>
   <h2>Version 3.8.1</h2>
   <ul>
   <li>
   <p>Use old <code>url_name</code> behavior in route decorators <a 
href="https://redirect.github.com/encode/django-rest-framework/issues/5915";>#5915</a></p>
   <p>For <code>list_route</code> and <code>detail_route</code> maintain the 
old behavior of <code>url_name</code>,
   basing it on the <code>url_path</code> instead of the function name.</p>
   </li>
   </ul>
   <h2>Version 3.8</h2>
   <ul>
   <li>
   <p><a 
href="http://www.django-rest-framework.org/topics/3.8-announcement/";>Release 
Announcement</a></p>
   </li>
   <li>
   <p><a 
href="https://github.com/encode/django-rest-framework/milestone/61?closed=1";>3.8.0
 Milestone</a></p>
   </li>
   <li>
   <p><strong>Breaking Change</strong>: Alter <code>read_only</code> plus 
<code>default</code> behaviour. <a 
href="https://redirect.github.com/encode/django-rest-framework/issues/5886";>#5886</a></p>
   <p><code>read_only</code> fields will now <strong>always</strong> be 
excluded from writable fields.</p>
   <p>Previously <code>read_only</code> fields with a <code>default</code> 
value would use the <code>default</code> for create and update operations.</p>
   <p>In order to maintain the old behaviour you may need to pass the value of 
<code>read_only</code> fields when calling <code>save()</code> in
   the view:</p>
   <pre><code>  def perform_create(self, serializer):
         serializer.save(owner=self.request.user)
   </code></pre>
   </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/4121b01b912668c049b26194a9a107c27a332429";><code>4121b01</code></a>
 Deprecate urlize_quoted_links in favor of Django's built-in urlize</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/f3d9d68970562a6d1e6247b028ce67a2fcc6fa1d";><code>f3d9d68</code></a>
 Version 3.11.1</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/eb2c4c2dc71ade5b8376acd9d574bb7382116e4b";><code>eb2c4c2</code></a>
 Version 3.11.1</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/de497a9bf12605b8b71bf7c21da57bc2a8238786";><code>de497a9</code></a>
 Version 3.11 (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/7083";>#7083</a>)</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/3c1428ff799e4fe19e1eb28ed63a7d54c6180f1d";><code>3c1428f</code></a>
 Fix NotImplementedError for Field.to_internal_value and 
Field.to_representati...</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/b8c369c4cf4fef055cb69e60fefe4eb7f1821e62";><code>b8c369c</code></a>
 Fix serializer multiple inheritance bug (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/6980";>#6980</a>)</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/7c5459626d3850537e054a11d4fe0035a4f0de24";><code>7c54596</code></a>
 Declare Django versions in install_requires (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/7063";>#7063</a>)</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/236667b717309934e9c9cae91dbcb0abf4a5e04c";><code>236667b</code></a>
 Fix UniqueTogetherValidator with field sources (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/7086";>#7086</a>)</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/f744da74d2878b480220ebaf9d8117ff9b79a947";><code>f744da7</code></a>
 Improve the docstring on <a 
href="https://github.com/action";><code>@​action</code></a> (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/6951";>#6951</a>)</li>
   <li><a 
href="https://github.com/encode/django-rest-framework/commit/de9f1d56c45557638725bc18733387beac27ad1e";><code>de9f1d5</code></a>
 Followup to set_context removal (<a 
href="https://redirect.github.com/encode/django-rest-framework/issues/7076";>#7076</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/encode/django-rest-framework/compare/3.3.3...3.11.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.3.3&new-version=3.11.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 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 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/incubator-flagon-tap/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: dev-unsubscr...@flagon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to