Skip to content

Commit

Permalink
Upgrade licensecheck to 2024.3 (#17441)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
josephsl authored Nov 27, 2024
1 parent 16cbc6f commit 2925163
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions user_docs/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2925163

Please sign in to comment.