Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/login-actio…
Browse files Browse the repository at this point in the history
…n-3.2.0
  • Loading branch information
MVrachev authored May 28, 2024
2 parents ec7438f + 2236875 commit 1772efc
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 89 deletions.
166 changes: 83 additions & 83 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 @@ -97,7 +97,7 @@ fastapi-cli==0.0.4; python_version >= '3.8'
httptools==0.6.1
kombu==5.3.7; python_version >= '3.8'
orjson==3.10.3; python_version >= '3.8'
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
prompt-toolkit==3.0.44; python_full_version >= '3.7.0'
pydantic==2.7.1; python_version >= '3.8'
pydantic-core==2.18.2; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand All @@ -110,9 +110,9 @@ typer==0.12.3; python_version >= '3.7'
typing-extensions==4.12.0; python_version >= '3.8'
tzdata==2024.1; python_version >= '2'
ujson==5.10.0; python_version >= '3.8'
uvicorn[standard]==0.29.0; python_version >= '3.8'
uvicorn[standard]==0.30.0; python_version >= '3.8'
uvloop==0.19.0
vine==5.1.0; python_version >= '3.6'
watchfiles==0.21.0
watchfiles==0.22.0
wcwidth==0.2.13
websockets==12.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ markdown-it-py==3.0.0; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
mdurl==0.1.2; python_version >= '3.7'
orjson==3.10.3; python_version >= '3.8'
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
prompt-toolkit==3.0.44; python_full_version >= '3.7.0'
pydantic==2.7.1; python_version >= '3.8'
pydantic-core==2.18.2; python_version >= '3.8'
pygments==2.18.0; python_version >= '3.8'
Expand All @@ -43,9 +43,9 @@ typer==0.12.3; python_version >= '3.7'
typing-extensions==4.12.0; python_version >= '3.8'
tzdata==2024.1; python_version >= '2'
ujson==5.10.0; python_version >= '3.8'
uvicorn[standard]==0.29.0; python_version >= '3.8'
uvicorn[standard]==0.30.0; python_version >= '3.8'
uvloop==0.19.0
vine==5.1.0; python_version >= '3.6'
watchfiles==0.21.0
watchfiles==0.22.0
wcwidth==0.2.13
websockets==12.0

0 comments on commit 1772efc

Please sign in to comment.