diff options
author | 2024-07-26 19:38:44 +0000 | |
---|---|---|
committer | 2024-07-26 19:38:44 +0000 | |
commit | daa057e77991a50fddec5db8be4ec2c64accab68 (patch) | |
tree | 4f06492c9d48712c83a8e73950626216dc90b23f /pyproject.toml | |
parent | Add LDAP native libraries to Dockerfile (diff) |
fix(deps): update dependency pydis-core to v11.3.1
| datasource | package | from | to |
| ---------- | ---------- | ------ | ------ |
| pypi | pydis-core | 11.3.0 | 11.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" |