diff options
| author | 2024-01-30 18:51:09 +0000 | |
|---|---|---|
| committer | 2024-01-30 18:51:09 +0000 | |
| commit | fe5a8171eec1ef215077bf0199d839d3c2017386 (patch) | |
| tree | 7c2d2c9764d0c04200f223f9715b77843c0d8fb3 /pyproject.toml | |
| parent | Bump ruff from 0.1.14 to 0.1.15 (#2902) (diff) | |
Bump aiohttp from 3.9.2 to 3.9.3 (#2903)
Co-authored-by: dependabot[bot] <49699333+dependabot[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 83cff19f8..30b51dbf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. pydis_core = { version = "10.5.1", extras = ["async-rediscache"] } -aiohttp = "3.9.2" +aiohttp = "3.9.3" arrow = "1.3.0" beautifulsoup4 = "4.12.3" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } |