From 64cc593543d9a97f06913cbc14b3c9ffffc2a8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:51:20 +0000 Subject: [PATCH] Bump the pip group with 4 updates Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi), [python-multipart](https://github.com/andrew-d/python-multipart), [black](https://github.com/psf/black) and [requests](https://github.com/psf/requests) to permit the latest version. Updates `fastapi` from 0.68.2 to 0.109.1 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.68.2...0.109.1) Updates `python-multipart` from 0.0.5 to 0.0.7 - [Release notes](https://github.com/andrew-d/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/andrew-d/python-multipart/compare/0.0.5...0.0.7) Updates `black` from 22.3.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.3.0...24.3.0) Updates `requests` to 2.31.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.0...v2.31.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production dependency-group: pip-security-group - dependency-name: python-multipart dependency-type: direct:production dependency-group: pip-security-group - dependency-name: black dependency-type: direct:production dependency-group: pip-security-group - dependency-name: requests dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 4 ++-- requirements.txt | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7918af1..06a3527 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -black==22.3.0 +black==24.3.0 flake8==4.0.* isort==5.10.* mock==4.0.3 @@ -9,6 +9,6 @@ pytest==7.4.* pytest-cov==4.1.* pytest-vcr==1.0.* pytest-asyncio==0.15.* -requests==2.28.* +requests==2.31.* boto3==1.20.24 botocore==1.23.24 diff --git a/requirements.txt b/requirements.txt index bbf0412..352d5bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiobotocore==2.1.0 cuenca-validations==0.11.19 -fastapi==0.68.2 +fastapi==0.109.1 mongoengine-plus==0.0.3 -python-multipart==0.0.5 +python-multipart==0.0.7 starlette-context==0.3.3 types-aiobotocore-sqs==2.1.0.post1 \ No newline at end of file diff --git a/setup.py b/setup.py index 45d3f16..83f95f1 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'aiobotocore>=1.0.0,<3.0.0', 'types-aiobotocore-sqs>=2.1.0.post1,<3.0.0', 'cuenca-validations>=0.9.4,<1.0.0', - 'fastapi>=0.63.0,<0.69.0', + 'fastapi>=0.63.0,<0.110.0', 'mongoengine-plus>=0.0.2,<1.0.0', 'starlette-context>=0.3.2,<0.4.0', ],