Skip to content

Bump asteval from 1.0.8 to 1.0.9 - #8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/asteval-1.0.9
Open

Bump asteval from 1.0.8 to 1.0.9#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/asteval-1.0.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps asteval from 1.0.8 to 1.0.9.

Release notes

Sourced from asteval's releases.

1.0.9

This fixes some usage problem and is also meant to address the securirty advisories GHSA-89v8-rhwq-hf77 and GHSA-9w56-46f6-3qhx

Changes:

  • Fix unpacking of nested tuples in comprehensions (#149 from yistarostin)

  • Fix error with lambda functions, so that calls from top level should clear previous errors and exceptions should clear the callstack before re-raising (#150)

  • Add try/except for import of ctypes, so that this module is not required from asteval to run (#152)

  • Update PyPI stats link in README

  • Remove the "exiting exceptions", 'SystemExit' and 'GeneratorExit' from the symbol table to remove the possibily of such an exception in asteval from exiting the calling application. (#153)

  • Make exception handling of BaseExceptions that are not also Exceptions (most notably, KeyboardInterrupt, which is not removed from the symbol table) more explicit, converting these to RuntimeError. (#153)

  • Add 'ctypes', 'dump, and 'tofile' as unsafe attributes of numpyndarrays, so that these cannot be acccessed. (#153)

Commits
  • 0b359d0 update docs for 1.0.9
  • a3e56e7 Merge pull request #153 from lmfit/fix_exiting_exceptions
  • bfec153 fix test when numpy is not available
  • b239923 cleanups
  • f17a27a update type test to not use ndarrays
  • 55372d5 cleanups
  • b8364db add unsafe ndarray attrributes, cleanups
  • b3eaf5b add test for unsafe ndarray attributes, and that 'type(x)' returns a string
  • 7ce27af fix typo
  • fc85a37 add tests of handling of exiting exceptions
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [asteval](https://github.com/lmfit/asteval) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/lmfit/asteval/releases)
- [Commits](lmfit/asteval@1.0.8...1.0.9)

---
updated-dependencies:
- dependency-name: asteval
  dependency-version: 1.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 20, 2026
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants