aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-28 14:04:20 +0000
committerGravatar GitHub <[email protected]>2023-02-28 14:04:20 +0000
commit3047532b1ea7dd2fb44e1fcd5b21e088c54af43a (patch)
treef69b08425c83ec71001ce3efe31ee58684edba63 /pyproject.toml
parentBump alembic from 1.9.3 to 1.9.4 (#39) (diff)
Bump aiohttp from 3.8.3 to 3.8.4 (#38)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> 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 d3e6ac7..7863bb4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ python = "3.10.*"
pydis-core = "9.4.1"
alembic = "1.9.4"
-aiohttp = "3.8.3"
+aiohttp = "3.8.4"
coloredlogs = "15.0.1"
deepmerge = "1.1.0"
gino = "1.0.1"