From f58be60e20307f271da8332023fb416435ee0a99 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 Jul 2023 15:15:04 +0200 Subject: [PATCH] Update aiohttp from 3.7.4.post0 to 3.8.5 --- Pipfile | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/Pipfile b/Pipfile index 5820f204..4f2cffa3 100644 --- a/Pipfile +++ b/Pipfile @@ -4,27 +4,23 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] +Pygments = "*" +black = "== 22.6.0" codecov = "==2.1.13" coverage = "==7.2.7" +dill = "==0.3.3" +docker = "==5.0.0" flake8 = "==3.9.0" -flake8-formatter-abspath = "==1.0.1" flake8-black = "== 0.3.3" +flake8-formatter-abspath = "==1.0.1" flake8-isort = "== 4.1.1" -black = "== 22.6.0" isort = "== 5.10.1" -docker = '==5.0.0' -moto = {extras = ["server","s3","sqs","lambda","dynamodb","cloudformation", "sns", "batch", "ec2", "rds"],version = "~=4.0.0"} pytest = "==6.2.4" -pytest-cov = "==4.1.0" pytest-asyncio = "==0.14.0" +pytest-cov = "==4.1.0" pytest-xdist = "==2.2.1" - -# this is needed for test_patches -dill = "==0.3.3" - -# this is needed when running setup.py check -rms -Pygments = "*" +moto = {extras = ["server", "s3", "sqs", "lambda", "dynamodb", "cloudformation", "sns", "batch", "ec2", "rds"],version = "~=4.0.0"} [packages] -aiohttp = "==3.7.4.post0" +aiohttp = "==3.8.5" aiobotocore = {editable = true,extras = ["awscli", "boto3"],path = "."}