Skip to content

Commit

Permalink
build: Update Python dependencies (#523)
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 Jan 30, 2024
1 parent ab21ad9 commit 24d037b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -102,6 +102,6 @@ python-multipart==0.0.6; python_version >= '3.7'
redis==5.0.1; python_version >= '3.7'
starlette==0.27.0; python_version >= '3.7'
tzdata==2023.4; python_version >= '2'
uvicorn==0.27.0; python_version >= '3.8'
uvicorn==0.27.0.post1; python_version >= '3.8'
vine==5.1.0; python_version >= '3.6'
wcwidth==0.2.13
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ sniffio==1.3.0; python_version >= '3.7'
starlette==0.27.0; python_version >= '3.7'
typing-extensions==4.9.0; python_version < '3.11'
tzdata==2023.4; python_version >= '2'
uvicorn==0.27.0; python_version >= '3.8'
uvicorn==0.27.0.post1; python_version >= '3.8'
vine==5.1.0; python_version >= '3.6'
wcwidth==0.2.13

0 comments on commit 24d037b

Please sign in to comment.