From fbf86a2d2e5704b0020791811437d47ae89b5d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:19:57 +0000 Subject: [PATCH] Bump requests-toolbelt from 0.10.1 to 1.0.0 Bumps [requests-toolbelt](https://github.com/requests/toolbelt) from 0.10.1 to 1.0.0. - [Changelog](https://github.com/requests/toolbelt/blob/master/HISTORY.rst) - [Commits](https://github.com/requests/toolbelt/compare/0.10.1...1.0.0) --- updated-dependencies: - dependency-name: requests-toolbelt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2c69b614..d54abf94 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2223,13 +2223,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] @@ -2965,4 +2965,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c2d7fff8dba26b285b3bfbfe9784aa90d6e7e218111b5a7a1df4d7856a35ffdb" +content-hash = "4302c94df1e639015d98f3853ec2999206f4c6bbc33d7ff4c1c479786bfd034d" diff --git a/pyproject.toml b/pyproject.toml index df219d6e..14de7fb2 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" }