Skip to content

Commit 7f98c34

Browse files
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/ContentProcessor/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ colorama==0.4.6
1515
coverage==7.13.5
1616
cryptography==47.0.0
1717
dnspython==2.8.0
18-
idna==3.13
18+
idna==3.17
1919
iniconfig==2.3.0
2020
isodate==0.7.2
2121
mongomock==4.3.0

src/ContentProcessor/uv.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ContentProcessorAPI/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ h11==0.16.0
2222
httpcore==1.0.9
2323
httptools==0.7.1
2424
httpx==0.28.1
25-
idna==3.13
25+
idna==3.17
2626
isodate==0.7.2
2727
jinja2==3.1.6
2828
jsonschema==4.25.1

0 commit comments

Comments
 (0)