diff --git a/poetry.lock b/poetry.lock index 827a80b78a..956cc8e4b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "amqp" @@ -2080,13 +2080,13 @@ twisted = ["twisted"] [[package]] name = "prompt-toolkit" -version = "3.0.43" +version = "3.0.47" description = "Library for building powerful interactive command lines in Python" optional = false python-versions = ">=3.7.0" files = [ - {file = "prompt_toolkit-3.0.43-py3-none-any.whl", hash = "sha256:a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6"}, - {file = "prompt_toolkit-3.0.43.tar.gz", hash = "sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d"}, + {file = "prompt_toolkit-3.0.47-py3-none-any.whl", hash = "sha256:0d7bfa67001d5e39d02c224b663abc33687405033a8c422d0d675a5a13361d10"}, + {file = "prompt_toolkit-3.0.47.tar.gz", hash = "sha256:1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360"}, ] [package.dependencies] @@ -3107,4 +3107,4 @@ caching = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "55a993bdb10bb6c73e73011a5b62e43b62c028d2523fa7073dc54244bf7cb927" +content-hash = "e07509826eaf8816acd2d53ea4922f3686c13536d42f7aa897cb28a0d4d0a554" diff --git a/pyproject.toml b/pyproject.toml index d67babffd8..83e00779bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ imgkit = "1.2.3" astm = {git = "https://github.com/mikhailprivalov/python-astm.git", rev = "v0.6"} psycopg2-binary = "^2.9.5" boto3 = "^1.29.3" -prompt-toolkit = "^3.0.36" +prompt-toolkit = "^3.0.47" pdf2docx = "^0.5.6" pyotp = "^2.8.0" qrcode = "^7.4.2"