mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Bump sqlalchemy from 1.3.13 to 1.3.14 (#125)
* 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] <support@dependabot.com> * 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 <fvoron@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8accc35e6c
commit
9281962c2e
2
Pipfile
2
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"
|
||||
|
||||
18
Pipfile.lock
generated
18
Pipfile.lock
generated
@@ -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": [
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user