dependabot[bot] opened a new pull request, #41766:
URL: https://github.com/apache/superset/pull/41766

   Bumps [flask-appbuilder](https://github.com/dpgaspar/flask-appbuilder) from 
5.2.1 to 5.2.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dpgaspar/flask-appbuilder/releases";>flask-appbuilder's 
releases</a>.</em></p>
   <blockquote>
   <h2>5.2.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>chore: remove PSModel/PSSession example classes from package by <a 
href="https://github.com/dpgaspar";><code>@​dpgaspar</code></a> in <a 
href="https://redirect.github.com/dpgaspar/Flask-AppBuilder/pull/2457";>dpgaspar/Flask-AppBuilder#2457</a></li>
   <li>fix(ci): update MSSQL Docker image to 2022-latest by <a 
href="https://github.com/dpgaspar";><code>@​dpgaspar</code></a> in <a 
href="https://redirect.github.com/dpgaspar/Flask-AppBuilder/pull/2460";>dpgaspar/Flask-AppBuilder#2460</a></li>
   <li>fix: enforce API login provider validation when AUTH_TYPE has no API 
provider by <a href="https://github.com/dpgaspar";><code>@​dpgaspar</code></a> 
in <a 
href="https://redirect.github.com/dpgaspar/Flask-AppBuilder/pull/2462";>dpgaspar/Flask-AppBuilder#2462</a></li>
   <li>chore: Increase upper bound for Flask-Limiter dependency by <a 
href="https://github.com/ecederstrand";><code>@​ecederstrand</code></a> in <a 
href="https://redirect.github.com/dpgaspar/Flask-AppBuilder/pull/2465";>dpgaspar/Flask-AppBuilder#2465</a></li>
   <li>ci: restore Python 3.11 and 3.12 to CI test matrix by <a 
href="https://github.com/dpgaspar";><code>@​dpgaspar</code></a> in <a 
href="https://redirect.github.com/dpgaspar/Flask-AppBuilder/pull/2467";>dpgaspar/Flask-AppBuilder#2467</a></li>
   <li>fix: Warn when Azure OAuth JWT signature verification is disabled by <a 
href="https://github.com/dpgaspar";><code>@​dpgaspar</code></a> in <a 
href="https://redirect.github.com/dpgaspar/Flask-AppBuilder/pull/2468";>dpgaspar/Flask-AppBuilder#2468</a></li>
   <li>fix: escape special characters in LDAP search filter username by <a 
href="https://github.com/dpgaspar";><code>@​dpgaspar</code></a> in <a 
href="https://redirect.github.com/dpgaspar/Flask-AppBuilder/pull/2469";>dpgaspar/Flask-AppBuilder#2469</a></li>
   <li>fix: switch from uuid1 to uuid4 for better randomness by <a 
href="https://github.com/RinZ27";><code>@​RinZ27</code></a> in <a 
href="https://redirect.github.com/dpgaspar/Flask-AppBuilder/pull/2435";>dpgaspar/Flask-AppBuilder#2435</a></li>
   <li>fix: anchor OAuth email whitelist regex to end of string by <a 
href="https://github.com/dpgaspar";><code>@​dpgaspar</code></a> in <a 
href="https://redirect.github.com/dpgaspar/Flask-AppBuilder/pull/2470";>dpgaspar/Flask-AppBuilder#2470</a></li>
   <li>release: 5.2.2 by <a 
href="https://github.com/dpgaspar";><code>@​dpgaspar</code></a> in <a 
href="https://redirect.github.com/dpgaspar/Flask-AppBuilder/pull/2472";>dpgaspar/Flask-AppBuilder#2472</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/RinZ27";><code>@​RinZ27</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/dpgaspar/Flask-AppBuilder/pull/2435";>dpgaspar/Flask-AppBuilder#2435</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/dpgaspar/Flask-AppBuilder/compare/v5.2.1...v5.2.2";>https://github.com/dpgaspar/Flask-AppBuilder/compare/v5.2.1...v5.2.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/dpgaspar/Flask-AppBuilder/blob/master/CHANGELOG.rst";>flask-appbuilder's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Improvements and Bug fixes on 5.2.2</h2>
   <ul>
   <li>fix: anchor OAuth email whitelist regex to end of string (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2470";>#2470</a>)
 [Daniel Vaz Gaspar]</li>
   <li>fix: switch from uuid1 to uuid4 for better randomness (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2435";>#2435</a>)
 [Rin]</li>
   <li>fix: escape special characters in LDAP search filter username (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2469";>#2469</a>)
 [Daniel Vaz Gaspar]</li>
   <li>fix: warn when Azure OAuth JWT signature verification is disabled (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2468";>#2468</a>)
 [Daniel Vaz Gaspar]</li>
   <li>ci: restore Python 3.11 and 3.12 to CI test matrix (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2467";>#2467</a>)
 [Daniel Vaz Gaspar]</li>
   <li>chore: Increase upper bound for Flask-Limiter dependency (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2465";>#2465</a>)
 [Erik Cederstrand]</li>
   <li>fix: enforce API login provider validation when AUTH_TYPE has no API 
provider (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2462";>#2462</a>)
 [Daniel Vaz Gaspar]</li>
   <li>fix(ci): update MSSQL Docker image to 2022-latest (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2460";>#2460</a>)
 [Daniel Vaz Gaspar]</li>
   <li>chore: remove PSModel/PSSession example classes from package (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2457";>#2457</a>)
 [Daniel Vaz Gaspar]</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dpgaspar/Flask-AppBuilder/commit/55a5ab67348b3249a78e9bbbf817e320c20b81dd";><code>55a5ab6</code></a>
 release: 5.2.2 (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2472";>#2472</a>)</li>
   <li><a 
href="https://github.com/dpgaspar/Flask-AppBuilder/commit/69e3e69349a8f83c8f347aaa71676888a39d2b36";><code>69e3e69</code></a>
 fix: anchor OAuth email whitelist regex to end of string (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2470";>#2470</a>)</li>
   <li><a 
href="https://github.com/dpgaspar/Flask-AppBuilder/commit/51775d950ee54391b86626430b89bd3c546c11da";><code>51775d9</code></a>
 fix: switch from uuid1 to uuid4 for better randomness (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2435";>#2435</a>)</li>
   <li><a 
href="https://github.com/dpgaspar/Flask-AppBuilder/commit/8bd0a8e5fe37888ce1a0ca1324f1dd5eb4bac2bd";><code>8bd0a8e</code></a>
 fix: escape special characters in LDAP search filter username (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2469";>#2469</a>)</li>
   <li><a 
href="https://github.com/dpgaspar/Flask-AppBuilder/commit/caad11b70f654c3acf519c05bc14cff2e2df8d5a";><code>caad11b</code></a>
 fix: warn when Azure OAuth JWT signature verification is disabled (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2468";>#2468</a>)</li>
   <li><a 
href="https://github.com/dpgaspar/Flask-AppBuilder/commit/f1f9a93d0305ddb3e57346586ced617f1f05aac9";><code>f1f9a93</code></a>
 ci: restore Python 3.11 and 3.12 to CI test matrix (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2467";>#2467</a>)</li>
   <li><a 
href="https://github.com/dpgaspar/Flask-AppBuilder/commit/1f13f31509094d376201bc8e42a96d0e4936dad7";><code>1f13f31</code></a>
 chore: Increase upper bound for Flask-Limiter dependency (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2465";>#2465</a>)</li>
   <li><a 
href="https://github.com/dpgaspar/Flask-AppBuilder/commit/a59fe4920cdf284d949fe6ba6876567d235f0f25";><code>a59fe49</code></a>
 fix: enforce API login provider validation when AUTH_TYPE has no API 
provider...</li>
   <li><a 
href="https://github.com/dpgaspar/Flask-AppBuilder/commit/c2c635616195d1ac517685bfe7a589e577d55e03";><code>c2c6356</code></a>
 fix(ci): update MSSQL Docker image to 2022-latest (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2460";>#2460</a>)</li>
   <li><a 
href="https://github.com/dpgaspar/Flask-AppBuilder/commit/96a7ed6264e637d6deec6974b7078fa534c7f04a";><code>96a7ed6</code></a>
 chore: remove PSModel/PSSession example classes from package (<a 
href="https://redirect.github.com/dpgaspar/flask-appbuilder/issues/2457";>#2457</a>)</li>
   <li>See full diff in <a 
href="https://github.com/dpgaspar/flask-appbuilder/compare/v5.2.1...v5.2.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flask-appbuilder&package-manager=pip&previous-version=5.2.1&new-version=5.2.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)
   
   
   </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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to