diff options
author | 2023-12-01 14:55:42 -0800 | |
---|---|---|
committer | 2023-12-01 14:55:42 -0800 | |
commit | f6532a97dff1a250718e77cd7d30d07607ec3c3d (patch) | |
tree | b6ffd353f327c74b72f12b21c5134f2469f24248 /pyproject.toml | |
parent | Bump sentry-sdk from 1.37.1 to 1.38.0 (#2830) (diff) |
Bump aiohttp from 3.9.0 to 3.9.1 (#2829)
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 3e9e96e24..0d24fb5a1 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.4.0", extras = ["async-rediscache"] } -aiohttp = "3.9.0" +aiohttp = "3.9.1" arrow = "1.3.0" beautifulsoup4 = "4.12.2" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } |