Commit graph

4425 commits

Author SHA1 Message Date
Pedro Torcatt
5595f90f0f Fix grammatical error (#4268)
* Fix grammatical error

* Update scaffold.py

* Update scaffold.py
2021-09-22 10:12:36 -07:00
David Lord
c7cd9df4f6 Merge branch '2.0.x' 2021-09-08 16:05:33 -07:00
David Lord
4a559e71fd update requirements 2021-09-08 16:04:26 -07:00
David Lord
da45cac5d1 update pre-commit hooks 2021-09-08 16:03:56 -07:00
Mindiell
e0fdcbaade Fix typo in docs (#4261) 2021-09-08 10:00:36 +02:00
Grey Li
456736e32d Merge pull request #4257 from pallets/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-09-07 08:31:30 +08:00
pre-commit-ci[bot]
48439df202 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v2.23.3 → v2.25.0](https://github.com/asottile/pyupgrade/compare/v2.23.3...v2.25.0)
- [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0...21.8b0)
2021-09-06 19:06:50 +00:00
Grey Li
aee3aa72e9 Merge pull request #4255 from pallets/dependabot/pip/pytest-6.2.5
Bump pytest from 6.2.4 to 6.2.5
2021-09-01 16:59:56 +08:00
dependabot[bot]
f0defb675e Bump pytest from 6.2.4 to 6.2.5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.4...6.2.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 08:41:42 +00:00
Grey Li
031bdbe738 Merge pull request #4254 from pallets/dependabot/pip/tox-3.24.3
Bump tox from 3.24.1 to 3.24.3
2021-09-01 16:40:46 +08:00
Grey Li
0de7f121b5 Merge pull request #4253 from pallets/dependabot/pip/pre-commit-2.14.1
Bump pre-commit from 2.14.0 to 2.14.1
2021-09-01 16:40:16 +08:00
Grey Li
cb9efaab78 Merge pull request #4252 from pallets/dependabot/pip/cryptography-3.4.8
Bump cryptography from 3.4.7 to 3.4.8
2021-09-01 16:39:47 +08:00
dependabot[bot]
d072c929eb Bump tox from 3.24.1 to 3.24.3
Bumps [tox](https://github.com/tox-dev/tox) from 3.24.1 to 3.24.3.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.24.1...3.24.3)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 08:03:32 +00:00
dependabot[bot]
3147544f78 Bump pre-commit from 2.14.0 to 2.14.1
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.14.0...v2.14.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 08:03:07 +00:00
dependabot[bot]
3bb553ef92 Bump cryptography from 3.4.7 to 3.4.8
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 3.4.8.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.4.7...3.4.8)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 08:02:40 +00:00
nabbisen
4da7b34e40 Update cherokee links in docs/deploying (#4249) 2021-08-29 09:21:36 -04:00
David Lord
429579d508 Merge remote-tracking branch 'origin/2.0.x' 2021-08-14 05:21:56 -07:00
David Lord
2e1cd7691e Merge pull request #4234 from greyli/upload-docs
Remove the mention of Flask-Uploads in the uploading docs
2021-08-14 05:21:11 -07:00
Grey Li
cc297f7312 Remove the mention of Flask-Uploads in uploading docs 2021-08-14 05:10:45 -07:00
David Lord
4aba8a5128 Merge remote-tracking branch 'origin/2.0.x' 2021-08-10 07:05:38 -07:00
David Lord
42fd76cae2 add type stub packages 2021-08-10 07:05:23 -07:00
David Lord
648452a3fc install type stubs from requirements 2021-08-10 07:02:55 -07:00
David Lord
2519f1922c Merge remote-tracking branch 'origin/2.0.x' 2021-08-10 07:01:36 -07:00
David Lord
dfeb9ad79e Merge pull request #4232 from pallets/update-requirements
Update requirements
2021-08-10 06:59:35 -07:00
David Lord
3e2508698d add type stub packages 2021-08-10 06:51:41 -07:00
David Lord
a2ff86d14d update pre-commit hooks 2021-08-10 06:50:09 -07:00
David Lord
80b284e045 update requirements 2021-08-10 06:49:38 -07:00
David Lord
533cdcb99f Merge remote-tracking branch 'origin/2.0.x' 2021-08-10 06:33:45 -07:00
David Lord
eaf2d8bc55 Merge pull request #4227 from esadek/pip_link
update pip link
2021-08-10 06:18:38 -07:00
Emil Sadek
e211fa69a6 update pip link 2021-08-10 06:07:21 -07:00
David Lord
594f81ae46 Merge remote-tracking branch 'origin/2.0.x' 2021-08-05 19:48:47 -07:00
David Lord
36bc79f324 Merge pull request #4174 from na2shell/fix_4170
cli loader handles kwargs in app factory
2021-08-05 19:37:03 -07:00
na2shell
97b96f1170 cli loader handles kwargs in app factory 2021-08-05 19:32:43 -07:00
David Lord
596635f887 Merge pull request #4169 from Rohan-Salwan/dev
fix raising error during cli lazy loading
2021-08-05 19:17:52 -07:00
David Lord
5199b6cb5b add test for lazy loading error 2021-08-05 19:15:31 -07:00
Rohan salwan
0d65306952 correctly handle raising deferred errors in cli lazy loading 2021-08-05 19:14:51 -07:00
David Lord
76e2250ef7 Merge pull request #4160 from default-303/decimal_fix
json support for Decimal objects
2021-08-05 18:40:44 -07:00
default-303
bf590880f8 jsonify encodes decimal to str 2021-08-05 18:36:13 -07:00
David Lord
f3465df554 Merge pull request #4152 from Yourun-proger/fix
`static_folder` can be a `pathlib.Path` object
2021-08-05 18:18:04 -07:00
Yourun-Proger
f73b71c69f static_folder can be a pathlib.Path 2021-08-05 18:16:20 -07:00
David Lord
712343d3da Merge pull request #4139 from awijaya22/issue4099
Avoid race condition in example app
2021-08-05 18:04:51 -07:00
Angeline
001af780ad safer check for existing user in tutorial
Co-authored-by: David Lord <davidism@gmail.com>
2021-08-05 18:01:55 -07:00
David Lord
3f2d20c1c7 Merge pull request #4131 from starlightknown/docstring
added return type all in from_ * modules
2021-08-05 17:42:08 -07:00
Karuna Tata
523dc34c09 document return value for config loading methods 2021-08-05 17:38:24 -07:00
David Lord
9416177d36 Merge pull request #4190 from yuxiaoy1/docs
Improve code example of api & jQuery docs
2021-08-05 16:55:51 -07:00
David Lord
79343623f5 Merge pull request #4221 from kaushikk25/patch-1
docs in quickstart.rst in use wrong variable name.
2021-08-05 08:55:28 -07:00
kaushik kothiya
61fd6026d1 Wrong variable name use
File upload section upload_file function in  file request parameter variable name is "file". but file save method in secure_filename function in use "f.filename".
2021-08-05 08:52:42 -07:00
Grey Li
e10d5665f5 Merge pull request #4214 from pallets/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-08-03 10:29:25 +08:00
pre-commit-ci[bot]
0f85f0c525 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v2.20.0 → v2.23.1](https://github.com/asottile/pyupgrade/compare/v2.20.0...v2.23.1)
- [github.com/asottile/reorder_python_imports: v2.5.0 → v2.6.0](https://github.com/asottile/reorder_python_imports/compare/v2.5.0...v2.6.0)
- [github.com/psf/black: 21.6b0 → 21.7b0](https://github.com/psf/black/compare/21.6b0...21.7b0)
2021-08-02 18:50:27 +00:00
Grey Li
740e491f68 Merge pull request #4208 from pallets/dependabot/pip/tox-3.24.1
Bump tox from 3.23.1 to 3.24.1
2021-08-01 16:51:44 +08:00