Update dependencies
This commit is contained in:
parent
f4f56478d6
commit
8fb4fa5295
2 changed files with 4 additions and 4 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -104,7 +104,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|||
|
||||
[[package]]
|
||||
name = "discord.py"
|
||||
version = "2.0.0a3987+gb7b99237"
|
||||
version = "2.0.0a3989+ge5153780"
|
||||
description = "A Python wrapper for the Discord API"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -124,7 +124,7 @@ voice = ["PyNaCl (>=1.3.0,<1.6)"]
|
|||
type = "git"
|
||||
url = "https://github.com/Rapptz/discord.py"
|
||||
reference = "HEAD"
|
||||
resolved_reference = "b7b992375d6e9338ae93c4383c6abfb9b8a0fa64"
|
||||
resolved_reference = "e515378076c64c5ab2f3a06237f2362ac8556290"
|
||||
|
||||
[[package]]
|
||||
name = "flake8"
|
||||
|
|
|
@ -8,9 +8,9 @@ packages = [{ include = "bot" }]
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
"discord.py" = { git = "https://github.com/Rapptz/discord.py" }
|
||||
python-dotenv = "^0.20.0"
|
||||
discord = { git = "https://github.com/Rapptz/discord.py" }
|
||||
aiohttp = "^3.8.1"
|
||||
python-dotenv = "^0.20.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
flake8 = "^4.0.1"
|
||||
|
|
Loading…
Reference in a new issue