From 2925163aeb7318f37e807545594df374571ac408 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Tue, 26 Nov 2024 21:22:21 -0700 Subject: [PATCH] Upgrade licensecheck to 2024.3 (#17441) Closes #17440 Summary of the issue: NVDA is using licensecheck 2024.2. Description of user facing changes None Description of development approach Upgrade licensecheck to 2024.3. --- requirements.txt | 4 ++-- user_docs/en/changes.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 66e1d4b2a4..12bde3f45e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,8 +44,8 @@ sphinx_rtd_theme==3.0.1 ruff==0.7.2 pre-commit==4.0.1 -# Runing automated license checks -licensecheck==2024.2 +# Running automated license checks +licensecheck==2024.3 # Requirements for system tests robotframework==7.1.1 diff --git a/user_docs/en/changes.md b/user_docs/en/changes.md index 42deb8e4b8..06fc0700f8 100644 --- a/user_docs/en/changes.md +++ b/user_docs/en/changes.md @@ -87,6 +87,7 @@ Add-ons will need to be re-tested and have their manifest updated. * Updated Robot Framework to 7.1.1. (#17329, @josephsl) * Updated configobj to 5.1.0 commit `8be5462`. (#17328) * Updated pre-commit to 4.0.1. (#17260) + * Updated licensecheck to 2024.3. (#17440, @josephsl) * `ui.browseableMessage` may now be called with options to present a button for copying to clipboard, and/or a button for closing the window. (#17018, @XLTechie) * Several additions to identify link types (#16994, @LeonarddeR, @nvdaes) * A new `utils.urlUtils` module with different functions to determine link types