diff --git a/poetry.lock b/poetry.lock index e16b9a8..32f7212 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "arpeggio" @@ -1344,14 +1344,14 @@ dev = ["build (>=1.3.0)", "twine (>=3.4.2)", "wheel (>=0.37.0)"] [[package]] name = "restrictedpython" -version = "8.1" +version = "8.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.15,>=3.9" +python-versions = "<3.15,>=3.10" groups = ["main"] files = [ - {file = "restrictedpython-8.1-py3-none-any.whl", hash = "sha256:4769449c6cdb10f2071649ba386902befff0eff2a8fd6217989fa7b16aeae926"}, - {file = "restrictedpython-8.1.tar.gz", hash = "sha256:4a69304aceacf6bee74bdf153c728221d4e3109b39acbfe00b3494927080d898"}, + {file = "restrictedpython-8.2-py3-none-any.whl", hash = "sha256:6ff69e2fe06674bfe88943f17f2ce8353a9bc743ee37ea7bec38ff8b4851afd1"}, + {file = "restrictedpython-8.2.tar.gz", hash = "sha256:b835c2ff87d71b76f6d8b129096cc5a1e893bf01839ab802ba47a4129f1bdfe4"}, ] [package.extras] @@ -1855,4 +1855,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "c50eaf0640cb331c8f6edc05c36ac854a342740ed1276f58eaba7051deea88ad" +content-hash = "2982b7e8ccaa2897fb4588c0a66f184567b1a75bcd30c0961a21eea0e8be2d57" diff --git a/pyproject.toml b/pyproject.toml index aa22d2c..a87b192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requests-pkcs12 = "1.27" parsys-requests-unixsocket = "0.3.2" requests-aws4auth = "1.3.2" requests-ntlm = "1.3.0" -restrictedpython = "8.1" +restrictedpython = "8.2" faker = "40.21.0" requests-hawk = "1.2.1" msal = "1.34.0"