-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 86c94f1
⬆️ Bump flask-migrate from 4.0.7 to 4.1.0 (#871)
Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate)
from 4.0.7 to 4.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/miguelgrinberg/flask-migrate/releases">flask-migrate's
releases</a>.</em></p>
<blockquote>
<h2>Release 4.1.0</h2>
<p>See <a
href="https://github.com/miguelgrinberg/flask-migrate/blob/main/CHANGES.md">CHANGES.md</a>
for release notes.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md">flask-migrate's
changelog</a>.</em></p>
<blockquote>
<h1>Flask-Migrate Change Log</h1>
<p><strong>Release 4.1.0</strong> - 2025-01-10</p>
<ul>
<li>Accept arguments such as <code>--directory</code> in environment
variables <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/553">#553</a>
(<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/12a181ce0542659f10b4ce154a10cfd41fa1f501">commit</a>)</li>
<li>Fix minor typos in documentation <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/552">#552</a>
(<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/3b073a2c500303894c495d2e4fa0ef449b6a2833">commit</a>)
(thanks <strong>Kevin Kirsche</strong>!)</li>
</ul>
<p><strong>Release 4.0.7</strong> - 2024-03-11</p>
<ul>
<li>Regression from <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/438">#438</a>:
check <code>g.x_arg</code> exists before accessing it <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/541">#541</a>
(<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/7e8032c61e5c47f4e50b03dcf98c3b20dd5a8e55">commit</a>)
(thanks <strong>Skye Im</strong>!)</li>
</ul>
<p><strong>Release 4.0.6</strong> - 2024-03-09</p>
<ul>
<li>Accept <code>-x</code> options for all db commands <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/438">#438</a>
(<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/6f3f889c36030134f87dc1db327c2385d873a4d6">commit</a>)</li>
<li>Add <code>--purge</code> flag to the <code>stamp</code> command <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/540">#540</a>
(<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/af67bb093df5652c867b88880c5934bfc68313cc">commit</a>)
(thanks <strong>Jono N</strong>!)</li>
</ul>
<p><strong>Release 4.0.5</strong> - 2023-09-12</p>
<ul>
<li>Compatibility fixes for Flask-SQLAlchemy >= 3.1 <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/526">#526</a>
(<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/f562178bbe1912912f3cb6877cbae8b0899c74da">commit</a>)
(thanks <strong>David Lord</strong>!)</li>
<li>Allow <code>process_revision_directives</code> option to be
configurable <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/523">#523</a>
(<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/821e37fcc4a5e339f197153cdbb4dd2316cbd44b">commit</a>)
(thanks <strong>llc</strong>!)</li>
<li>Stop testing Python 3.7, as Flask-SQLAlchemy 3.1 stopped supporting
it (<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/8d175193f00bf4e5578f0142d011093d8cd53d57">commit</a>)</li>
</ul>
<p><strong>Release 4.0.4</strong> - 2023-02-02</p>
<ul>
<li>Correctly obtain database URL with SQLAlchemy 2.0 <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/505">#505</a>
(<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/c8cd02c5d3d43bbab462b863db5417b5d69228bb">commit</a>)</li>
</ul>
<p><strong>Release 4.0.3</strong> - 2023-01-29</p>
<ul>
<li>Remove legacy <strong>future</strong> import in Alembic templates <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/504">#504</a>
(<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/7a388cfe320254735f4ed65ac655caaf0cae8b28">commit</a>)
(thanks <strong>Pamela Fox</strong>!)</li>
<li>Add SQLAlchemy 1.4 and 2.0 to the test matrix (<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/7a725f2e3267f1c3bb4920cd3bff3a9ff1d7eb6e">commit</a>)</li>
<li>Switch to pytest as test runner (<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/5acd794048d050f85b5dea93052f96abd8a583f2">commit</a>)</li>
</ul>
<p><strong>Release 4.0.2</strong> - 2023-01-18</p>
<ul>
<li>Support "check" command <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/502">#502</a>
(<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/1a893b4fca280f82b1aada6458b7c866c6d3c953">commit</a>)
(thanks <strong>Masamitsu MURASE</strong>!)</li>
</ul>
<p><strong>Release 4.0.1</strong> - 2023-01-05</p>
<ul>
<li>Do not use deprecated functions in Flask-SQLAlchemy 3.0 (<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/7cb4236327ea04fc6be8a17bbfadae6de7bfbc8b">commit</a>)</li>
<li>Stop building Python 3.6 (<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/c9534b39df49884e1b62592c486ed0d5565b3321">commit</a>)</li>
<li>Remove tests from pypi package (<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/2dd0c25caa5c43b452109f64c8e33ccc048ca210">commit</a>)</li>
</ul>
<p><strong>Release 4.0.0</strong> - 2022-11-13</p>
<ul>
<li>Updates for Flask-SQLAlchemy 3.x compatibility (<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/51752948aabdb68f7c032e1c1fc8317f895e10a6">commit</a>)</li>
<li>Enable type comparison and batch mode by default (<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/a3085b34e5b1865d2b773248b37468764df7c312">commit</a>)</li>
<li>Option to rename "db" command group to a custom name (<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/b9c9d35744a08f4f62084ce6e3ddf30d21431dc7">commit</a>)</li>
<li>Better handling of MetaData instances in templates (<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/c051a000c1518a71e0a5d045c1f8065b9add5122">commit</a>)</li>
<li>Set options correctly when <code>revision --autogenerate</code> is
used <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/463">#463</a>
(<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/f7f15e2623866110974fddcdbea87ccbf1d74a40">commit</a>)
(thanks <strong>Frazer McLean</strong>!)</li>
<li>Documentation section on configuring Alembic (<a
href="https://github.com/miguelgrinberg/flask-migrate/commit/28522143f4e1371f08fa8bac8d3ba1f6b04e0f72">commit</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/miguelgrinberg/Flask-Migrate/commit/dd098cc0057d6fc260e034b897a133cb3ede5902"><code>dd098cc</code></a>
Release 4.1.0</li>
<li><a
href="https://github.com/miguelgrinberg/Flask-Migrate/commit/12a181ce0542659f10b4ce154a10cfd41fa1f501"><code>12a181c</code></a>
Accept arguments such as --directory via environment variables (Fixes <a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/553">#553</a>)</li>
<li><a
href="https://github.com/miguelgrinberg/Flask-Migrate/commit/0c0e82814fc3145919c56bac9b014619155d9614"><code>0c0e828</code></a>
revert to default funding file #nolog</li>
<li><a
href="https://github.com/miguelgrinberg/Flask-Migrate/commit/3b073a2c500303894c495d2e4fa0ef449b6a2833"><code>3b073a2</code></a>
Fix: minor typos (<a
href="https://redirect.github.com/miguelgrinberg/flask-migrate/issues/552">#552</a>)</li>
<li><a
href="https://github.com/miguelgrinberg/Flask-Migrate/commit/f5f70fba7e0b82d666db117b00f368b1b368ded0"><code>f5f70fb</code></a>
add a .readthedocs.yml configuration #nolog</li>
<li><a
href="https://github.com/miguelgrinberg/Flask-Migrate/commit/f312c2e31f82bb5319b93c20228ec06c384ff7cd"><code>f312c2e</code></a>
Version 4.0.8.dev0</li>
<li>See full diff in <a
href="https://github.com/miguelgrinberg/flask-migrate/compare/v4.0.7...v4.1.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charles Guo <shaldengeki@gmail.com>1 parent 1d239b5 commit 86c94f1Copy full SHA for 86c94f1
1 file changed
+3
-3
lines changed+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 |
| - | |
233 |
| - | |
234 |
| - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
|
0 commit comments