-
Notifications
You must be signed in to change notification settings - Fork 9
Commit 3d2f30a
authored
Bump firebase-admin from 6.4.0 to 6.5.0 (#422)
Bumps
[firebase-admin](https://github.com/firebase/firebase-admin-python) from
6.4.0 to 6.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/firebase/firebase-admin-python/releases">firebase-admin's
releases</a>.</em></p>
<blockquote>
<h2>Firebase Admin Python SDK v6.5.0</h2>
<h3>New Features</h3>
<ul>
<li>feat(functions): Add task queue API support (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/770">#770</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>fix: doc quotes (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/778">#778</a>)</li>
<li>fix: doc spacing (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/775">#775</a>)</li>
</ul>
<h3>Miscellaneous</h3>
<ul>
<li>[chore] Release 6.5.0 (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/779">#779</a>)</li>
<li>Export rate limiting error types
<code>TooManyAttemptsTryLaterError</code> and
<code>ResetPasswordExceedLimitError</code> (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/777">#777</a>)</li>
<li>Add rate limiting exceptions. (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/695">#695</a>)</li>
<li>[chore] Rename pytest teardown methods from deprecated
<code>teardown</code> to <code>teardown_method</code> (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/768">#768</a>)</li>
<li>[chore] Upgrade <code>actions/setup-python</code> to v5 (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/765">#765</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/firebase/firebase-admin-python/commit/32b900b0b7f9d8f453f821bf684bf7023c799808"><code>32b900b</code></a>
[chore] Release 6.5.0 (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/779">#779</a>)</li>
<li><a
href="https://github.com/firebase/firebase-admin-python/commit/244f32b747d729e2d0728ce295b1e56605b00879"><code>244f32b</code></a>
fix: doc quotes (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/778">#778</a>)</li>
<li><a
href="https://github.com/firebase/firebase-admin-python/commit/f25394eaf53c9d6065a6aa752fec70ee021cc968"><code>f25394e</code></a>
Export rate limiting error types
<code>TooManyAttemptsTryLaterError</code> and `ResetPas...</li>
<li><a
href="https://github.com/firebase/firebase-admin-python/commit/a14ca32ad2cb06bbd30990d15d28eee01c82814a"><code>a14ca32</code></a>
Add rate limiting exceptions. (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/695">#695</a>)</li>
<li><a
href="https://github.com/firebase/firebase-admin-python/commit/7dbe27820fd0f38a0d5d0340b0583ad97aec3cb6"><code>7dbe278</code></a>
fix: doc spacing (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/775">#775</a>)</li>
<li><a
href="https://github.com/firebase/firebase-admin-python/commit/8bcc751ad52b43fbdd1c098aedb2b0029addf6aa"><code>8bcc751</code></a>
feat(functions): Add task queue API support (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/770">#770</a>)</li>
<li><a
href="https://github.com/firebase/firebase-admin-python/commit/0752992e3f3a186a47a1bb935b14bff392894bd6"><code>0752992</code></a>
[chore] Rename pytest teardown methods from deprecated
<code>teardown</code> to `teardow...</li>
<li><a
href="https://github.com/firebase/firebase-admin-python/commit/a7ac17a33c86bd8dd0a80e2d9a978b96ad5249f6"><code>a7ac17a</code></a>
[chore] Upgrade <code>actions/setup-python</code> to v5 (<a
href="https://redirect.github.com/firebase/firebase-admin-python/issues/765">#765</a>)</li>
<li>See full diff in <a
href="https://github.com/firebase/firebase-admin-python/compare/v6.4.0...v6.5.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 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 fdcead3 commit 3d2f30aCopy full SHA for 3d2f30a
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments