diff --git a/poetry.lock b/poetry.lock index 8422c12..74a0b54 100644 --- a/poetry.lock +++ b/poetry.lock @@ -140,7 +140,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "disnake" -version = "2.5.0" +version = "2.5.1" description = "A Python wrapper for the Discord API" category = "main" optional = false @@ -609,7 +609,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "b2bf381b8cdd3f6dac5453b4744dafa57d6d38739367d29b799c9dfb703628b6" +content-hash = "24fa4b99ad7644608ebd7404f67633a03d8bd58f6c1246fa7a9f7315e25406af" [metadata.files] aiofiles = [ @@ -751,8 +751,8 @@ colorama = [ {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, ] disnake = [ - {file = "disnake-2.5.0-py3-none-any.whl", hash = "sha256:8f64bfda301d4113bc05d2728448b87711e9d962d4428741c55b3018372c4753"}, - {file = "disnake-2.5.0.tar.gz", hash = "sha256:116722e0a69549519cd97526bec54a33530d7c7059a21917b9c66073b2221fcb"}, + {file = "disnake-2.5.1-py3-none-any.whl", hash = "sha256:6ced40c52551408a13df454ab00063edcc30889d517a8e82c2b7fd04f1ce39c1"}, + {file = "disnake-2.5.1.tar.gz", hash = "sha256:3890a6df75db4db8d4a81f0cbcb0051acf3ccbf88dabca3f76f67243c4e42921"}, ] flake8 = [ {file = "flake8-4.0.1-py2.py3-none-any.whl", hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d"}, diff --git a/pyproject.toml b/pyproject.toml index 2c30c4f..561370b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "WTFPL" [tool.poetry.dependencies] python = "^3.8" -disnake = "2.5.0" +disnake = "2.5.1" ics = "0.7" python-dotenv = "0.20.0" quart = "0.17.0"