Bump email-validator from 1.2.1 to 1.3.0 (#380)
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.2.1 to 1.3.0. - [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.2.1...v1.3.0) --- updated-dependencies: - dependency-name: email-validator dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									f6ed168819
								
							
						
					
					
						commit
						660db8f8f5
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										10
									
								
								poetry.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								poetry.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -282,8 +282,8 @@ python-versions = ">=3.7"
 | 
			
		|||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "email-validator"
 | 
			
		||||
version = "1.2.1"
 | 
			
		||||
description = "A robust email syntax and deliverability validation library."
 | 
			
		||||
version = "1.3.0"
 | 
			
		||||
description = "A robust email address syntax and deliverability validation library."
 | 
			
		||||
category = "dev"
 | 
			
		||||
optional = false
 | 
			
		||||
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
 | 
			
		||||
| 
						 | 
				
			
			@ -1183,7 +1183,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
 | 
			
		|||
[metadata]
 | 
			
		||||
lock-version = "1.1"
 | 
			
		||||
python-versions = "^3.7,<=3.11"
 | 
			
		||||
content-hash = "7b5936da1607562ae189811421d1b45ca8d5724fa86a9c5a9ddbc0df853098b1"
 | 
			
		||||
content-hash = "16fdaba37a09600081635a3345a0ecedc60996e80b9b49e51d1898eff98cc6c6"
 | 
			
		||||
 | 
			
		||||
[metadata.files]
 | 
			
		||||
aioredis = [
 | 
			
		||||
| 
						 | 
				
			
			@ -1430,8 +1430,8 @@ docutils = [
 | 
			
		|||
    {file = "docutils-0.19.tar.gz", hash = "sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"},
 | 
			
		||||
]
 | 
			
		||||
email-validator = [
 | 
			
		||||
    {file = "email_validator-1.2.1-py2.py3-none-any.whl", hash = "sha256:c8589e691cf73eb99eed8d10ce0e9cbb05a0886ba920c8bcb7c82873f4c5789c"},
 | 
			
		||||
    {file = "email_validator-1.2.1.tar.gz", hash = "sha256:6757aea012d40516357c0ac2b1a4c31219ab2f899d26831334c5d069e8b6c3d8"},
 | 
			
		||||
    {file = "email_validator-1.3.0-py2.py3-none-any.whl", hash = "sha256:816073f2a7cffef786b29928f58ec16cdac42710a53bb18aa94317e3e145ec5c"},
 | 
			
		||||
    {file = "email_validator-1.3.0.tar.gz", hash = "sha256:553a66f8be2ec2dea641ae1d3f29017ab89e9d603d4a25cdaac39eefa283d769"},
 | 
			
		||||
]
 | 
			
		||||
execnet = [
 | 
			
		||||
    {file = "execnet-1.9.0-py2.py3-none-any.whl", hash = "sha256:a295f7cc774947aac58dde7fdc85f4aa00c42adf5d8f5468fc630c1acf30a142"},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -61,7 +61,7 @@ pytest-xdist = "^2.5.0"
 | 
			
		|||
unasync = "^0.5.0"
 | 
			
		||||
pytest-asyncio = "^0.19.0"
 | 
			
		||||
twine = "^4.0.1"
 | 
			
		||||
email-validator = "^1.2.1"
 | 
			
		||||
email-validator = "^1.3.0"
 | 
			
		||||
tox = "^3.26.0"
 | 
			
		||||
tox-pyenv = "^1.1.0"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue