From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 14:55:34 +0000 (+0000) Subject: Bump datasette from 0.25 to 0.46 X-Git-Url: https://git.jsancho.org/?p=datasette-connectors.git;a=commitdiff_plain;h=1a34f766bbcada99da81fabdc93b802e4ff8fb2a Bump datasette from 0.25 to 0.46 Bumps [datasette](https://github.com/simonw/datasette) from 0.25 to 0.46. - [Release notes](https://github.com/simonw/datasette/releases) - [Changelog](https://github.com/simonw/datasette/blob/main/docs/changelog.rst) - [Commits](https://github.com/simonw/datasette/compare/0.25...0.46) Signed-off-by: dependabot[bot] --- diff --git a/setup.py b/setup.py index 0427641..916ac86 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( url='https://github.com/pytables/datasette-connectors', license='Apache License, Version 2.0', packages=['datasette_connectors'], - install_requires=['datasette==0.25'], + install_requires=['datasette==0.46'], tests_require=['pytest', 'aiohttp'], entry_points=''' [console_scripts]