Commit 7f98c34
fix: dependabot package upgrades (idna, authlib)
Resolves dependabot PRs #595, #596, #597 (idna), #589 (authlib).
- idna: 3.13 -> 3.17 across requirements.txt and uv.lock files
(bumped past dependabot's 3.15 to latest via uv resolution)
- authlib: 1.6.11 -> 1.6.12 (ContentProcessorWorkflow)
- Regenerated uv.lock for ContentProcessor, ContentProcessorAPI,
ContentProcessorWorkflow with --upgrade-package flags
- Side effects from re-resolution:
- github-copilot-sdk: 0.2.2 -> 0.3.0 (transitive in CP)
- urllib3 lock entry synced to 2.7.0 (matches pyproject) in CPAPI
- jsonschema deps added to CPAPI lock (matches pyproject)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 893f1e0 commit 7f98c34
6 files changed
Lines changed: 180 additions & 27 deletions
File tree
- src
- ContentProcessorAPI
- ContentProcessorWorkflow
- ContentProcessor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments