gita / BhagavadGita

A non-profit initiative to help spread the transcendental wisdom from the Bhagavad Gita to people around the world.
https://bhagavadgita.io
GNU General Public License v3.0
165 stars 24 forks source link

Bump flask-sqlalchemy from 2.3.2 to 2.4.1 #386

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps flask-sqlalchemy from 2.3.2 to 2.4.1.

Changelog *Sourced from [flask-sqlalchemy's changelog](https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst).* > Version 2.4.1 > ============= > > Released 2019-09-24 > > - Fix `AttributeError` when using multiple binds with polymorphic models. 651 > > Version 2.4.0 > ============= > > Released 2019-04-24 > > - Make engine configuration more flexible. (684) > - Address SQLAlchemy 1.3 deprecations. (684) > - `get_or_404()` and `first_or_404()` now accept a `description` parameter to control the 404 message. (636) > - Use `time.perf_counter` for Python 3 on Windows. (638) > - Drop support for Python 2.6 and 3.3. (687) > - Add an example of Flask's tutorial project, Flaskr, adapted for Flask-SQLAlchemy. (720)
Commits - [`16bcf97`](https://github.com/pallets/flask-sqlalchemy/commit/16bcf9792019b0d0154884a2b50057cea9f0b8c8) release version 2.4.1 - [`b26fecc`](https://github.com/pallets/flask-sqlalchemy/commit/b26fecc358b867094b8bbf887083f806141a7702) Merge pull request [#782](https://github-redirect.dependabot.com/pallets/flask-sqlalchemy/issues/782) from pallets/backport-651 - [`37779fb`](https://github.com/pallets/flask-sqlalchemy/commit/37779fb3d485f65f6107857fb929b4a89fc4d95d) fix BindMetaMixin with polymorphic - [`40a53b2`](https://github.com/pallets/flask-sqlalchemy/commit/40a53b2f9d159bdd96616f46fea4d4a5a01c6114) test version branches and tags on travis - [`5f9036e`](https://github.com/pallets/flask-sqlalchemy/commit/5f9036e77bb9e37705c3f9d44f226159ea0c4a10) fix location for issue links - [`2c7fde1`](https://github.com/pallets/flask-sqlalchemy/commit/2c7fde1e11d6b6260230a4164cf4578786136606) release version 2.4.0 - [`f821057`](https://github.com/pallets/flask-sqlalchemy/commit/f821057bb099a0a422e14b7fc17a9b4a7530b30b) add changelog for flaskr example - [`0045123`](https://github.com/pallets/flask-sqlalchemy/commit/0045123616d57bed4f3d43359d4e7bbd9aef1243) Merge pull request [#720](https://github-redirect.dependabot.com/pallets/flask-sqlalchemy/issues/720) from pallets/flaskr - [`391c3b8`](https://github.com/pallets/flask-sqlalchemy/commit/391c3b8bfe54eeecd45b36c0c0ac8cbaa0f8e3b9) split views and models - [`7ad5738`](https://github.com/pallets/flask-sqlalchemy/commit/7ad5738044aafa44058045db6dfe25c5c7f35f56) adapt flaskr example to sqlalchemy - Additional commits viewable in [compare view](https://github.com/pallets/flask-sqlalchemy/compare/2.3.2...2.4.1)


Dependabot compatibility score

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 commands and options
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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.