Skip to content

chore(deps): bump fire from 0.2.1 to 0.4.0 in /apps-cd#59

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/apps-cd/fire-0.4.0
Closed

chore(deps): bump fire from 0.2.1 to 0.4.0 in /apps-cd#59
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/apps-cd/fire-0.4.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 25, 2021

Bumps fire from 0.2.1 to 0.4.0.

Release notes

Sourced from fire's releases.

Python Fire v0.4.0

Changelist

  • Support for Python 3.8 and Python 3.9
  • Argument types and defaults appear in help text
  • Support for asyncio coroutines
  • Support for modules and Python files with python -m fire
  • Keyword argument info from rst docstrings appears in help text
  • Bug fix for missing parts of multiline argument descriptions from Google and Numpy style docstrings.
  • Packaging of enum34
  • Support functions even when they override getattr in non-standard ways. (e.g. supports BeautifulSoup)

Highlighted change: python -m fire

You can use Python Fire without ever modifying your code. To use it, first install Python Fire with pip install fire. Then simply run python -m fire path/to/yourfile.py or python -m fire path.to.yourmodule.

This is both a fast way to use Python Fire to create a CLI from your code, and a way to apply Python Fire quickly to a codebase you don't have access to.

v0.3.1

Removes preexec_fn from pager subprocess call. Resolves #236.

v0.3.0

Assorted Improvements in Python Fire v0.3.0

  • Use Fire on third-party code without making any code changes: python -m fire <module>
  • Docstring parsing fix for all lines are blank f01aad347632791e3438c1a753e42a514520d690
  • Improved parsing of numpy-style docstrings
  • #187 Expose built-in functions from the standard library (e.g. sin, cos)
  • #149 Support objects implementing __getattr__
  • #205 Fix ctrl-C handling in help screens
  • Support functools.wraps and lru_cache decorated functions
  • Better support for objects with properties
  • Objects with custom __str__ are now treated as Values. E.g. If such an object appears in a dict, the dict will still print in line-by-line mode rather than showing a help screen by default.
  • Formatting on Windows works properly now
Commits
  • 2b5902a Travis pytype bug fix
  • 4c51b89 Only run pytype on 2.7 and 3.7
  • fac1ea0 Documentation updates for 0.4.0. (python -m fire path/to/file.py)
  • b61b68c Don't run pytype on Python 3.9, not supported yet.
  • f2ab298 Test Python Fire on Python 3.9
  • 56d28eb Bump Python Fire version number from 0.3.1 to 0.4.0
  • c39de6a issue-261 Fixed missing parts of argument descriptions for Google and Numpy s...
  • 629d91c Added detail to CONTRIBUTING.md
  • bc43dca Support functions even when they override getattr in non-standard ways.
  • a938ef9 Don't run pytype in Python 3.5.
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 25, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jan 25, 2021

Dependabot tried to add @Jeffwan and @pingsutw as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/DavidSpek/testing/pulls/59/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the DavidSpek/testing repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Dec 13, 2022

Superseded by #691.

@dependabot dependabot Bot closed this Dec 13, 2022
@dependabot dependabot Bot deleted the dependabot/pip/apps-cd/fire-0.4.0 branch December 13, 2022 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants