Skip to content

Commit

Permalink
build: Update Python dependencies (#577)
Browse files Browse the repository at this point in the history
Co-authored-by: rdimitrov <[email protected]>
  • Loading branch information
github-actions[bot] and rdimitrov authored Apr 11, 2024
1 parent 67afc64 commit bd05671
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ h11==0.14.0; python_version >= '3.7'
httpcore==1.0.5; python_version >= '3.8'
httpx==0.27.0; python_version >= '3.8'
identify==2.5.35; python_version >= '3.8'
idna==3.6; python_version >= '3.5'
idna==3.7; python_version >= '3.5'
imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
iniconfig==2.0.0; python_version >= '3.7'
isort==5.13.2; python_full_version >= '3.8.0'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dynaconf==3.2.5; python_version >= '3.8'
exceptiongroup==1.2.0; python_version < '3.11'
fastapi==0.110.1; python_version >= '3.8'
h11==0.14.0; python_version >= '3.7'
idna==3.6; python_version >= '3.5'
idna==3.7; python_version >= '3.5'
kombu==5.3.6; python_version >= '3.8'
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
pydantic==2.6.4; python_version >= '3.8'
Expand Down

0 comments on commit bd05671

Please sign in to comment.