diff --git a/projects/DML/poetry.lock b/projects/DML/poetry.lock index 43b6304a4..49d9e9369 100644 --- a/projects/DML/poetry.lock +++ b/projects/DML/poetry.lock @@ -248,13 +248,13 @@ files = [ [[package]] name = "disnake" -version = "2.9.0" +version = "2.9.1" description = "A Python wrapper for the Discord API" optional = false python-versions = ">=3.8" files = [ - {file = "disnake-2.9.0-py3-none-any.whl", hash = "sha256:0dcc1c4e4194e665254ad5533fc78563664ad267261489f6b4fa8e9ea8fcdc79"}, - {file = "disnake-2.9.0.tar.gz", hash = "sha256:9f237ea833d48b7470f6af49b352d744c81668c18fc6e5bb25c662560e33fac7"}, + {file = "disnake-2.9.1-py3-none-any.whl", hash = "sha256:d2c772f4275ef3cd06775b32d3ffe97271d0df239f37880940a9ec73aa3739f6"}, + {file = "disnake-2.9.1.tar.gz", hash = "sha256:b6b33ba95c9d220f64fb17413d0c0ffd89708dc30510e9900a1d9990b69b929f"}, ] [package.dependencies] @@ -569,4 +569,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.0" -content-hash = "9443871284bb1a214c3ed4fa0b1187073a93cd85f841af06230c2842f73c6755" +content-hash = "4fd7b192a4fbbf0abb17a364fb25c1afc070a19680ffe84117ac30b51acccc27" diff --git a/projects/DML/pyproject.toml b/projects/DML/pyproject.toml index 72c512530..012b3ff16 100644 --- a/projects/DML/pyproject.toml +++ b/projects/DML/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.12.0" -disnake = "2.9.0" +disnake = "2.9.1" tomli = "2.0.1" requests = "2.31.0"