David Lord
87d5f5b9a9
update project files ( #5457 )
...
* update pre-commit hook
* upgrade pip with venv
* update description and version
* show url in publish environment
* update versions
* update versions, separate typing job
* use dependabot grouped updates
ignore upload/download-artifact until slsa updates
* use sphinx.ext.extlinks instead of sphinx-issues
* update dev dependencies
* update editorconfig
* update gitignore
* update .readthedocs.yaml
* license is txt, readme is md
* update pyproject.toml
add typed classifier
add pyright config
simplify urls
* tox builds docs in place
* update min test py version
* add tox env to update all dev dependencies
* update issue and pr templates
* rename security docs page to not conflict with org policy file
* simplify matrix
2024-04-07 10:24:40 -07:00
David Lord
81b3c85f51
update requirements
2024-01-18 09:15:01 -08:00
David Lord
59fd6aa104
use pip-compile instead of pip-compile-multi
2023-11-15 12:44:20 -08:00
David Lord
aca7d5637d
update dependencies
2023-06-27 07:11:22 -07:00
David Lord
e7264776bd
update dependencies
2023-05-31 09:17:51 -07:00
David Lord
2e8fe7b2f2
drop support for python 3.7
2023-04-20 11:09:55 -07:00
David Lord
cfa863c357
Merge branch '2.2.x'
2023-04-15 12:30:20 -07:00
David Lord
a67195e059
update dependencies
2023-04-15 12:25:09 -07:00
David Lord
7e6e68aed9
enforce minimum versions in env
2023-04-15 12:20:57 -07:00
David Lord
9cb1a7a52d
blinker is required, signals are always available
2023-04-13 07:39:24 -07:00
David Lord
a30b6e723c
update dependencies
2023-04-11 15:33:34 -07:00
David Lord
1432cddb13
update requirements
2023-03-11 07:38:14 -08:00
David Lord
c4c7f504be
update dependencies
2023-02-16 06:27:25 -08:00
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
d506af1b1f
update requirements
2022-05-23 10:08:43 -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
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
d9133e9369
update requirements
2021-08-10 06:49:38 -07: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
David Lord
078a3c3631
update requirements
2021-04-16 08:44:18 -07: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
David Lord
3c00658772
update requirements
2021-02-08 18:23:10 -08: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]
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]
5ecbf1e333
Bump greenlet from 0.4.17 to 1.0.0
...
Bumps [greenlet](https://github.com/python-greenlet/greenlet ) from 0.4.17 to 1.0.0.
- [Release notes](https://github.com/python-greenlet/greenlet/releases )
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst )
- [Commits](https://github.com/python-greenlet/greenlet/compare/0.4.17...1.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-02 03:33:16 +00:00
Grey Li
da8865bd64
Bump pytest from 6.1.2 to 6.2.1
2021-01-03 14:10:26 +08:00
dependabot-preview[bot]
a7cf23a234
Bump packaging from 20.4 to 20.8
...
Bumps [packaging](https://github.com/pypa/packaging ) from 20.4 to 20.8.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/20.4...20.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01 09:51:33 +00:00
David Lord
373f0dd82e
update requirements ( #3823 )
2020-11-01 05:30:02 -08:00
dependabot-preview[bot]
3b57c19e3b
Bump pytest from 6.1.1 to 6.1.2 ( #3818 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.1.1 to 6.1.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.1.1...6.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-01 05:21:41 -08:00
dependabot-preview[bot]
c5a5d9b30b
Bump pytest from 6.0.2 to 6.1.1 ( #3790 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.0.2 to 6.1.1.
- [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.0.2...6.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-15 14:03:39 -07:00
dependabot-preview[bot]
84a4669e54
Bump greenlet from 0.4.16 to 0.4.17
...
Bumps [greenlet](https://github.com/python-greenlet/greenlet ) from 0.4.16 to 0.4.17.
- [Release notes](https://github.com/python-greenlet/greenlet/releases )
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/NEWS )
- [Commits](https://github.com/python-greenlet/greenlet/compare/0.4.16...0.4.17 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-01 08:24:03 +00:00
dependabot-preview[bot]
ad10d12177
Bump pytest from 6.0.1 to 6.0.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.0.1 to 6.0.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.0.1...6.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-14 08:18:57 +00:00
dependabot-preview[bot]
ce7ee648b3
Bump pytest from 6.0.0 to 6.0.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.0.0 to 6.0.1.
- [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.0.0...6.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-31 08:43:34 +00:00
dependabot-preview[bot]
6ff7004db0
Bump pytest from 5.4.3 to 6.0.0
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.4.3 to 6.0.0.
- [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/5.4.3...6.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-29 08:29:51 +00:00
dependabot-preview[bot]
7fbb4f78da
Bump python-dotenv from 0.13.0 to 0.14.0
...
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv ) from 0.13.0 to 0.14.0.
- [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.13.0...v0.14.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-06 08:38:44 +00:00
dependabot-preview[bot]
c2f2d9754b
Bump greenlet from 0.4.15 to 0.4.16
...
Bumps [greenlet](https://github.com/python-greenlet/greenlet ) from 0.4.15 to 0.4.16.
- [Release notes](https://github.com/python-greenlet/greenlet/releases )
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/NEWS )
- [Commits](https://github.com/python-greenlet/greenlet/compare/0.4.15...0.4.16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-05 08:29:19 +00:00
dependabot-preview[bot]
8075be8261
Bump pytest from 5.4.2 to 5.4.3
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.4.2 to 5.4.3.
- [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/5.4.2...5.4.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-03 08:52:47 +00:00