Bump restrictedpython from 7.1 to 7.2 in /spiffworkflow-backend
Bumps [restrictedpython](https://github.com/zopefoundation/RestrictedPython) from 7.1 to 7.2. - [Changelog](https://github.com/zopefoundation/RestrictedPython/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/RestrictedPython/compare/7.1...7.2) --- updated-dependencies: - dependency-name: restrictedpython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
31ded57177
commit
b7c2e89ed7
|
@ -2477,13 +2477,13 @@ rsa = ["oauthlib[signedtoken] (>=2.1.0,<3.0.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "restrictedpython"
|
||||
version = "7.1"
|
||||
version = "7.2"
|
||||
description = "RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment."
|
||||
optional = false
|
||||
python-versions = ">=3.7, <3.13"
|
||||
python-versions = "<3.13,>=3.7"
|
||||
files = [
|
||||
{file = "RestrictedPython-7.1-py3-none-any.whl", hash = "sha256:56d0c73e5de1757702053383601b0fcd3fb2e428039ee1df860409ad67b17d2b"},
|
||||
{file = "RestrictedPython-7.1.tar.gz", hash = "sha256:875aeb51c139d78e34cef8605dc65309b449168060dd08551a1fe9edb47cb9a5"},
|
||||
{file = "RestrictedPython-7.2-py3-none-any.whl", hash = "sha256:139cb41da6e57521745a566d05825f7a09e6a884f7fa922568cff0a70b84ce6b"},
|
||||
{file = "RestrictedPython-7.2.tar.gz", hash = "sha256:4d1d30f709a6621ca7c4236f08b67b732a651c8099145f137078c7dd4bed3d21"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
|
@ -3528,4 +3528,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==6.2.5)", "pytest-cov (==3.0.0)"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.10,<3.13"
|
||||
content-hash = "fcf0fee5246cbb563e1c3b868505779e73f60116b947a00aa0fcdf8162bcde96"
|
||||
content-hash = "f9288631ba9534998ba5003934783efd546a269c326484c02b17bb24b2030ea7"
|
||||
|
|
|
@ -50,7 +50,7 @@ marshmallow-enum = "^1.5.1"
|
|||
PyJWT = "^2.9.0"
|
||||
APScheduler = "*"
|
||||
Jinja2 = "^3.1.3"
|
||||
RestrictedPython = "^7.1"
|
||||
RestrictedPython = "^7.2"
|
||||
Flask-SQLAlchemy = "^3"
|
||||
|
||||
# 22.0.0 breaks passing in SCRIPT_NAME as a header which breaks status environments
|
||||
|
|
Loading…
Reference in New Issue