diff options
| author | 2023-02-28 17:21:08 +0100 | |
|---|---|---|
| committer | 2023-02-28 17:21:08 +0100 | |
| commit | cd91d4c9a3d298795b0b7ca20aa1837006330dfa (patch) | |
| tree | ad3b7de532fedda03ab27ce5088735a2f1fced84 /pyproject.toml | |
| parent | Merge pull request #42 from shenanigansd/bump-dpy (diff) | |
bump pydis-core to 9.5.0
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e1c7162..b287696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.10.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis-core = "9.4.1" +pydis-core = "9.5.0" pydantic = {extras = ["dotenv"], version = "1.10.4"} loguru = "0.6.0" |