mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 15:06:42 +00:00 
			
		
		
		
	⬆️ upgrade dependencies (#1413)
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|   "features": { |   "features": { | ||||||
|     "ghcr.io/devcontainers-contrib/features/poetry:1": {} |     "ghcr.io/devcontainers-contrib/features/poetry:1": {} | ||||||
|   }, |   }, | ||||||
|   "postCreateCommand": "poetry install && poetry run pre-commit install && yarn install", |   "postCreateCommand": "poetry config virtualenvs.in-project true && poetry install -E all && poetry run pre-commit install && yarn install", | ||||||
|   "customizations": { |   "customizations": { | ||||||
|     "vscode": { |     "vscode": { | ||||||
|       "settings": { |       "settings": { | ||||||
|   | |||||||
							
								
								
									
										1081
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1081
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -26,25 +26,29 @@ python = "^3.8" | |||||||
| yarl = "^1.7.2" | yarl = "^1.7.2" | ||||||
| loguru = "^0.6.0" | loguru = "^0.6.0" | ||||||
| pygtrie = "^2.4.1" | pygtrie = "^2.4.1" | ||||||
| fastapi = "^0.79.0" | fastapi = "^0.87.0" | ||||||
| tomlkit = ">=0.10.0,<1.0.0" | tomlkit = ">=0.10.0,<1.0.0" | ||||||
| typing-extensions = ">=3.10.0,<5.0.0" | typing-extensions = ">=3.10.0,<5.0.0" | ||||||
| Quart = { version = "^0.17.0", optional = true } | Quart = { version = "^0.18.0", optional = true } | ||||||
| websockets = { version="^10.0", optional = true } | websockets = { version="^10.0", optional = true } | ||||||
| pydantic = { version = "^1.10.0", extras = ["dotenv"] } | pydantic = { version = "^1.10.0", extras = ["dotenv"] } | ||||||
| uvicorn = { version = "^0.18.0", extras = ["standard"] } | uvicorn = { version = "^0.20.0", extras = ["standard"] } | ||||||
| aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true } | aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true } | ||||||
| httpx = { version = ">=0.20.0, <1.0.0", extras = ["http2"], optional = true } | httpx = { version = ">=0.20.0, <1.0.0", extras = ["http2"], optional = true } | ||||||
|  |  | ||||||
| [tool.poetry.dev-dependencies] | [tool.poetry.group.dev.dependencies] | ||||||
| isort = "^5.10.1" | isort = "^5.10.1" | ||||||
| black = "^22.1.0" | black = "^22.1.0" | ||||||
| nonemoji = "^0.1.2" | nonemoji = "^0.1.2" | ||||||
| pytest-cov = "^3.0.0" |  | ||||||
| pre-commit = "^2.16.0" | pre-commit = "^2.16.0" | ||||||
| pytest-xdist = "^2.5.0" |  | ||||||
| pytest-asyncio = "^0.19.0" | [tool.poetry.group.test.dependencies] | ||||||
|  | pytest-cov = "^4.0.0" | ||||||
|  | pytest-xdist = "^3.0.2" | ||||||
|  | pytest-asyncio = "^0.20.0" | ||||||
| nonebug = { git = "https://github.com/nonebot/nonebug.git" } | nonebug = { git = "https://github.com/nonebot/nonebug.git" } | ||||||
|  |  | ||||||
|  | [tool.poetry.group.docs.dependencies] | ||||||
| nb-autodoc = { git = "https://github.com/nonebot/nb-autodoc.git" } | nb-autodoc = { git = "https://github.com/nonebot/nb-autodoc.git" } | ||||||
|  |  | ||||||
| [tool.poetry.extras] | [tool.poetry.extras] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user