From 9281962c2e0caa34372dcfabc1da5d4ea1d53752 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 08:28:38 +0100 Subject: [PATCH] Bump sqlalchemy from 1.3.13 to 1.3.14 (#125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump sqlalchemy from 1.3.13 to 1.3.14 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.13 to 1.3.14. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Signed-off-by: dependabot-preview[bot] * Make sqlalchemy dep version less restrictive Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: François Voron --- Pipfile | 2 +- Pipfile.lock | 18 +++++++++--------- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Pipfile b/Pipfile index 9728be88..136b5788 100644 --- a/Pipfile +++ b/Pipfile @@ -30,7 +30,7 @@ httpx-oauth = "*" fastapi = ">=0.52.0,<0.53.0" passlib = {extras = ["bcrypt"],version = "==1.7.2"} email-validator = "==1.0.5" -sqlalchemy = "==1.3.13" +sqlalchemy = ">=1.3.13,<1.4" databases = "==0.2.6" pyjwt = "==1.7.1" python-multipart = "==0.0.5" diff --git a/Pipfile.lock b/Pipfile.lock index 8a3b3bd5..b586cbdb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c1df749f071709140e2057748451c5c408b4cace8caa80b5727ed9635271f034" + "sha256": "37754f50909980de9122679b942dba7c5c36cb84fb83ed94f31129317afd8bcf" }, "pipfile-spec": 6, "requires": { @@ -254,10 +254,10 @@ }, "sqlalchemy": { "hashes": [ - "sha256:64a7b71846db6423807e96820993fa12a03b89127d278290ca25c0b11ed7b4fb" + "sha256:b92d2de62e43499d85b1780274d1b562e5159c7996f6f04a9bb46cf681ced45f" ], "index": "pypi", - "version": "==1.3.13" + "version": "==1.3.14" }, "starlette": { "hashes": [ @@ -622,11 +622,11 @@ }, "mkdocs-material": { "hashes": [ - "sha256:586f59943322d6648e381e05e834db9ebce51388b747fc9e6a3e8c810f109baf", - "sha256:ad40811e2e9dbc38324dbb1085007bd9453b01a72a5987c34143e666bf09997d" + "sha256:71342340addef066e21277f419142bbceae17bea6b0fa07d6ba8688a768cab5f", + "sha256:95bb946d95ac4f56f1ff3f54cb0ffdb0b438f7e11bc3b0a6ad89806329119917" ], "index": "pypi", - "version": "==5.0.0b2.post1" + "version": "==5.0.0rc1" }, "more-itertools": { "hashes": [ @@ -720,7 +720,7 @@ "pygments": { "hashes": [ "sha256:647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44", - "sha256:aa931c0bd5daa25c475afadb2147115134cfe501f0656828cbe7cb566c7123bc" + "sha256:ff7a40b4860b727ab48fad6360eb351cc1b33cbf9b15a0f689ca5353e9463324" ], "index": "pypi", "version": "==2.6.1" @@ -856,10 +856,10 @@ }, "sqlalchemy": { "hashes": [ - "sha256:64a7b71846db6423807e96820993fa12a03b89127d278290ca25c0b11ed7b4fb" + "sha256:b92d2de62e43499d85b1780274d1b562e5159c7996f6f04a9bb46cf681ced45f" ], "index": "pypi", - "version": "==1.3.13" + "version": "==1.3.14" }, "toml": { "hashes": [ diff --git a/pyproject.toml b/pyproject.toml index 1f8f1587..d9656f37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ requires = [ [tool.flit.metadata.requires-extra] sqlalchemy = [ - "sqlalchemy ==1.3.13", + "sqlalchemy >=1.3.13,<1.4", "databases ==0.2.6", ] mongodb = [