Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps asteval from 1.0.6 to 1.0.8.

Release notes

Sourced from asteval's releases.

1.0.8

Fixes and improvements:

  • fix bug (#146) so that return from a Procedure does not interrupt the calling code block
  • remove numpy.memmap from default methods
  • add discussion of numpy functions/objects that can open files
  • add support and tests for lambda expressions
  • add default permissions to github actions
  • update README, doc, remove cruft

1.0.7

  • return in while, for, and with blocks in functions properly signal an immediate exit of the function. (fixes #141)
  • fix augassign to retain line numbers for exceptions properly. (#140)
  • make sure that "unsafe_modules" should not be accessed even if imported and exposed by other modules
  • cleanup unused nodes
  • tweaks and fixes to docs
  • drop testing with Python 3.9
  • add testing for Python 3.14
  • update pyproject.toml from the endless churn from PyPA, to move the location and formatting for the LICENSE, to continue compliance with the endless churn from PyPA.
Commits
  • abf86ad update doc
  • 81ac8f4 update README, remove cruft
  • 1169b51 Merge pull request #147 from lmfit/procedure_return_interrupts
  • 1984dbf reset main asteval._interrupt when returning (successfully) from a called pro...
  • e0a4490 add test (from @​sergproua) for calling a procedure not interrupting a loop
  • bda05fd add default permissions to github actions
  • 553737e add discussion of numpy functions/objects that can open files
  • a572efb remove numpy.memmap from default methods
  • 7de41b7 Merge pull request #144 from lmfit/with_lambda
  • 2009d73 update docs for enabling lambda
  • 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 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)

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

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

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 Jan 1, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 1, 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.

1 participant