mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-15 19:30:47 +08:00
Bump dependencies
This commit is contained in:
2
Pipfile
2
Pipfile
@ -30,7 +30,7 @@ asgi_lifespan = "*"
|
|||||||
uvicorn = "*"
|
uvicorn = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
fastapi = ">=0.54.0,<0.60.0"
|
fastapi = ">=0.54.0,<0.61.0"
|
||||||
passlib = {extras = ["bcrypt"],version = "==1.7.2"}
|
passlib = {extras = ["bcrypt"],version = "==1.7.2"}
|
||||||
email-validator = ">=1.1.0,<1.2"
|
email-validator = ">=1.1.0,<1.2"
|
||||||
sqlalchemy = ">=1.3.13,<1.4"
|
sqlalchemy = ">=1.3.13,<1.4"
|
||||||
|
14
Pipfile.lock
generated
14
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "559f38dbf88edbcf1e618f3f3813dafc210ecb70bbc13d802d8bed2d2ae13024"
|
"sha256": "ddfc801f6ab83866e3124bc532e4499ad48c8ac0c82276f50d108775a1cec995"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
@ -106,11 +106,11 @@
|
|||||||
},
|
},
|
||||||
"fastapi": {
|
"fastapi": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:50b58aa3e7d5bcb4a4404ac7e550cc53f0cf7ca0fd13c7fd515693dc23c9caef",
|
"sha256:0676191f7822da4499783c22a2355d0d25442b62a47273de518e8ea51567a12b",
|
||||||
"sha256:c04dacd3deed0fd0ffdcdb116b5a04ffa257656885be7fae7234f4f62ec4a0a9"
|
"sha256:89eb70159b211a4d3861acfb238d066f6660b6435ec99650bbea2f8ef02526fa"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==0.59.0"
|
"version": "==0.60.0"
|
||||||
},
|
},
|
||||||
"idna": {
|
"idna": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -548,11 +548,11 @@
|
|||||||
},
|
},
|
||||||
"hstspreload": {
|
"hstspreload": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:0f7dc3e7c555901cbf2a7022ee677ce95c806bd99fa30a4f8b8b2fc2a3246fba",
|
"sha256:83b9bb1c3f8587a21a7b0b513497516893e598f8314416fdf7bb9d7e1f48e9c7",
|
||||||
"sha256:c4b071eccb096117fbcdecbcebfabb5af6a6148af2544098f062e43ffccf960f"
|
"sha256:c9c89b3ef77ed39d8f2725fdf74114bf8f95a640756d8493a4f25a27d3efb84c"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==2020.7.17"
|
"version": "==2020.7.21"
|
||||||
},
|
},
|
||||||
"httpcore": {
|
"httpcore": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -21,7 +21,7 @@ classifiers = [
|
|||||||
description-file = "README.md"
|
description-file = "README.md"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
requires = [
|
requires = [
|
||||||
"fastapi >=0.54.0,<0.60.0",
|
"fastapi >=0.54.0,<0.61.0",
|
||||||
"passlib[bcrypt] ==1.7.2",
|
"passlib[bcrypt] ==1.7.2",
|
||||||
"email-validator >=1.1.0,<1.2",
|
"email-validator >=1.1.0,<1.2",
|
||||||
"pyjwt ==1.7.1",
|
"pyjwt ==1.7.1",
|
||||||
|
Reference in New Issue
Block a user