Skip to content

Commit

Permalink
build: Update Python dependencies (#614)
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 Jun 3, 2024
1 parent 8a8693c commit 12f3a16
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions Pipfile.lock

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

6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ babel==2.15.0; python_version >= '3.8'
bandit==1.7.8; python_version >= '3.8'
black==24.4.2; python_version >= '3.8'
cachetools==5.3.3; python_version >= '3.7'
certifi==2024.2.2; python_version >= '3.6'
certifi==2024.6.2; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
cfgv==3.4.0; python_version >= '3.8'
chardet==5.2.0; python_version >= '3.7'
Expand Down Expand Up @@ -106,10 +106,10 @@ redis==5.0.4; python_version >= '3.7'
shellingham==1.5.4; python_version >= '3.7'
starlette==0.37.2; python_version >= '3.8'
typer==0.12.3; python_version >= '3.7'
typing-extensions==4.12.0; python_version >= '3.8'
typing-extensions==4.12.1; python_version >= '3.8'
tzdata==2024.1; python_version >= '2'
ujson==5.10.0; python_version >= '3.8'
uvicorn[standard]==0.30.0; python_version >= '3.8'
uvicorn[standard]==0.30.1; python_version >= '3.8'
uvloop==0.19.0
vine==5.1.0; python_version >= '3.6'
watchfiles==0.22.0
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotated-types==0.7.0; python_version >= '3.8'
anyio==4.4.0; python_version >= '3.8'
billiard==4.2.0; python_version >= '3.7'
celery==5.4.0; python_version >= '3.8'
certifi==2024.2.2; python_version >= '3.6'
certifi==2024.6.2; python_version >= '3.6'
click==8.1.7; python_version >= '3.7'
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
click-plugins==1.1.1
Expand Down Expand Up @@ -40,10 +40,10 @@ six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3
sniffio==1.3.1; python_version >= '3.7'
starlette==0.37.2; python_version >= '3.8'
typer==0.12.3; python_version >= '3.7'
typing-extensions==4.12.0; python_version >= '3.8'
typing-extensions==4.12.1; python_version >= '3.8'
tzdata==2024.1; python_version >= '2'
ujson==5.10.0; python_version >= '3.8'
uvicorn[standard]==0.30.0; python_version >= '3.8'
uvicorn[standard]==0.30.1; python_version >= '3.8'
uvloop==0.19.0
vine==5.1.0; python_version >= '3.6'
watchfiles==0.22.0
Expand Down

0 comments on commit 12f3a16

Please sign in to comment.