Skip to content

Commit

Permalink
Update schedule to 1.2.2 (#17462)
Browse files Browse the repository at this point in the history
Closes #17455

Summary of the issue:
NVDA is using schedule 1.2.1.

Description of user facing changes:
None

Description of development approach:
Update schedule to 1.2.2 and perform compilation/testing.

Testing strategy:
Manual testing (with unit tests): make sure schedule functions are working after upgrading the dependency.

Known issues with pull request:
None
  • Loading branch information
josephsl authored Dec 1, 2024
1 parent 935e802 commit 728a896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wxPython==4.2.2
configobj @ git+https://github.com/DiffSK/configobj@8be54629ee7c26acb5c865b74c76284e80f3aa31#egg=configobj
requests==2.32.3
url-normalize==1.4.3
schedule==1.2.1
schedule==1.2.2
-c constraints.txt

#NVDA_DMP requires diff-match-patch
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 @@ -90,6 +90,7 @@ Add-ons will need to be re-tested and have their manifest updated.
* Updated pre-commit to 4.0.1. (#17260)
* Updated typing-extensions to 4.12.2. (#17438, @josephsl)
* Updated licensecheck to 2024.3. (#17440, @josephsl)
* Updated schedule to 1.2.2. (#17455, @josephsl)
* Updated requests to 2.32.3. (#17456, @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)
Expand Down

0 comments on commit 728a896

Please sign in to comment.