Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ __pycache__/
.coverage
.idea/
.venv/
venv/

# Bicep build artifacts (exclude .json files except parameters)
infra/**/*.json
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ frozenlist==1.5.0
# aiosignal
gunicorn==23.0.0
# via quartapp (pyproject.toml)
h11==0.14.0
h11==0.16.0
# via
# httpcore
# hypercorn
Expand Down
Loading