Commit graph

99 commits

Author SHA1 Message Date
David Lord
43bc7330ce
update requirements 2022-12-24 10:22:37 -07:00
David Lord
d178653b5f
update requirements 2022-11-25 07:39:54 -08:00
David Lord
7c01fbcd06
update requirements 2022-09-11 06:33:44 -07:00
David Lord
0d87b22314
update requirements 2022-08-03 16:39:35 -07:00
David Lord
7096b2c4b1
update requirements 2022-07-13 13:39:51 -07:00
David Lord
21d32ee067
update requirements 2022-06-01 11:23:09 -07:00
David Lord
d506af1b1f
update requirements 2022-05-23 10:08:43 -07:00
David Lord
ef7d01f0a0
update requirements 2022-04-28 08:59:40 -07:00
David Lord
c395b13f9e
update requirements 2022-04-24 10:19:58 -07:00
David Lord
26555a85f1
update requirements 2022-04-01 13:44:13 -07:00
David Lord
7c5f17a55e
update requirements 2022-02-09 07:39:33 -08:00
David Lord
6f7d99ce4b
use pip-compile-multi for requirements 2022-02-08 12:26:25 -08:00
David Lord
a025ee3f25
update requirements 2022-01-13 11:10:06 -08:00
David Lord
9d36623db1
update requirements 2021-12-22 15:16:48 -08:00
David Lord
a2258dd05d
exclude greenlet tests on python 3.11 2021-11-15 13:09:04 -08:00
David Lord
4e8787b915
test min/dev versions of pallets deps 2021-11-15 13:08:34 -08:00
David Lord
1f40c77f1d
test Python 3.10 and 3.11 2021-11-05 09:13:55 -07:00
David Lord
860431f7e0
update requirements 2021-11-01 12:38:38 -07:00
David Lord
42a6da2da3
update requirements 2021-10-01 09:46:38 -07:00
David Lord
313a70da6e
update requirements 2021-09-08 16:04:26 -07:00
David Lord
ae5ad9e1ae
add type stub packages 2021-08-10 07:05:23 -07:00
David Lord
31ce7d61cd
add type stub packages 2021-08-10 06:51:41 -07:00
David Lord
d9133e9369
update requirements 2021-08-10 06:49:38 -07:00
David Lord
9889ca8bca
update pallets and sphinx requirements 2021-05-20 21:03:33 -07:00
David Lord
cfda270899
update pallets-sphinx-themes 2021-05-20 21:03:02 -07:00
Adrian Moennich
2ddbceeaa9 Install sphinx 4.1-dev from git
Otherwise docs builds are broken due to sphinx-doc/sphinx#9216
2021-05-12 01:06:49 +02:00
David Lord
f8f0caf5c6
update requirements 2021-05-11 14:28:21 -07:00
dependabot[bot]
467d2e2a43
Bump python-dotenv from 0.17.0 to 0.17.1
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.17.0...v0.17.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-01 08:02:41 +00:00
dependabot[bot]
36e6ec45a9
Bump pre-commit from 2.12.0 to 2.12.1
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.12.0 to 2.12.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.12.0...v2.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-28 20:54:53 +00:00
pgjones
f405c6f19e Initial typing support
This enables type checking in CI and marks the project as typed.
2021-04-26 17:20:24 +01:00
David Lord
078a3c3631
update requirements 2021-04-16 08:44:18 -07:00
David Lord
e00a4a4b44
update pallets-sphinx-themes 2021-04-16 08:43:31 -07:00
David Lord
1a79d2d235
Merge pull request #3412 from pgjones/async
Add `async` support
2021-04-07 05:32:20 -07:00
dependabot-preview[bot]
285a873ce9
[Security] Bump urllib3 from 1.26.3 to 1.26.4
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.4. **This update includes a security fix.**
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.3...1.26.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-06 17:46:53 +00:00
pgjones
6979265fa6
Add async support
This allows for async functions to be passed to the Flask class
instance, for example as a view function,

    @app.route("/")
    async def index():
        return "Async hello"

this comes with a cost though of poorer performance than using the
sync equivalent.

asgiref is the standard way to run async code within a sync context,
and is used in Django making it a safe and sane choice for this.
2021-04-06 09:35:10 -07:00
dependabot-preview[bot]
82d69cd06c
Merge pull request #3926 from pallets/dependabot/pip/sphinx-3.5.1 2021-03-01 15:25:15 +00:00
dependabot-preview[bot]
1748bb02eb
Bump sphinx from 3.4.3 to 3.5.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.3 to 3.5.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.3...v3.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-01 15:17:54 +00:00
dependabot-preview[bot]
6e7869ec49
Bump tox from 3.21.4 to 3.22.0
Bumps [tox](https://github.com/tox-dev/tox) from 3.21.4 to 3.22.0.
- [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.21.4...3.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-01 15:15:58 +00:00
David Lord
3c00658772
update requirements 2021-02-08 18:23:10 -08:00
dependabot-preview[bot]
93261454e6
Merge pull request #3887 from pallets/dependabot/pip/packaging-20.9 2021-02-02 03:49:49 +00:00
dependabot-preview[bot]
fb5f04a8c7
Bump packaging from 20.8 to 20.9
Bumps [packaging](https://github.com/pypa/packaging) from 20.8 to 20.9.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/20.8...20.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 03:45:39 +00:00
dependabot-preview[bot]
8b28c218c9
Merge pull request #3886 from pallets/dependabot/pip/jinja2-2.11.3 2021-02-02 03:44:56 +00:00
dependabot-preview[bot]
6c828c3bba
Merge pull request #3889 from pallets/dependabot/pip/pytest-6.2.2 2021-02-02 03:43:43 +00:00
dependabot-preview[bot]
e783424fbb
Merge pull request #3888 from pallets/dependabot/pip/sphinx-3.4.3 2021-02-02 03:42:43 +00:00
dependabot-preview[bot]
510268e914
Bump pytest from 6.2.1 to 6.2.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.1...6.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 03:41:04 +00:00
dependabot-preview[bot]
096ac67b97
Merge pull request #3891 from pallets/dependabot/pip/greenlet-1.0.0 2021-02-02 03:39:08 +00:00
dependabot-preview[bot]
296bd2f4cc
Bump jinja2 from 2.11.2 to 2.11.3
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 03:37:53 +00:00
dependabot-preview[bot]
7eebe22cf5
Bump sphinx from 3.4.1 to 3.4.3
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.1 to 3.4.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.1...v3.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 03:37:40 +00:00
dependabot-preview[bot]
d1b36ced14
Merge pull request #3892 from pallets/dependabot/pip/pre-commit-2.10.0 2021-02-02 03:35:58 +00:00
dependabot-preview[bot]
c52ffa8ae7
Bump sphinx-tabs from 1.3.0 to 2.0.0
Bumps [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/executablebooks/sphinx-tabs/releases)
- [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v1.3.0...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 03:33:21 +00:00