chore(deps): update dependency asteval to v1.0.9#77
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/asteval-1.x
branch
from
April 22, 2026 08:16
611928f to
d7ac602
Compare
night-warden
previously approved these changes
Jun 4, 2026
renovate
Bot
force-pushed
the
renovate/asteval-1.x
branch
9 times, most recently
from
June 5, 2026 09:41
027fd56 to
c135fa5
Compare
renovate
Bot
force-pushed
the
renovate/asteval-1.x
branch
from
June 12, 2026 01:52
c135fa5 to
dd4ccba
Compare
renovate
Bot
force-pushed
the
renovate/asteval-1.x
branch
2 times, most recently
from
June 19, 2026 16:22
c67f572 to
dcfbbf2
Compare
renovate
Bot
force-pushed
the
renovate/asteval-1.x
branch
3 times, most recently
from
July 9, 2026 23:03
2aae6df to
d707ad6
Compare
renovate
Bot
force-pushed
the
renovate/asteval-1.x
branch
from
July 10, 2026 17:20
d707ad6 to
c11bd4a
Compare
renovate
Bot
force-pushed
the
renovate/asteval-1.x
branch
from
July 11, 2026 05:31
c11bd4a to
f531802
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.0.6→==1.0.9Release Notes
lmfit/asteval (asteval)
v1.0.9Compare Source
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)
v1.0.8Compare Source
Fixes and improvements:
returnfrom a Procedure does not interrupt the calling code blocklambdaexpressionsv1.0.7Compare Source
returninwhile,for, andwithblocks in functions properly signal an immediate exit of the function. (fixes #141)pyproject.tomlfrom the endless churn from PyPA, to move the location and formatting for the LICENSE, to continue compliance with the endless churn from PyPA.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.