Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Mar 19, 2024
1 parent 07c7c5c commit e369cd0
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
116 changes: 58 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dsmusic"
version = "0.5.9"
version = "0.6.0"
description = "A simple music bot"
license = "MIT"
authors = ["John Toniutti <[email protected]>"]
Expand All @@ -18,13 +18,13 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.12"
discord-py = "^2.3.2"
aiohttp = "^3.9.3"
orjson = "^3.9.14"
aiodns = "^3.1.1"
brotli = "^1.1.0"
mafic = "^2.10.0"
setuptools = "^69.1.0"
discord-py = "^2.3"
aiohttp = "^3.9"
orjson = "^3.9"
aiodns = "^3.1"
brotli = "^1.1"
mafic = "^2.10"
setuptools = "^69"


[build-system]
Expand Down

0 comments on commit e369cd0

Please sign in to comment.