Skip to content

Bump cryptography, opentelemetry, msal, PyYAML; cap boxsdk at <4#70

Merged
JE-Chen merged 1 commit intomainfrom
dev
Apr 28, 2026
Merged

Bump cryptography, opentelemetry, msal, PyYAML; cap boxsdk at <4#70
JE-Chen merged 1 commit intomainfrom
dev

Conversation

@JE-Chen
Copy link
Copy Markdown
Member

@JE-Chen JE-Chen commented Apr 28, 2026

Summary

Sync runtime pins across requirements.txt / dev_requirements.txt / dev.toml / stable.toml so dependabot's per-file PRs stop leaving the four manifests out of step.

  • cryptography 46.0.7 → 47.0.0
  • opentelemetry-api 1.25.0 → 1.41.1
  • opentelemetry-sdk 1.25.0 → 1.41.1
  • msal 1.28.0 → 1.36.0
  • PyYAML 6.0 → 6.0.3
  • boxsdk capped at >=3.14.0,<4 — boxsdk 10.x renamed the public import path from boxsdk to box_sdk_gen, which would break automation_file/remote/box/client.py. Migrating to box_sdk_gen will be its own PR.

Supersedes dependabot PRs #64 / #65 / #67 / #68 (closed); declines #66 in favour of the upper bound.

Test plan

  • pytest (full suite, with each new dep installed): 743 passed, 16 deselected (optional pyarrow parquet tests, unrelated)
  • All four manifests now declare matching version specs

Sync runtime pins across requirements.txt / dev_requirements.txt / dev.toml /
stable.toml so dependabot's per-file PRs don't leave the four manifests out
of step.

- cryptography 46.0.7 -> 47.0.0
- opentelemetry-api 1.25.0 -> 1.41.1
- opentelemetry-sdk 1.25.0 -> 1.41.1
- msal 1.28.0 -> 1.36.0
- PyYAML 6.0 -> 6.0.3

boxsdk 10.x renamed the import path (`boxsdk` -> `box_sdk_gen`) and would
break automation_file/remote/box/client.py, so pin <4 to keep the legacy
import path. Migrating to box_sdk_gen is a separate effort.

Supersedes #64, #65, #67, #68 (dependabot PRs against single files);
declines #66 in favour of the <4 cap.
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@sonarqubecloud
Copy link
Copy Markdown

@JE-Chen JE-Chen merged commit 828b2d9 into main Apr 28, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant