diff options
| author | 2024-07-27 20:31:23 +0200 | |
|---|---|---|
| committer | 2024-07-27 20:31:23 +0200 | |
| commit | 094c282e3ae89b02ea9525b32a886f39e6789743 (patch) | |
| tree | 4f06492c9d48712c83a8e73950626216dc90b23f /pyproject.toml | |
| parent | Add LDAP native libraries to Dockerfile (diff) | |
| parent | fix(deps): update dependency pydis-core to v11.3.1 (diff) | |
Merge pull request #246 from python-discord/renovate/pydis-core-11.x
fix(deps): update dependency pydis-core to v11.3.1
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 92e611b..465683a 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.3.0" +pydis-core = "11.3.1" beautifulsoup4 = "4.12.3" pydantic = "2.8.2" |