Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2025

Bumps asteval from 1.0.6 to 1.0.7.

Release notes

Sourced from asteval's releases.

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
  • c999103 drop 3.9, add 3.14
  • 723cb0d update to follow the formatting for the LICENSE to continue compliance with ...
  • 96dc624 Merge pull request #142 from lmfit/return_in_while
  • e2f42ed fix to treat inside a while/for/with loop as a signal to exit the function i...
  • 372e80f add tests for having function returns within for/while loops that should brea...
  • 8aa8a7d add subsections to doc, fix typos
  • 1b8d495 Merge pull request #140 from Tomahawkd/master
  • 400b7f3 fix augassign which has no line number
  • 0bc754c remove old, unused nodes from ALL_NODES list
  • f8233d1 use which is True if and only i fimports are allowed
  • 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.7.
- [Release notes](https://github.com/lmfit/asteval/releases)
- [Commits](lmfit/asteval@1.0.6...1.0.7)

---
updated-dependencies:
- dependency-name: asteval
  dependency-version: 1.0.7
  dependency-type: direct:production
  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 Pull requests that update Python code labels Nov 7, 2025
@dependabot dependabot bot requested a review from Maffooch as a code owner November 7, 2025 12:01
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 7, 2025
@dependabot dependabot bot requested a review from mtesauro as a code owner November 7, 2025 12:01
@dependabot dependabot bot added the python Pull requests that update Python code label Nov 7, 2025
@Maffooch Maffooch requested a review from Jino-T November 7, 2025 16:42
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.

2 participants