mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Bump email-validator from 1.0.4 to 1.0.5 (#23)
* Bump email-validator from 1.0.4 to 1.0.5 Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Commits](https://github.com/JoshData/python-email-validator/compare/v1.0.4...v1.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump email-validator to 1.0.5 in pyproject.toml
This commit is contained in:
committed by
François Voron
parent
636dd86987
commit
3719a52549
2
Pipfile
2
Pipfile
@@ -28,7 +28,7 @@ bumpversion = "*"
|
||||
[packages]
|
||||
fastapi = "==0.42.0"
|
||||
passlib = {extras = ["bcrypt"],version = "==1.7.1"}
|
||||
email-validator = "==1.0.4"
|
||||
email-validator = "==1.0.5"
|
||||
sqlalchemy = "==1.3.10"
|
||||
databases = "==0.2.5"
|
||||
pyjwt = "==1.7.1"
|
||||
|
||||
6
Pipfile.lock
generated
6
Pipfile.lock
generated
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "8a73a905540f241084c5015721cc190f76864c21bcc0568441ee28baca4edc9a"
|
||||
"sha256": "91f160a7c296aed283da008704715c542e10164b461da5e0c6a930d131382046"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
@@ -90,10 +90,10 @@
|
||||
},
|
||||
"email-validator": {
|
||||
"hashes": [
|
||||
"sha256:79966e318d6d68fed359c90f8f19d242bcc178b724011f1c07145bd093da6cc7"
|
||||
"sha256:e3e6ede1765d7c1e580d2050d834b2689361f7da2d50ce74df6a5968fca7cb13"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==1.0.4"
|
||||
"version": "==1.0.5"
|
||||
},
|
||||
"fastapi": {
|
||||
"hashes": [
|
||||
|
||||
@@ -24,7 +24,7 @@ requires-python = ">=3.7"
|
||||
requires = [
|
||||
"fastapi ==0.42.0",
|
||||
"passlib[bcrypt] ==1.7.1",
|
||||
"email-validator ==1.0.4",
|
||||
"email-validator ==1.0.5",
|
||||
"sqlalchemy ==1.3.10",
|
||||
"databases ==0.2.5",
|
||||
"pyjwt ==1.7.1",
|
||||
|
||||
Reference in New Issue
Block a user