mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-15 19:30:47 +08:00
Bump tortoise-orm from 0.15.18 to 0.16.0 (#133)
* Bump tortoise-orm from 0.15.18 to 0.16.0 Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.15.18 to 0.16.0. - [Release notes](https://github.com/tortoise/tortoise-orm/releases) - [Changelog](https://github.com/tortoise/tortoise-orm/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/tortoise/tortoise-orm/compare/0.15.18...0.16.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump tortoise-orm in pyproject 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:
![27856297+dependabot-preview[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
8987df456a
commit
9c23c7cc49
2
Pipfile
2
Pipfile
@ -35,7 +35,7 @@ databases = "==0.2.6"
|
||||
pyjwt = "==1.7.1"
|
||||
python-multipart = "==0.0.5"
|
||||
motor = "==2.1.0"
|
||||
tortoise-orm = ">=0.15.18,<0.16.0"
|
||||
tortoise-orm = ">=0.15.18,<0.17.0"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
|
6
Pipfile.lock
generated
6
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "37754f50909980de9122679b942dba7c5c36cb84fb83ed94f31129317afd8bcf"
|
||||
"sha256": "d02d18c4329aeaa0a563c7247b565df65bc0ec864502cb2b84c4bbb472557228"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
@ -268,10 +268,10 @@
|
||||
},
|
||||
"tortoise-orm": {
|
||||
"hashes": [
|
||||
"sha256:65e9dcf0f333bbbe74c67049fb1b4e181f1aaedc28116ef6253b7e0555c73bcf"
|
||||
"sha256:23ed1a2daa5b053d36cbd12289965a9b5e890a805ca8c40c76df8638aa1c1ef0"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==0.15.18"
|
||||
"version": "==0.16.0"
|
||||
},
|
||||
"typing-extensions": {
|
||||
"hashes": [
|
||||
|
@ -37,7 +37,7 @@ mongodb = [
|
||||
"motor ==2.1.0",
|
||||
]
|
||||
tortoise-orm = [
|
||||
"tortoise-orm >=0.15.18,<0.16.0"
|
||||
"tortoise-orm >=0.16.0,<0.17.0"
|
||||
]
|
||||
oauth = [
|
||||
"httpx-oauth >0.2,<0.3"
|
||||
|
Reference in New Issue
Block a user