mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-10-30 08:57:33 +08:00 
			
		
		
		
	Update email-validator requirement from <2.3,>=1.1.0 to >=1.1.0,<2.4
Updates the requirements on [email-validator](https://github.com/JoshData/python-email-validator) to permit the latest version. - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/JoshData/python-email-validator/compare/v1.1.0...v2.3.0) --- updated-dependencies: - dependency-name: email-validator dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]
				
			
				
					committed by
					
						 François Voron
						François Voron
					
				
			
			
				
	
			
			
			 François Voron
						François Voron
					
				
			
						parent
						
							c3729da0cf
						
					
				
				
					commit
					68afb3bc6f
				
			| @ -145,7 +145,7 @@ requires-python = ">=3.9" | |||||||
| dependencies = [ | dependencies = [ | ||||||
|     "fastapi >=0.65.2", |     "fastapi >=0.65.2", | ||||||
|     "pwdlib[argon2,bcrypt] ==0.2.1", |     "pwdlib[argon2,bcrypt] ==0.2.1", | ||||||
|     "email-validator >=1.1.0,<2.3", |     "email-validator >=1.1.0,<2.4", | ||||||
|     "pyjwt[crypto] ==2.10.1", |     "pyjwt[crypto] ==2.10.1", | ||||||
|     "python-multipart ==0.0.20", |     "python-multipart ==0.0.20", | ||||||
|     "makefun >=1.11.2,<2.0.0", |     "makefun >=1.11.2,<2.0.0", | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user