Skip to content

build(deps): bump simpleeval from 1.0.3 to 1.0.5#7

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/simpleeval-1.0.5
Open

build(deps): bump simpleeval from 1.0.3 to 1.0.5#7
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/simpleeval-1.0.5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps simpleeval from 1.0.3 to 1.0.5.

Release notes

Sourced from simpleeval's releases.

1.0.5

Fixes Security issues with "dangerous" modules & functions leaking through as attributes of other names, see:

Fixes CVE-2026-32640

GHSA-44vg-5wv2-h2hg

Breaking Change:

  • Modules & Submodules now are not directly usable as names or as attributes of other items, if you still need this functionality, then use the new ModuleWrapper, or subclass SimpleEval to bypass it.
Commits
  • a4659fa Merge pull request #171 from danthedeckie/remove-module-access
  • 7c9180c version number bump
  • cffa9f6 Much stricter lockdown via _check_disallowed_items plus adding ModuleWrapper
  • 4e7f4b8 Add ByamB4 to contributors list
  • 1654cbf Disallow module access & disallowed function access via attributes.
  • 9cb4a7b Add a few additional DISALLOW_FUNCTIONS
  • 0425898 Merge pull request #169 from danthedeckie/update-readme
  • 618bcf4 update build tools / config
  • 8828943 bump version, and update copyright year
  • 97570fe lint string joining fixes
  • 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 [simpleeval](https://github.com/danthedeckie/simpleeval) from 1.0.3 to 1.0.5.
- [Release notes](https://github.com/danthedeckie/simpleeval/releases)
- [Commits](danthedeckie/simpleeval@1.0.3...1.0.5)

---
updated-dependencies:
- dependency-name: simpleeval
  dependency-version: 1.0.5
  dependency-type: indirect
...

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 Mar 14, 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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants