diff --git a/poetry.lock b/poetry.lock index eaa5130a3e..3cca935e01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2342,13 +2342,13 @@ test = ["mock", "pytest", "pytest-cov"] [[package]] name = "requests" -version = "2.31.0" +version = "2.32.2" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -2586,13 +2586,13 @@ files = [ [[package]] name = "urllib3" -version = "2.2.1" +version = "2.2.2" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.1-py3-none-any.whl", hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d"}, - {file = "urllib3-2.2.1.tar.gz", hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"}, + {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, + {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, ] [package.extras] @@ -2883,4 +2883,4 @@ bbs = ["ursa-bbs-signatures"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "68ee696d9d85f76bc11c3de934af0469b55417504eeac443ca81bdb5bb9cb0a3" +content-hash = "4b6f2549e72f9633abd0bdb83f17d839f6fd6d75bf9fc6c60a5581b8886d5712" diff --git a/pyproject.toml b/pyproject.toml index 4b78512b0b..d43eb34852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ python-dateutil="~2.8.1" python-json-logger="~2.0.7" pyyaml="~6.0.1" qrcode = {version = ">=6.1,<7.0", extras = ["pil"]} -requests="~2.31.0" +requests="~2.32.2" rlp="4.0.1" unflatten="~0.1" sd-jwt = "^0.10.3"