produvia / kryptos

Kryptos AI is a virtual investment assistant that manages your cryptocurrency portfolio
http://twitter.com/kryptos_ai
MIT License
48 stars 8 forks source link

Bump flask-user from 1.0.1.5 to 1.0.2.2 in /app #146

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps flask-user from 1.0.1.5 to 1.0.2.2.

Changelog *Sourced from [flask-user's changelog](https://github.com/lingthio/Flask-User/blob/master/CHANGES.rst).* > Change history > ============== > > With **v1.0** we simplified customization by allowing developers to override or extend `UserManager` properties and methods. > > We increased security by having the TokenManager accept parts of passwords, in addition to the user ID, to invalidate tokens after a password has changed. The TokenManager now also excepts IDs other than small integers. > > Hashlib password hashing is completely configurable through two config settings: `USER_PASSLIB_CRYPTCONTEXT_SCHEMES` and `USER_PASSLIB_CRYPTCONTEXT_KEYWORDS`. Example: `SCHEMES=['bcrypt', 'argon2']`, `KEYWORDS=dict(bcrypt__rounds=12, argon2__memory_cost=512)`. > > We added support for MongoDBs (through Flask-MongoEngine) and for DynamoDBs (through Flask-Flywheel). > > We introduced the EmailAdapter interface to support sending emails not only via SMTP, but also via `sendmail`, SendGrid, and custom EmailAdapters. > > For all of the above we finally had to break compatibility with **v0.6 (stable)**. For non-customized Flask-User apps, the porting is relatively straightforward. See the 'Porting from v0.6 to v1.0+' section in our docs. > > - > > v1.0.2.3: > > : - Display "flash" message when change password fails (see [\#239](https://github-redirect.dependabot.com/lingthio/Flask-User/issues/239)). > > - > > v1.0.2.2: > > : - Added new settings to `UserManager` which can be used to customize page footers: `USER_APP_VERSION`, `USER_CORPORATION_NAME`, and `USER_COPYRIGHT_YEAR` (see [\#280](https://github-redirect.dependabot.com/lingthio/Flask-User/issues/280)). > - Fixed crash when one tried to change username and `USER_ENABLE_EMAIL` was falsy (see [\#267](https://github-redirect.dependabot.com/lingthio/Flask-User/issues/267)). > > - > > v1.0.2.1: > > : - Added Slovak, Polish and Ukrainian translations. > - Fixed bug in "Password Changed" email template (see [\#250](https://github-redirect.dependabot.com/lingthio/Flask-User/issues/250)). > - Fixed crash when USER\_ENABLE\_INVITE\_USER is set (see [\#223](https://github-redirect.dependabot.com/lingthio/Flask-User/issues/223)). > - Updated min allowed version of `passlib` from 1.6 to 1.7 (see [\#266](https://github-redirect.dependabot.com/lingthio/Flask-User/issues/266)). > > - v1.0.2.0 - Production/Stable release. Dropped support for Python 2.6 and 3.3. > - v1.0.1.5 - Removed callbacks/auth0. > - v1.0.1.4 - Fixed calls to get\_primary\_user\_email\_object(). > - v1.0.1.3 - Changed custom form class attribute names from something like `self.register_form` to something like `self.RegisterFormClass` > - v1.0.1.2 - Use app.permanent\_session\_lifetime to limit user session lifetime. > - v1.0.1.1 - Alpha release. Breaks backward compatibility with v0.6. > - v0.6.\* - Previous version. No longer supported. > - v0.5.\* - Previous version. No longer supported.
Commits - [`e3aafd9`](https://github.com/lingthio/Flask-User/commit/e3aafd927e1156fb38d9aa729bc729eebe2721d6) Add user to .travis.yml - [`e048948`](https://github.com/lingthio/Flask-User/commit/e048948d5758c6bcc7ca3d5e45f20a654022de7f) Update app version - [`c469d15`](https://github.com/lingthio/Flask-User/commit/c469d150e563043d2db29dd2438482b7c3ad820d) Update changelog - [`7cff7cd`](https://github.com/lingthio/Flask-User/commit/7cff7cd667e7052ddfda15a32ba4f0538b6b7089) Add comments to new settings - [`1eec9fc`](https://github.com/lingthio/Flask-User/commit/1eec9fc5e00f0232ff9e48fe5615fb20fa214e99) Merge pull request [#280](https://github-redirect.dependabot.com/lingthio/Flask-User/issues/280) from DonFruendo/master - [`67f071b`](https://github.com/lingthio/Flask-User/commit/67f071b7fde4822d2c8cb3a1d809597cc7f2d058) Merge pull request [#267](https://github-redirect.dependabot.com/lingthio/Flask-User/issues/267) from sabaigbe/patch-1 - [`3bee35e`](https://github.com/lingthio/Flask-User/commit/3bee35eb9cfa65b105c15716b3a2968d1c9b8fef) Change Gitter badge - [`da7b36c`](https://github.com/lingthio/Flask-User/commit/da7b36c3762192899556c0e46b69286399873387) Add "Contact us" section with social badges - [`611a8d4`](https://github.com/lingthio/Flask-User/commit/611a8d435437b04ef50ee5b563260853f4593ca8) Add Travis, Codecov and PyPI badges - [`3803cd5`](https://github.com/lingthio/Flask-User/commit/3803cd5d35beaf12aa5e4ae12c82bbd137cc9cce) Remove duplicate `local_settings.py` from .gitignore - Additional commits viewable in [compare view](https://github.com/lingthio/Flask-User/compare/v1.0.1.5...v1.0.2.2)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)