diff --git a/app/poetry.lock b/app/poetry.lock index 28025e3..3ae3fed 100644 --- a/app/poetry.lock +++ b/app/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 = "annotated-types" @@ -457,13 +457,13 @@ docs = ["Sphinx (>=5.3.0,<6.0.0)", "alabaster (>=0.7.12,<0.8.0)", "commonmark (> [[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] @@ -609,4 +609,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "79dccce013de9112f860d6820bb615a003326bb4f2945a72e3c5463f9936915e" +content-hash = "10807c5511bbdf3c78833778ccd0049d310c48a3d09770bed29d91273ebc5e7d" diff --git a/app/pyproject.toml b/app/pyproject.toml index ba5b2e2..c9238b4 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.10" fastapi = "^0.104.1" uvicorn = "^0.24.0.post1" python-keycloak = "^3.3.0" -requests = "^2.31.0" +requests = "^2.32.2" setuptools = "^68.2.2"