Merge pull request #151 from redis/dependabot/pip/pytest-7.1.0
Bump pytest from 7.0.1 to 7.1.0
This commit is contained in:
		
						commit
						ad3f90da8f
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										10
									
								
								poetry.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								poetry.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -784,11 +784,11 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "pytest"
 | 
					name = "pytest"
 | 
				
			||||||
version = "7.0.1"
 | 
					version = "7.1.0"
 | 
				
			||||||
description = "pytest: simple powerful testing with Python"
 | 
					description = "pytest: simple powerful testing with Python"
 | 
				
			||||||
category = "dev"
 | 
					category = "dev"
 | 
				
			||||||
optional = false
 | 
					optional = false
 | 
				
			||||||
python-versions = ">=3.6"
 | 
					python-versions = ">=3.7"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[package.dependencies]
 | 
					[package.dependencies]
 | 
				
			||||||
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
 | 
					atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
 | 
				
			||||||
| 
						 | 
					@ -1224,7 +1224,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
 | 
				
			||||||
[metadata]
 | 
					[metadata]
 | 
				
			||||||
lock-version = "1.1"
 | 
					lock-version = "1.1"
 | 
				
			||||||
python-versions = "^3.7"
 | 
					python-versions = "^3.7"
 | 
				
			||||||
content-hash = "3b5baee21dd0f8730f462ac828a0d48c6c108a389d347d76c5ac67f2ab3b31a1"
 | 
					content-hash = "fd151166bc21273c3734ec7b3cd9039a41f0781cdbe67caade0a31264926497d"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[metadata.files]
 | 
					[metadata.files]
 | 
				
			||||||
aioredis = [
 | 
					aioredis = [
 | 
				
			||||||
| 
						 | 
					@ -1730,8 +1730,8 @@ pyparsing = [
 | 
				
			||||||
    {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
 | 
					    {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
pytest = [
 | 
					pytest = [
 | 
				
			||||||
    {file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"},
 | 
					    {file = "pytest-7.1.0-py3-none-any.whl", hash = "sha256:b555252a95bbb2a37a97b5ac2eb050c436f7989993565f5e0c9128fcaacadd0e"},
 | 
				
			||||||
    {file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"},
 | 
					    {file = "pytest-7.1.0.tar.gz", hash = "sha256:f1089d218cfcc63a212c42896f1b7fbf096874d045e1988186861a1a87d27b47"},
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
pytest-asyncio = [
 | 
					pytest-asyncio = [
 | 
				
			||||||
    {file = "pytest-asyncio-0.18.2.tar.gz", hash = "sha256:fc8e4190f33fee7797cc7f1829f46a82c213f088af5d1bb5d4e454fe87e6cdc2"},
 | 
					    {file = "pytest-asyncio-0.18.2.tar.gz", hash = "sha256:fc8e4190f33fee7797cc7f1829f46a82c213f088af5d1bb5d4e454fe87e6cdc2"},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -39,7 +39,7 @@ hiredis = "^2.0.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.poetry.dev-dependencies]
 | 
					[tool.poetry.dev-dependencies]
 | 
				
			||||||
mypy = "^0.931"
 | 
					mypy = "^0.931"
 | 
				
			||||||
pytest = "^7.0.1"
 | 
					pytest = "^7.1.0"
 | 
				
			||||||
ipdb = "^0.13.9"
 | 
					ipdb = "^0.13.9"
 | 
				
			||||||
pylint = "^2.12.2"
 | 
					pylint = "^2.12.2"
 | 
				
			||||||
black = "^22.1"
 | 
					black = "^22.1"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue