aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-20 16:12:42 +0000
committerGravatar GitHub <[email protected]>2023-07-20 16:12:42 +0000
commit8fbd391c27961e60753ff6ca20dd538e5a828b21 (patch)
treebf15ca08eeba46e4407912cb9390b1d3f83dae3f /pyproject.toml
parentMerge pull request #2678 from python-discord/allow-overwrite-of-paste-url (diff)
Bump aiohttp from 3.8.4 to 3.8.5
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
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 54eff0447..773c2807a 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 = "9.9.2", extras = ["async-rediscache"] }
-aiohttp = "3.8.4"
+aiohttp = "3.8.5"
arrow = "1.2.3"
beautifulsoup4 = "4.12.2"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }