Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,6 @@ static/

# Playwright test trace
test-results/

# Test virtual environments
test_venv*/
4 changes: 2 additions & 2 deletions src/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ azure-identity==1.23.1
# via
# fastapi-app (pyproject.toml)
# azure-monitor-opentelemetry-exporter
azure-monitor-opentelemetry==1.6.10
azure-monitor-opentelemetry==1.6.12
# via fastapi-app (pyproject.toml)
azure-monitor-opentelemetry-exporter==1.0.0b39
azure-monitor-opentelemetry-exporter==1.0.0b40
# via azure-monitor-opentelemetry
backports-datetime-fromisoformat==2.0.3
# via marshmallow
Expand Down
Loading