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
2 changes: 1 addition & 1 deletion mergify_cli/tests/ci/junit_processing/test_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async def test_junit_upload_http_error_console(
)
captured = capsys.readouterr()
assert (
"• ❌ Error uploading spans: Failed to export batch code: 422, reason:"
"• ❌ Error uploading spans: Failed to export span batch code: 422, reason:"
in captured.out
)
# Open Telemetry does not render JSON the same way between Windows and Linux
Expand Down
171 changes: 39 additions & 132 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ rich = ">=10.11.0"
aiofiles = ">=23.2.1,<26.0.0"
click = "^8.1.7"
click-default-group = "^1.2.4"
opentelemetry-exporter-otlp-proto-http = "^1.29.0"
opentelemetry-sdk = "^1.29.0"
opentelemetry-exporter-otlp-proto-http = "^1.38.0"
opentelemetry-sdk = "^1.38.0"
tenacity = "^9.1.2"
pyyaml = "^6.0.3"
pydantic = "^2.11.9"
Expand Down