Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps asteval from 0.9.26 to 0.9.30.

Release notes

Sourced from asteval's releases.

0.9.30

  • add config argument to Interpreter to more fully control which nodes are supported
  • add support for import and importfrom -- off by default
  • add support for with blocks
  • add support for f-strings
  • add support of set and dict comprehension
  • fix bug with 'int**int' not returning a float.

0.9.29

bug fixes

0.9.28

  • add support for Python 3.11
  • add support for multiple list comprehensions
  • improve performance of making the initial symbol table, and Interpreter creation, including better checking for index_tricks attributes

0.9.27

No release notes provided.

Commits
  • ecd2ca3 remove codeql config
  • f85c4ad more doc tweaks
  • b0e59b8 more doc updates
  • 4ee8c3f for 0.9.30
  • 40aa184 add documentation of config, with table of nodes for default and minimal configs
  • bc435e5 change to test with importing a module from stdlib
  • bbfefbc add some deprecation notes from Python 3.12 b02
  • b84fa43 update copyright date
  • c69188c simplify config setting, exposing only the optional nodes
  • 8aa60d6 update tests for whether a node handler is unimplemented rather than listed i...
  • 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)

Bumps [asteval](https://github.com/newville/asteval) from 0.9.26 to 0.9.30.
- [Release notes](https://github.com/newville/asteval/releases)
- [Commits](newville/asteval@0.9.26...0.9.30)

---
updated-dependencies:
- dependency-name: asteval
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 19, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 17, 2023

Superseded by #146.

@dependabot dependabot bot closed this Jul 17, 2023
@dependabot dependabot bot deleted the dependabot/pip/dev/asteval-0.9.30 branch July 17, 2023 15:34
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.

1 participant