Bump aiohttp from 3.8.4 to 3.8.5
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		@@ -1,3 +1,3 @@
 | 
			
		||||
aiohttp==3.8.4
 | 
			
		||||
aiohttp==3.8.5
 | 
			
		||||
yarl==1.8.2
 | 
			
		||||
typing-extensions==4.7.1
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@@ -21,7 +21,7 @@ setup(
 | 
			
		||||
    packages=find_packages(),
 | 
			
		||||
    include_package_data=True,
 | 
			
		||||
    python_requires=">=3.10",
 | 
			
		||||
    install_requires=["aiohttp==3.8.4", "typing-extensions==4.7.1"],
 | 
			
		||||
    install_requires=["aiohttp==3.8.5", "typing-extensions==4.7.1"],
 | 
			
		||||
    classifiers=[
 | 
			
		||||
        "Development Status :: 4 - Beta",
 | 
			
		||||
        "Environment :: Console",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user