diff options
| author | 2023-03-02 22:01:42 +0000 | |
|---|---|---|
| committer | 2023-03-02 22:01:42 +0000 | |
| commit | 87b2308f5f34442e98931980883e9309aadc6ff6 (patch) | |
| tree | ad3b7de532fedda03ab27ce5088735a2f1fced84 /pyproject.toml | |
| parent | Merge pull request #42 from shenanigansd/bump-dpy (diff) | |
| parent | bump pydis-core to 9.5.0 (diff) | |
Merge pull request #44 from shtlrs/bump-pydis-core-to-950
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" |