xnuinside / simple-ddl-parser

Simple DDL Parser to parse SQL (HQL, TSQL, AWS Redshift, BigQuery, Snowflake and other dialects) ddl files to json/python dict with full information about columns: types, defaults, primary keys, etc. & table properties, types, domains, etc.
MIT License
179 stars 40 forks source link

Update m2r requirement from ^0.2.1 to ^0.3.1 #174

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on m2r to permit the latest version.

Changelog

Sourced from m2r's changelog.

Version 0.3.0

  • Drop support for Python 2.7, 3.4, 3.5, and 3.6
  • Add compatibility with docutils 0.19
  • Sync up assertion with changes in argparse
  • Limit mistune dependency version range

Version 0.2.1 (2018-10-12)

  • Add --disable-inline-math and m2r_disable_inline_math sphinx option

Version 0.2.0 (2018-08-13)

  • Add start-line and end-line option to mdinclude directive
  • Add anonymous_references option (#26)

Version 0.1.15 (2018-06-30)

  • Support Sphinx's doc/ref directives for relative links (#16)

Version 0.1.14 (2018-03-22)

  • Implement markdown link with title

Version 0.1.13 (2018-02-14)

  • Catch up sphinx updates

Version 0.1.12 (2017-09-11)

  • Support multi byte characters for heading

Version 0.1.11 (2017-08-30)

  • Add metadata for sphinx
  • Add convert(src) function, which is shortcut of m2r.M2R()(src)

Version 0.1.10 (2017-08-15)

  • Include CHANGES and test files in source distribution

Version 0.1.9 (2017-08-12)

  • Print help when input_file is not specified on command-line

Version 0.1.8 (2017-08-11)

  • Update metadata on setup.py

Version 0.1.7 (2017-07-20)

... (truncated)

Commits
  • b49e336 Bump version: 0.3.0 → 0.3.1
  • f23d003 Update README (Final Update)
  • 5f951f3 Bump version: 0.2.1 → 0.3.0
  • b64a06c Merge pull request #67 from claui/docutils-deprecation-fix
  • de7be79 Limit mistune dependency version range
  • 62143f2 Require Python 3.7+, add support for docutils 0.19
  • 66f4a5a Separate flake8 check from test and update travis setting
  • 77968c4 Fix test
  • dfe57f9 Merge pull request #30 from morganwillcock/sphinx-codeblock
  • 6b098e1 Merge pull request #38 from effigies/enh/sphinx2_parser
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)