From 802208d2b43c7acd03f36b4a85f483cc957ec296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:21:02 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp) and [pycryptodome](https://github.com/Legrandin/pycryptodome). Updates `aiohttp` from 3.9.3 to 3.9.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.9.3...v3.9.4) Updates `pycryptodome` from 3.19.0 to 3.19.1 - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: pycryptodome dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d01cb91..e651fae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [ dynamic = ["version"] dependencies = [ "aiodns==3.1.1", - "aiohttp==3.9.3", + "aiohttp==3.9.4", "base58==2.1.1", "bitarray==2.8.5", "Events==0.5", @@ -23,7 +23,7 @@ dependencies = [ "neo3crypto==0.4.3", "netaddr>=0.9.0", "orjson>=3.9.10", - "pycryptodome==3.19.0", + "pycryptodome==3.19.1", "pybiginteger==1.3.3", "pybiginteger-stubs==1.3.3", ]