mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Bump sqlalchemy from 1.3.11 to 1.3.12 (#76)
* Bump sqlalchemy from 1.3.11 to 1.3.12 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.11 to 1.3.12. - [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> * Bump sqlalchemy from 1.3.11 to 1.3.12 [pyproject]
This commit is contained in:
committed by
François Voron
parent
7bc7ccfa09
commit
bdfef36866
2
Pipfile
2
Pipfile
@@ -29,7 +29,7 @@ bumpversion = "*"
|
||||
fastapi = "==0.45.0"
|
||||
passlib = {extras = ["bcrypt"],version = "==1.7.2"}
|
||||
email-validator = "==1.0.5"
|
||||
sqlalchemy = "==1.3.11"
|
||||
sqlalchemy = "==1.3.12"
|
||||
databases = "==0.2.6"
|
||||
pyjwt = "==1.7.1"
|
||||
python-multipart = "==0.0.5"
|
||||
|
||||
10
Pipfile.lock
generated
10
Pipfile.lock
generated
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "83fad9e228b2c82c08ace5232ce6c93067036fa8e06045a8f4c037133b38ec5a"
|
||||
"sha256": "839c1c1728ea70dc7d6a62933964a6f149c4dc78fc14d7d6057f183c2494582a"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
@@ -258,10 +258,10 @@
|
||||
},
|
||||
"sqlalchemy": {
|
||||
"hashes": [
|
||||
"sha256:afa5541e9dea8ad0014251bc9d56171ca3d8b130c9627c6cb3681cff30be3f8a"
|
||||
"sha256:bfb8f464a5000b567ac1d350b9090cf081180ec1ab4aa87e7bca12dab25320ec"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==1.3.11"
|
||||
"version": "==1.3.12"
|
||||
},
|
||||
"starlette": {
|
||||
"hashes": [
|
||||
@@ -780,10 +780,10 @@
|
||||
},
|
||||
"sqlalchemy": {
|
||||
"hashes": [
|
||||
"sha256:afa5541e9dea8ad0014251bc9d56171ca3d8b130c9627c6cb3681cff30be3f8a"
|
||||
"sha256:bfb8f464a5000b567ac1d350b9090cf081180ec1ab4aa87e7bca12dab25320ec"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==1.3.11"
|
||||
"version": "==1.3.12"
|
||||
},
|
||||
"toml": {
|
||||
"hashes": [
|
||||
|
||||
@@ -30,7 +30,7 @@ requires = [
|
||||
|
||||
[tool.flit.metadata.requires-extra]
|
||||
sqlalchemy = [
|
||||
"sqlalchemy ==1.3.11",
|
||||
"sqlalchemy ==1.3.12",
|
||||
"databases ==0.2.6",
|
||||
]
|
||||
mongodb = [
|
||||
|
||||
Reference in New Issue
Block a user