Skip to content

Commit

Permalink
Update aiohttp from 3.7.4.post0 to 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Jul 31, 2023
1 parent cf557f5 commit f58be60
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "."}

0 comments on commit f58be60

Please sign in to comment.