diff --git a/poetry.lock b/poetry.lock index bd94f037..63ff0e70 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.3 and should not be changed by hand. [[package]] name = "alembic" @@ -2234,13 +2234,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "requests-toolbelt" -version = "0.10.1" +version = "1.0.0" description = "A utility belt for advanced users of python-requests" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ - {file = "requests-toolbelt-0.10.1.tar.gz", hash = "sha256:62e09f7ff5ccbda92772a29f394a49c3ad6cb181d568b1337626b2abb628a63d"}, - {file = "requests_toolbelt-0.10.1-py2.py3-none-any.whl", hash = "sha256:18565aa58116d9951ac39baa288d3adb5b3ff975c4f25eee78555d89e8f247f7"}, + {file = "requests-toolbelt-1.0.0.tar.gz", hash = "sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6"}, + {file = "requests_toolbelt-1.0.0-py2.py3-none-any.whl", hash = "sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06"}, ] [package.dependencies] @@ -2976,4 +2976,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "800cf3c5c6455243663d72c946fcb822519718993432e35d3a8d0f7f1678abe2" +content-hash = "4fe008cdae8c8355fc314ae68b050038dece34a2b80de6abd6afe909715b5d82" diff --git a/pyproject.toml b/pyproject.toml index d0ea3fc4..23650ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ fastapi-health = "^0.4.0" fastapi-pagination = "^0.12.9" python-slugify = "^6.1.2" requests = "^2.28" -requests-toolbelt = "^0.10.1" +requests-toolbelt = "^1.0.0" SQLAlchemy = "^1.4.53" SQLAlchemy-Utils = "^0.38.2" uvicorn = { extras = ["standard"], version = "^0.30.4" }