aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-10 04:41:48 +0000
committerGravatar GitHub <[email protected]>2023-10-10 04:41:48 +0000
commit4bae00bec566ff5f9c6cf09319dada4892d86ac9 (patch)
tree7567e7df5898064f1b2db4cf6abbf80dd2dcd946 /pyproject.toml
parentBump rapidfuzz from 3.3.1 to 3.4.0 (#2782) (diff)
Bump aiohttp from 3.8.5 to 3.8.6 (#2783)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 501f17c34..b55d42c28 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.2.0", extras = ["async-rediscache"] }
-aiohttp = "3.8.5"
+aiohttp = "3.8.6"
arrow = "1.3.0"
beautifulsoup4 = "4.12.2"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }