diff options
author | 2024-07-24 09:47:45 +0100 | |
---|---|---|
committer | 2024-07-24 09:47:45 +0100 | |
commit | e06e3a3a2e490dc54199cdde4447dc04cf93a6bf (patch) | |
tree | a5dd768b2ee79888e68b1244d9e3198658a8f46f /pyproject.toml | |
parent | Add ff-bot configuration (diff) |
fix(deps): update dependency pydis-core to v11.3.0 (#243)
| datasource | package | from | to |
| ---------- | ---------- | ------ | ------ |
| pypi | pydis-core | 11.2.0 | 11.3.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 b66b3f8..912c8e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis-core = "11.2.0" +pydis-core = "11.3.0" beautifulsoup4 = "4.12.3" pydantic = "2.8.2" |