diff --git a/poetry.lock b/poetry.lock index 6b480c3..8af037b 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" @@ -1437,14 +1437,14 @@ dev = ["build (>=1.3.0)", "twine (>=3.4.2)", "wheel (>=0.37.0)"] [[package]] name = "restrictedpython" -version = "8.4" +version = "8.5" 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.16,>=3.10" groups = ["main"] files = [ - {file = "restrictedpython-8.4-py3-none-any.whl", hash = "sha256:ae89a3a4f0eeab314714004117bc49b63b0362ca5bf6a318236c6533fc46de67"}, - {file = "restrictedpython-8.4.tar.gz", hash = "sha256:68e463c22396fd94606043795ac7dbee05072725f38d0db7e1748da3f54fb274"}, + {file = "restrictedpython-8.5-py3-none-any.whl", hash = "sha256:6c70e0a3af13e830d37225788cdc8ab5804a8df4b500c135086eaef34b5c01e0"}, + {file = "restrictedpython-8.5.tar.gz", hash = "sha256:4ed1269dbe3caa88db650d1af325198a952aeb1451eca05df0cfa65db4466215"}, ] [package.extras] @@ -1943,4 +1943,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "10686e2e5cfa272c8eca9f418ab9b6a7054f39d0e65a630b065798fdf422f3e4" +content-hash = "0b6379ec3929f0b43d7b54b8b9ed987c2d26879877c241a3538723bf6875b372" diff --git a/pyproject.toml b/pyproject.toml index d9d584d..a86822a 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.4" +restrictedpython = "8.5" faker = "40.21.0" requests-hawk = "1.2.1" msal = "1.37.0"