From 81d807548c86bb71d915dac490921c5f8b25a729 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 09:17:59 +0000 Subject: [PATCH] Bump aiosqlite from 0.15.0 to 0.16.0 Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/omnilib/aiosqlite/releases) - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.15.0...v0.16.0) Signed-off-by: dependabot-preview[bot] --- Pipfile.lock | 19 ++++++++++--------- requirements.txt | 8 ++++---- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index fc47b0d..aa55ffe 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -18,10 +18,11 @@ "default": { "aiosqlite": { "hashes": [ - "sha256:19b984b6702aed9f1c85c023f37296954547fc4030dae8e9d027b2a930bed78b", - "sha256:a2884793f4dc8f2798d90e1dfecb2b56a6d479cf039f7ec52356a7fd5f3bdc57" + "sha256:0e5b8465b0b6aa7f2b0a1fa7f3af53216fcea1947f524b658bd4b4696e72f1b7", + "sha256:d014ef07fbc523b2d195fc17cf35982285e3220eb73c1068d5df37b569950ea8" ], - "version": "==0.15.0" + "index": "pypi", + "version": "==0.16.0" }, "ciso8601": { "hashes": [ @@ -122,9 +123,9 @@ }, "pypika": { "hashes": [ - "sha256:abf85d7fc3da6c4213125b58ca989a1eabfcc1e9b1f5fc3f524eba5cd7a25107" + "sha256:ecb69cf6774732b514a59be834c785776047ed35ffd68389f9d26f69aa59c989" ], - "version": "==0.38.0" + "version": "==0.43.0" }, "sqlalchemy": { "hashes": [ @@ -169,11 +170,11 @@ }, "typing-extensions": { "hashes": [ - "sha256:6e95524d8a547a91e08f404ae485bbb71962de46967e1b71a0cb89af24e761c5", - "sha256:79ee589a3caca649a9bfd2a8de4709837400dfa00b6cc81962a1e6a1815969ae", - "sha256:f8d2bd89d25bc39dabe7d23df520442fa1d8969b82544370e03d88b5a591c392" + "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918", + "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c", + "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f" ], - "version": "==3.7.4.2" + "version": "==3.7.4.3" }, "werkzeug": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index e8d9869..4a7ff07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ --i https://pypi.org/simple -aiosqlite==0.15.0 +-i https://pypi.org/simple/ +aiosqlite==0.16.0 ciso8601==2.1.3 click==7.1.2 flask-login==0.5.0 @@ -9,8 +9,8 @@ gunicorn==20.0.4 itsdangerous==1.1.0 jinja2==2.11.2 markupsafe==1.1.1 -pypika==0.38.0 +pypika==0.43.0 sqlalchemy==1.3.18 tortoise-orm==0.16.6 -typing-extensions==3.7.4.2 +typing-extensions==3.7.4.3 werkzeug==1.0.1