Skip to content

Bump restrictedpython from 8.4 to 8.5 - #443

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/restrictedpython-8.4
Open

Bump restrictedpython from 8.4 to 8.5#443
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/restrictedpython-8.4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps restrictedpython from 8.4 to 8.5.

Changelog

Sourced from restrictedpython's changelog.

8.5 (2026-08-19)

  • Officially support Python 3.15 after performing a security audit of its changes:

    • Disallow lazy import statements (PEP 810) as they bypass a guarded __import__.

    • Disallow unpacking in comprehensions (PEP 798) as it bypasses the _getiter_ guard.

  • Add the attributes of asynchronous generator objects (ag_await, ag_frame, ag_code) to the restricted names in INSPECT_ATTRIBUTES as they were missing there.

  • Fix the combined coverage report: the coverage tox environment now combines the coverage data of all supported Python versions instead of measuring a single one, and enforces 100 % coverage. The broken combined-coverage environment has been removed, as it erased the data it was supposed to combine.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 16, 2026
Bumps [restrictedpython](https://github.com/zopefoundation/RestrictedPython) from 8.4 to 8.5.
- [Changelog](https://github.com/zopefoundation/RestrictedPython/blob/master/CHANGES.rst)
- [Commits](zopefoundation/RestrictedPython@8.4...8.5)

---
updated-dependencies:
- dependency-name: restrictedpython
  dependency-version: '8.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump restrictedpython from 8.2 to 8.4 Bump restrictedpython from 8.4 to 8.5 Aug 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/restrictedpython-8.4 branch from 060c600 to 5f62263 Compare August 25, 2026 11:14
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