Consensys / pythx

A Python library for the MythX smart contract security analysis platform
MIT License
33 stars 12 forks source link

Pin mythx-models to latest version 1.9.0 #151

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR pins mythx-models to the latest release 1.9.0.

Changelog ### 1.5.1 ``` ------------------ - Fix bug where new API field would raise a TypeError - Update :code:`pytest` to 5.2.2 - Update :code:`sphinx` to 2.2.1 ``` ### 1.5.0 ``` ------------------ - Added support to group_id in models - Update :code:`pytest` to 5.2.1 - Update :code:`pytest-cov` to 2.8.1 ``` ### 1.4.1 ``` ------------------ - Add fix for edge case where decoded locations are empty but still given ``` ### 1.4.0 ``` ------------------ - Update pytest from 5.1.2 to 5.2.0 - Add support for decoded locations ``` ### 1.3.4 ``` -------------------------- - Lift :code:`jsonschema` dependency even more for broad support ``` ### 1.3.3 ``` ------------------ - Update twine from 1.13.0 to 1.14.0 - Take over :code:`jsonschema` dependency to support web3py ``` ### 1.3.2 ``` ------------------ - Update pytest from 5.1.1 to 5.1.2 - Add models to fetch analysis input data ``` ### 1.3.1 ``` ------------------ - Add info field to analysis status model ``` ### 1.3.0 ``` ------------------ - Allow null values in submission request and issues response models ``` ### 1.2.0 ``` ------------------ - Added models for source map representation (including source map decompression) ``` ### 1.1.0 ``` ------------------ - Removed the minimum size limit for a detected issue report list - Added an :code:`as_list` option to the detected issue response model to support non-object input ``` ### 1.0.0 ``` ------------------ - Added all models originally in PythX - Extended models with :code:`BaseModel` class - Make issue reports and various submodels JSON serializable - Added documentation to readthedocs.io - Added CI with Travis - Added coverage metrics with codecov - Added packaging pipeline to PyPI ```
Links - PyPI: https://pypi.org/project/mythx-models - Changelog: https://pyup.io/changelogs/mythx-models/ - Repo: https://github.com/dmuhs/mythx-models