Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: python-multipart
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: black
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 67e4b41 commit 1fac6a9
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.32.*
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 1fac6a9

Please sign in to comment.