Skip to content

chore(deps): bump asteval from 1.0.6 to 1.0.9 in /src/ccapi-mcp-server - #60

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

chore(deps): bump asteval from 1.0.6 to 1.0.9 in /src/ccapi-mcp-server#60
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/src/ccapi-mcp-server/asteval-1.0.9

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps asteval from 1.0.6 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)

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
  • 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.6 to 1.0.9.
- [Release notes](https://github.com/lmfit/asteval/releases)
- [Commits](lmfit/asteval@1.0.6...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 python:uv Pull requests that update python:uv code labels Aug 20, 2026
Copilot AI lite review requested due to automatic review settings August 20, 2026 17:30

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant