Merge pull request #123 from redis/dependabot/pip/pytest-7.0.0
Bump pytest from 6.2.5 to 7.0.0
This commit is contained in:
		
						commit
						675138d0a5
					
				
					 2 changed files with 7 additions and 7 deletions
				
			
		
							
								
								
									
										12
									
								
								poetry.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										12
									
								
								poetry.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -784,7 +784,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "pytest"
 | 
					name = "pytest"
 | 
				
			||||||
version = "6.2.5"
 | 
					version = "7.0.0"
 | 
				
			||||||
description = "pytest: simple powerful testing with Python"
 | 
					description = "pytest: simple powerful testing with Python"
 | 
				
			||||||
category = "dev"
 | 
					category = "dev"
 | 
				
			||||||
optional = false
 | 
					optional = false
 | 
				
			||||||
| 
						 | 
					@ -799,10 +799,10 @@ iniconfig = "*"
 | 
				
			||||||
packaging = "*"
 | 
					packaging = "*"
 | 
				
			||||||
pluggy = ">=0.12,<2.0"
 | 
					pluggy = ">=0.12,<2.0"
 | 
				
			||||||
py = ">=1.8.2"
 | 
					py = ">=1.8.2"
 | 
				
			||||||
toml = "*"
 | 
					tomli = ">=1.0.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[package.extras]
 | 
					[package.extras]
 | 
				
			||||||
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
 | 
					testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "pytest-asyncio"
 | 
					name = "pytest-asyncio"
 | 
				
			||||||
| 
						 | 
					@ -1221,7 +1221,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 = "c29d7bb209726237e181446d8b65590a36c067063148895e3631b3e9edaecd49"
 | 
					content-hash = "b0a2d6d4cb15e161988bc22c1870759c8f7d8ab1654adf3bb65ae4bc8a59bc42"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[metadata.files]
 | 
					[metadata.files]
 | 
				
			||||||
aioredis = [
 | 
					aioredis = [
 | 
				
			||||||
| 
						 | 
					@ -1727,8 +1727,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-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"},
 | 
					    {file = "pytest-7.0.0-py3-none-any.whl", hash = "sha256:42901e6bd4bd4a0e533358a86e848427a49005a3256f657c5c8f8dd35ef137a9"},
 | 
				
			||||||
    {file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"},
 | 
					    {file = "pytest-7.0.0.tar.gz", hash = "sha256:dad48ffda394e5ad9aa3b7d7ddf339ed502e5e365b1350e0af65f4a602344b11"},
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
pytest-asyncio = [
 | 
					pytest-asyncio = [
 | 
				
			||||||
    {file = "pytest-asyncio-0.17.2.tar.gz", hash = "sha256:6d895b02432c028e6957d25fc936494e78c6305736e785d9fee408b1efbc7ff4"},
 | 
					    {file = "pytest-asyncio-0.17.2.tar.gz", hash = "sha256:6d895b02432c028e6957d25fc936494e78c6305736e785d9fee408b1efbc7ff4"},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -39,7 +39,7 @@ hiredis = "^2.0.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.poetry.dev-dependencies]
 | 
					[tool.poetry.dev-dependencies]
 | 
				
			||||||
mypy = "^0.931"
 | 
					mypy = "^0.931"
 | 
				
			||||||
pytest = "^6.2.4"
 | 
					pytest = "^7.0.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