Skip to content

Commit

Permalink
bump botocore dependency specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed May 16, 2024
1 parent 0b70155 commit 2b30f2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ coverage==7.2.7
docker~=6.1.3
moto[server,s3,sqs,lambda,dynamodb,cloudformation,sns,batch,ec2,rds]~=4.2.9
pre-commit~=3.5.0
pytest==7.4.0
pytest-cov==4.1.0
pytest==8.1.1
pytest-cov==5.0.0
pytest-asyncio~=0.21.1
pytest-xdist==3.3.1
pytest-xdist==3.5.0
setuptools==67.8.0;python_version>="3.12"

# this is needed for test_patches
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
# NOTE: When updating botocore make sure to update awscli/boto3 versions below
install_requires = [
# pegged to also match items in `extras_require`
'botocore>=1.34.70,<1.34.76',
'botocore>=1.34.70,<1.34.77',
'aiohttp>=3.7.4.post0,<4.0.0',
'wrapt>=1.10.10, <2.0.0',
'aioitertools>=0.5.1,<1.0.0',
]

extras_require = {
'awscli': ['awscli>=1.32.70,<1.32.76'],
'boto3': ['boto3>=1.34.70,<1.34.76'],
'awscli': ['awscli>=1.32.70,<1.32.77'],
'boto3': ['boto3>=1.34.70,<1.34.77'],
}


Expand Down

0 comments on commit 2b30f2c

Please sign in to comment.