Skip to content

Commit 24d037b

Browse files
build: Update Python dependencies (#523)
Co-authored-by: rdimitrov <[email protected]>
1 parent ab21ad9 commit 24d037b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Pipfile.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ python-multipart==0.0.6; python_version >= '3.7'
102102
redis==5.0.1; python_version >= '3.7'
103103
starlette==0.27.0; python_version >= '3.7'
104104
tzdata==2023.4; python_version >= '2'
105-
uvicorn==0.27.0; python_version >= '3.8'
105+
uvicorn==0.27.0.post1; python_version >= '3.8'
106106
vine==5.1.0; python_version >= '3.6'
107107
wcwidth==0.2.13

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ sniffio==1.3.0; python_version >= '3.7'
2424
starlette==0.27.0; python_version >= '3.7'
2525
typing-extensions==4.9.0; python_version < '3.11'
2626
tzdata==2023.4; python_version >= '2'
27-
uvicorn==0.27.0; python_version >= '3.8'
27+
uvicorn==0.27.0.post1; python_version >= '3.8'
2828
vine==5.1.0; python_version >= '3.6'
2929
wcwidth==0.2.13

0 commit comments

Comments
 (0)