Skip to content

Commit

Permalink
Bump the pip group with 4 updates
Browse files Browse the repository at this point in the history
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](fastapi/fastapi@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](Kludex/python-multipart@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](psf/black@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](psf/requests@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 67e4b41 commit 64cc593
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==22.3.0
black==24.3.0
flake8==4.0.*
isort==5.10.*
mock==4.0.3
Expand All @@ -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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit 64cc593

Please sign in to comment.