소스 검색

Merge pull request #471 from exo-explore/dependabot/pip/aiohttp-3.10.11

Bump aiohttp from 3.10.2 to 3.10.11
Alex Cheema 8 달 전
부모
커밋
a018de7edd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -5,7 +5,7 @@ from setuptools import find_packages, setup
 
 # Base requirements for all platforms
 install_requires = [
-  "aiohttp==3.10.2",
+  "aiohttp==3.10.11",
   "aiohttp_cors==0.7.0",
   "aiofiles==24.1.0",
   "grpcio==1.64.1",