-
Notifications
You must be signed in to change notification settings - Fork 16
Update dependencies to more recent releases #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updates: - Sphinx from 7.2.6 to 8.0.2 - docutils from 0.20.1 to 0.21.2 ---- Signed-off-by: Lydia Duncan <[email protected]>
The old version of it required Sphinx < 8, so use the newest version now that it is available (3.0.0) ---- Signed-off-by: Lydia Duncan <[email protected]>
When compiling the documentation, we received the warning that `get_html_theme_path` is deprecated and if it was used to define `html_theme_path` (it was) then it can be safely removed. So removed the lines ---- Signed-off-by: Lydia Duncan <[email protected]>
Updates: - flake8 from 7.0.0 to 7.1.1 - pytest from 7.4.4 to 8.3.3 ---- Signed-off-by: Lydia Duncan <[email protected]>
|
This looks like it will work, though the newer version of Sphinx requires Python 3.10 and up, so we'll need to double check our testing set up is ready for that before merging |
|
Currently (in prereqs.rst) we require Python 3.9 for the docs build. 3.9 in approaching end-of-life and I think it'd be completely reasonable to bump to requiring 3.10 (or even 3.11). There are plenty of not-end-of-life OSes that only have 3.9 but I don't think we feel obligated to make the docs build (or In testing systems we are using Python 3.10 installed via Spack. |
---- Signed-off-by: Lydia Duncan <[email protected]>
Now that our testing machines are on later versions of Python, return to this branch and update for more recent versions where possible ---- Signed-off-by: Lydia Duncan <[email protected]>
Updates from 2.2.0 to 3.0.1 ---- Signed-off-by: Lydia Duncan <[email protected]>
Updates from 7.1.1 to 7.3.0 ---- Signed-off-by: Lydia Duncan <[email protected]>
Updates from 8.3.3 to 8.4.1 ---- Signed-off-by: Lydia Duncan <[email protected]>
We wanted to keep support for Python 3.10, so don't update to the most recent version available, update to 8.1.3 ---- Signed-off-by: Lydia Duncan <[email protected]>
[reviewed by @jabraham17]
Updates:
All of these are the most up-to-date version, except for Sphinx which would drop support for Python 3.10 as well as 3.9.