diff --git a/unicorn_web/poetry.lock b/unicorn_web/poetry.lock index eb74319..469c160 100644 --- a/unicorn_web/poetry.lock +++ b/unicorn_web/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "arnparse" @@ -655,13 +655,13 @@ files = [ [[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] @@ -874,4 +874,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e834cdfbb0d71aa293a1fd6cec11b47323587b3c79a2cb97fe3a58e6a246b909" +content-hash = "c7453bfaaf31750322908063640cefcc0f4de93f88ef37d4a7873ad355ed341d" diff --git a/unicorn_web/pyproject.toml b/unicorn_web/pyproject.toml index 8c0f523..a207efa 100644 --- a/unicorn_web/pyproject.toml +++ b/unicorn_web/pyproject.toml @@ -14,12 +14,12 @@ python = "^3.11" boto3 = "^1.34.143" aws-lambda-powertools = {extras = ["tracer"], version = "^2.41.0"} aws-xray-sdk = "^2.14.0" -requests = "2.31.0" +requests = "2.32.2" crhelper = "^2.0.11" [tool.poetry.group.dev.dependencies] pytest = "^8.2.0" -requests = "^2.31.0" +requests = "^2.32.2" moto = "^5.0.6" importlib-metadata = "^7.1.0" pyyaml = "^6.0.1"