Bump boto3 from 1.16.56 to 1.16.60

Bumps [boto3](https://github.com/boto/boto3) from 1.16.56 to 1.16.60.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.16.56...1.16.60)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-26 22:48:40 +00:00 committed by GitHub
parent c6bcf0edf3
commit 5c15e1690d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 502 additions and 171 deletions

View File

@ -4,90 +4,245 @@
#
# pip-compile --no-index --output-file=requirements-tests.txt requirements-tests.in
#
appdirs==1.4.3 # via black
attrs==19.3.0 # via jsonschema, pytest
aws-sam-translator==1.22.0 # via cfn-lint
aws-xray-sdk==2.5.0 # via moto
bandit==1.7.0 # via -r requirements-tests.in
black==20.8b1 # via -r requirements-tests.in
boto3==1.16.56 # via aws-sam-translator, moto
boto==2.49.0 # via moto
botocore==1.19.56 # via aws-xray-sdk, boto3, moto, s3transfer
certifi==2020.12.5 # via requests
cffi==1.14.0 # via cryptography
cfn-lint==0.29.5 # via moto
chardet==3.0.4 # via requests
click==7.1.2 # via black, flask
coverage==5.3.1 # via -r requirements-tests.in
cryptography==3.3.1 # via moto, python-jose, sshpubkeys
decorator==4.4.2 # via networkx
docker==4.2.0 # via moto
ecdsa==0.14.1 # via moto, python-jose, sshpubkeys
factory-boy==3.2.0 # via -r requirements-tests.in
faker==5.6.1 # via -r requirements-tests.in, factory-boy
fakeredis==1.4.5 # via -r requirements-tests.in
flask==1.1.2 # via pytest-flask
freezegun==1.0.0 # via -r requirements-tests.in
future==0.18.2 # via aws-xray-sdk
gitdb==4.0.4 # via gitpython
gitpython==3.1.1 # via bandit
idna==2.9 # via moto, requests
importlib-metadata==1.6.0 # via jsonpickle
iniconfig==1.0.1 # via pytest
itsdangerous==1.1.0 # via flask
jinja2==2.11.2 # via flask, moto
jmespath==0.9.5 # via boto3, botocore
jsondiff==1.1.2 # via moto
jsonpatch==1.25 # via cfn-lint
jsonpickle==1.4 # via aws-xray-sdk
jsonpointer==2.0 # via jsonpatch
jsonschema==3.2.0 # via aws-sam-translator, cfn-lint
markupsafe==1.1.1 # via jinja2, moto
mock==4.0.2 # via moto
more-itertools==8.2.0 # via moto
moto==1.3.16 # via -r requirements-tests.in
mypy-extensions==0.4.3 # via black
networkx==2.4 # via cfn-lint
nose==1.3.7 # via -r requirements-tests.in
packaging==20.3 # via pytest
pathspec==0.8.0 # via black
pbr==5.4.5 # via stevedore
pluggy==0.13.1 # via pytest
py==1.9.0 # via pytest
pyasn1==0.4.8 # via python-jose, rsa
pycparser==2.20 # via cffi
pyflakes==2.2.0 # via -r requirements-tests.in
pyparsing==2.4.7 # via packaging
pyrsistent==0.16.0 # via jsonschema
pytest-flask==1.1.0 # via -r requirements-tests.in
pytest-mock==3.5.1 # via -r requirements-tests.in
pytest==6.2.1 # via -r requirements-tests.in, pytest-flask, pytest-mock
python-dateutil==2.8.1 # via botocore, faker, freezegun, moto
python-jose[cryptography]==3.1.0 # via moto
pytz==2019.3 # via moto
pyyaml==5.3.1 # via -r requirements-tests.in, bandit, cfn-lint, moto
redis==3.5.3 # via fakeredis
regex==2020.4.4 # via black
requests-mock==1.8.0 # via -r requirements-tests.in
requests==2.25.1 # via docker, moto, requests-mock, responses
responses==0.10.12 # via moto
rsa==4.0 # via python-jose
s3transfer==0.3.3 # via boto3
six==1.15.0 # via aws-sam-translator, bandit, cfn-lint, cryptography, docker, ecdsa, fakeredis, jsonschema, moto, packaging, pyrsistent, python-dateutil, python-jose, requests-mock, responses, stevedore, websocket-client
smmap==3.0.2 # via gitdb
sortedcontainers==2.1.0 # via fakeredis
sshpubkeys==3.1.0 # via moto
stevedore==1.32.0 # via bandit
text-unidecode==1.3 # via faker
toml==0.10.1 # via black, pytest
typed-ast==1.4.1 # via black
typing-extensions==3.7.4.3 # via black
urllib3==1.25.8 # via botocore, requests
websocket-client==0.57.0 # via docker
werkzeug==1.0.1 # via flask, moto, pytest-flask
wrapt==1.12.1 # via aws-xray-sdk
xmltodict==0.12.0 # via moto
zipp==3.1.0 # via importlib-metadata, moto
appdirs==1.4.3
# via black
attrs==19.3.0
# via
# jsonschema
# pytest
aws-sam-translator==1.22.0
# via cfn-lint
aws-xray-sdk==2.5.0
# via moto
bandit==1.7.0
# via -r requirements-tests.in
black==20.8b1
# via -r requirements-tests.in
boto3==1.16.60
# via
# aws-sam-translator
# moto
boto==2.49.0
# via moto
botocore==1.19.60
# via
# aws-xray-sdk
# boto3
# moto
# s3transfer
certifi==2020.12.5
# via requests
cffi==1.14.0
# via cryptography
cfn-lint==0.29.5
# via moto
chardet==3.0.4
# via requests
click==7.1.2
# via
# black
# flask
coverage==5.3.1
# via -r requirements-tests.in
cryptography==3.3.1
# via
# moto
# python-jose
# sshpubkeys
decorator==4.4.2
# via networkx
docker==4.2.0
# via moto
ecdsa==0.14.1
# via
# moto
# python-jose
# sshpubkeys
factory-boy==3.2.0
# via -r requirements-tests.in
faker==5.6.1
# via
# -r requirements-tests.in
# factory-boy
fakeredis==1.4.5
# via -r requirements-tests.in
flask==1.1.2
# via pytest-flask
freezegun==1.0.0
# via -r requirements-tests.in
future==0.18.2
# via aws-xray-sdk
gitdb==4.0.4
# via gitpython
gitpython==3.1.1
# via bandit
idna==2.9
# via
# moto
# requests
importlib-metadata==1.6.0
# via jsonpickle
iniconfig==1.0.1
# via pytest
itsdangerous==1.1.0
# via flask
jinja2==2.11.2
# via
# flask
# moto
jmespath==0.9.5
# via
# boto3
# botocore
jsondiff==1.1.2
# via moto
jsonpatch==1.25
# via cfn-lint
jsonpickle==1.4
# via aws-xray-sdk
jsonpointer==2.0
# via jsonpatch
jsonschema==3.2.0
# via
# aws-sam-translator
# cfn-lint
markupsafe==1.1.1
# via
# jinja2
# moto
mock==4.0.2
# via moto
more-itertools==8.2.0
# via moto
moto==1.3.16
# via -r requirements-tests.in
mypy-extensions==0.4.3
# via black
networkx==2.4
# via cfn-lint
nose==1.3.7
# via -r requirements-tests.in
packaging==20.3
# via pytest
pathspec==0.8.0
# via black
pbr==5.4.5
# via stevedore
pluggy==0.13.1
# via pytest
py==1.9.0
# via pytest
pyasn1==0.4.8
# via
# python-jose
# rsa
pycparser==2.20
# via cffi
pyflakes==2.2.0
# via -r requirements-tests.in
pyparsing==2.4.7
# via packaging
pyrsistent==0.16.0
# via jsonschema
pytest-flask==1.1.0
# via -r requirements-tests.in
pytest-mock==3.5.1
# via -r requirements-tests.in
pytest==6.2.1
# via
# -r requirements-tests.in
# pytest-flask
# pytest-mock
python-dateutil==2.8.1
# via
# botocore
# faker
# freezegun
# moto
python-jose[cryptography]==3.1.0
# via moto
pytz==2019.3
# via moto
pyyaml==5.3.1
# via
# -r requirements-tests.in
# bandit
# cfn-lint
# moto
redis==3.5.3
# via fakeredis
regex==2020.4.4
# via black
requests-mock==1.8.0
# via -r requirements-tests.in
requests==2.25.1
# via
# docker
# moto
# requests-mock
# responses
responses==0.10.12
# via moto
rsa==4.0
# via python-jose
s3transfer==0.3.3
# via boto3
six==1.15.0
# via
# aws-sam-translator
# bandit
# cfn-lint
# cryptography
# docker
# ecdsa
# fakeredis
# jsonschema
# moto
# packaging
# pyrsistent
# python-dateutil
# python-jose
# requests-mock
# responses
# stevedore
# websocket-client
smmap==3.0.2
# via gitdb
sortedcontainers==2.1.0
# via fakeredis
sshpubkeys==3.1.0
# via moto
stevedore==1.32.0
# via bandit
text-unidecode==1.3
# via faker
toml==0.10.1
# via
# black
# pytest
typed-ast==1.4.1
# via black
typing-extensions==3.7.4.3
# via black
urllib3==1.25.8
# via
# botocore
# requests
websocket-client==0.57.0
# via docker
werkzeug==1.0.1
# via
# flask
# moto
# pytest-flask
wrapt==1.12.1
# via aws-xray-sdk
xmltodict==0.12.0
# via moto
zipp==3.1.0
# via
# importlib-metadata
# moto
# The following packages are considered to be unsafe in a requirements file:
# setuptools

View File

@ -4,93 +4,269 @@
#
# pip-compile --no-index --output-file=requirements.txt requirements.in
#
acme==1.11.0 # via -r requirements.in
alembic-autogenerate-enums==0.0.2 # via -r requirements.in
alembic==1.4.2 # via flask-migrate
amqp==2.5.2 # via kombu
aniso8601==8.0.0 # via flask-restful
arrow==0.17.0 # via -r requirements.in
asyncpool==1.0 # via -r requirements.in
bcrypt==3.1.7 # via flask-bcrypt, paramiko
beautifulsoup4==4.9.1 # via cloudflare
billiard==3.6.3.0 # via celery
blinker==1.4 # via flask-mail, flask-principal, raven
boto3==1.16.56 # via -r requirements.in
botocore==1.19.56 # via -r requirements.in, boto3, s3transfer
celery[redis]==4.4.2 # via -r requirements.in
certifi==2020.12.5 # via -r requirements.in, requests
certsrv==2.1.1 # via -r requirements.in
cffi==1.14.0 # via bcrypt, cryptography, pynacl
chardet==3.0.4 # via requests
click==7.1.2 # via flask
cloudflare==2.8.15 # via -r requirements.in
cryptography==3.3.1 # via -r requirements.in, acme, josepy, paramiko, pyopenssl, requests
dnspython3==1.15.0 # via -r requirements.in
dnspython==1.15.0 # via dnspython3
dyn==1.8.1 # via -r requirements.in
flask-bcrypt==0.7.1 # via -r requirements.in
flask-cors==3.0.10 # via -r requirements.in
flask-mail==0.9.1 # via -r requirements.in
flask-migrate==2.5.3 # via -r requirements.in
flask-principal==0.4.0 # via -r requirements.in
flask-replicated==1.4 # via -r requirements.in
flask-restful==0.3.8 # via -r requirements.in
flask-script==2.0.6 # via -r requirements.in
flask-sqlalchemy==2.4.4 # via -r requirements.in, flask-migrate
flask==1.1.2 # via -r requirements.in, flask-bcrypt, flask-cors, flask-mail, flask-migrate, flask-principal, flask-restful, flask-script, flask-sqlalchemy, raven
future==0.18.2 # via -r requirements.in
gunicorn==20.0.4 # via -r requirements.in
hvac==0.10.6 # via -r requirements.in
idna==2.9 # via requests
inflection==0.5.1 # via -r requirements.in
itsdangerous==1.1.0 # via flask
javaobj-py3==0.4.0.1 # via pyjks
jinja2==2.11.2 # via -r requirements.in, flask
jmespath==0.9.5 # via boto3, botocore
josepy==1.3.0 # via acme
jsonlines==1.2.0 # via cloudflare
kombu==4.6.8 # via celery
lockfile==0.12.2 # via -r requirements.in
logmatic-python==0.1.7 # via -r requirements.in
mako==1.1.2 # via alembic
markupsafe==1.1.1 # via jinja2, mako
marshmallow-sqlalchemy==0.23.1 # via -r requirements.in
marshmallow==2.20.4 # via -r requirements.in, marshmallow-sqlalchemy
ndg-httpsclient==0.5.1 # via -r requirements.in
paramiko==2.7.2 # via -r requirements.in
pem==20.1.0 # via -r requirements.in
psycopg2==2.8.6 # via -r requirements.in
pyasn1-modules==0.2.8 # via pyjks, python-ldap
pyasn1==0.4.8 # via ndg-httpsclient, pyasn1-modules, pyjks, python-ldap
pycparser==2.20 # via cffi
pycryptodomex==3.9.7 # via pyjks
pyjks==20.0.0 # via -r requirements.in
pyjwt==1.7.1 # via -r requirements.in
pynacl==1.3.0 # via paramiko
pyopenssl==20.0.1 # via -r requirements.in, acme, josepy, ndg-httpsclient, requests
pyrfc3339==1.1 # via acme
python-dateutil==2.8.1 # via alembic, arrow, botocore
python-editor==1.0.4 # via alembic
python-json-logger==0.1.11 # via logmatic-python
python-ldap==3.3.1 # via -r requirements.in
pytz==2019.3 # via acme, celery, flask-restful, pyrfc3339
pyyaml==5.3.1 # via -r requirements.in, cloudflare
raven[flask]==6.10.0 # via -r requirements.in
redis==3.5.3 # via -r requirements.in, celery
requests-toolbelt==0.9.1 # via acme
requests[security]==2.25.1 # via -r requirements.in, acme, certsrv, cloudflare, hvac, requests-toolbelt
retrying==1.3.3 # via -r requirements.in
s3transfer==0.3.3 # via boto3
six==1.15.0 # via -r requirements.in, acme, bcrypt, cryptography, flask-cors, flask-restful, hvac, josepy, jsonlines, pynacl, pyopenssl, python-dateutil, retrying, sqlalchemy-utils
soupsieve==2.0.1 # via beautifulsoup4
sqlalchemy-utils==0.36.8 # via -r requirements.in
sqlalchemy==1.3.16 # via alembic, flask-sqlalchemy, marshmallow-sqlalchemy, sqlalchemy-utils
tabulate==0.8.7 # via -r requirements.in
twofish==0.3.0 # via pyjks
urllib3==1.25.8 # via botocore, requests
vine==1.3.0 # via amqp, celery
werkzeug==1.0.1 # via flask
xmltodict==0.12.0 # via -r requirements.in
acme==1.11.0
# via -r requirements.in
alembic-autogenerate-enums==0.0.2
# via -r requirements.in
alembic==1.4.2
# via flask-migrate
amqp==2.5.2
# via kombu
aniso8601==8.0.0
# via flask-restful
arrow==0.17.0
# via -r requirements.in
asyncpool==1.0
# via -r requirements.in
bcrypt==3.1.7
# via
# flask-bcrypt
# paramiko
beautifulsoup4==4.9.1
# via cloudflare
billiard==3.6.3.0
# via celery
blinker==1.4
# via
# flask-mail
# flask-principal
# raven
boto3==1.16.60
# via -r requirements.in
botocore==1.19.60
# via
# -r requirements.in
# boto3
# s3transfer
celery[redis]==4.4.2
# via -r requirements.in
certifi==2020.12.5
# via
# -r requirements.in
# requests
certsrv==2.1.1
# via -r requirements.in
cffi==1.14.0
# via
# bcrypt
# cryptography
# pynacl
chardet==3.0.4
# via requests
click==7.1.2
# via flask
cloudflare==2.8.15
# via -r requirements.in
cryptography==3.3.1
# via
# -r requirements.in
# acme
# josepy
# paramiko
# pyopenssl
# requests
dnspython3==1.15.0
# via -r requirements.in
dnspython==1.15.0
# via dnspython3
dyn==1.8.1
# via -r requirements.in
flask-bcrypt==0.7.1
# via -r requirements.in
flask-cors==3.0.10
# via -r requirements.in
flask-mail==0.9.1
# via -r requirements.in
flask-migrate==2.5.3
# via -r requirements.in
flask-principal==0.4.0
# via -r requirements.in
flask-replicated==1.4
# via -r requirements.in
flask-restful==0.3.8
# via -r requirements.in
flask-script==2.0.6
# via -r requirements.in
flask-sqlalchemy==2.4.4
# via
# -r requirements.in
# flask-migrate
flask==1.1.2
# via
# -r requirements.in
# flask-bcrypt
# flask-cors
# flask-mail
# flask-migrate
# flask-principal
# flask-restful
# flask-script
# flask-sqlalchemy
# raven
future==0.18.2
# via -r requirements.in
gunicorn==20.0.4
# via -r requirements.in
hvac==0.10.6
# via -r requirements.in
idna==2.9
# via requests
inflection==0.5.1
# via -r requirements.in
itsdangerous==1.1.0
# via flask
javaobj-py3==0.4.0.1
# via pyjks
jinja2==2.11.2
# via
# -r requirements.in
# flask
jmespath==0.9.5
# via
# boto3
# botocore
josepy==1.3.0
# via acme
jsonlines==1.2.0
# via cloudflare
kombu==4.6.8
# via celery
lockfile==0.12.2
# via -r requirements.in
logmatic-python==0.1.7
# via -r requirements.in
mako==1.1.2
# via alembic
markupsafe==1.1.1
# via
# jinja2
# mako
marshmallow-sqlalchemy==0.23.1
# via -r requirements.in
marshmallow==2.20.4
# via
# -r requirements.in
# marshmallow-sqlalchemy
ndg-httpsclient==0.5.1
# via -r requirements.in
paramiko==2.7.2
# via -r requirements.in
pem==20.1.0
# via -r requirements.in
psycopg2==2.8.6
# via -r requirements.in
pyasn1-modules==0.2.8
# via
# pyjks
# python-ldap
pyasn1==0.4.8
# via
# ndg-httpsclient
# pyasn1-modules
# pyjks
# python-ldap
pycparser==2.20
# via cffi
pycryptodomex==3.9.7
# via pyjks
pyjks==20.0.0
# via -r requirements.in
pyjwt==1.7.1
# via -r requirements.in
pynacl==1.3.0
# via paramiko
pyopenssl==20.0.1
# via
# -r requirements.in
# acme
# josepy
# ndg-httpsclient
# requests
pyrfc3339==1.1
# via acme
python-dateutil==2.8.1
# via
# alembic
# arrow
# botocore
python-editor==1.0.4
# via alembic
python-json-logger==0.1.11
# via logmatic-python
python-ldap==3.3.1
# via -r requirements.in
pytz==2019.3
# via
# acme
# celery
# flask-restful
# pyrfc3339
pyyaml==5.3.1
# via
# -r requirements.in
# cloudflare
raven[flask]==6.10.0
# via -r requirements.in
redis==3.5.3
# via
# -r requirements.in
# celery
requests-toolbelt==0.9.1
# via acme
requests[security]==2.25.1
# via
# -r requirements.in
# acme
# certsrv
# cloudflare
# hvac
# requests-toolbelt
retrying==1.3.3
# via -r requirements.in
s3transfer==0.3.3
# via boto3
six==1.15.0
# via
# -r requirements.in
# acme
# bcrypt
# cryptography
# flask-cors
# flask-restful
# hvac
# josepy
# jsonlines
# pynacl
# pyopenssl
# python-dateutil
# retrying
# sqlalchemy-utils
soupsieve==2.0.1
# via beautifulsoup4
sqlalchemy-utils==0.36.8
# via -r requirements.in
sqlalchemy==1.3.16
# via
# alembic
# flask-sqlalchemy
# marshmallow-sqlalchemy
# sqlalchemy-utils
tabulate==0.8.7
# via -r requirements.in
twofish==0.3.0
# via pyjks
urllib3==1.25.8
# via
# botocore
# requests
vine==1.3.0
# via
# amqp
# celery
werkzeug==1.0.1
# via flask
xmltodict==0.12.0
# via -r requirements.in
# The following packages are considered to be unsafe in a requirements file:
# setuptools