mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Update asgiref requirement from ~=3.2.10 to >=3.2.10,<3.4.0 (#1018)
Updates the requirements on [asgiref](https://github.com/django/asgiref) to permit the latest version. - [Release notes](https://github.com/django/asgiref/releases) - [Changelog](https://github.com/django/asgiref/blob/master/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.2.10...3.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
f3a087a578
commit
b4a8e70957
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -44,7 +44,7 @@ setup(
|
|||
package_data={"datasette": ["templates/*.html"]},
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
"asgiref~=3.2.10",
|
||||
"asgiref>=3.2.10,<3.4.0",
|
||||
"click~=7.1.1",
|
||||
"click-default-group~=1.2.2",
|
||||
"Jinja2>=2.10.3,<2.12.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue