Skip to content

Commit

Permalink
build: update deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Oct 28, 2024
1 parent df83096 commit df283a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Docutils version is for correct bullet point rendering. Can be rolled forward after the theme is updated to >=0.5.1
# See https://stackoverflow.com/a/68685753/2578171
sphinx==7.1.2; python_version=="3.8"
sphinx==7.2.6; python_version>"3.8"
sphinx==7.4.7; python_version>"3.8"
sphinx-tabs==3.*
docutils<0.19
docutils<0.21
requests>=2.31.0

# lxml for parameter parsing:
Expand Down
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def check_imports():
'''check key imports work'''
import pkg_resources
# package names to check the versions of. Note that these can be different than the string used to import the package
requires = ["sphinx_rtd_theme>=1.3.0", "sphinxcontrib.youtube>=1.2.0", "sphinx>=7.1.2", "docutils<0.19"]
requires = ["sphinx_rtd_theme>=1.3.0", "sphinxcontrib.youtube>=1.2.0", "sphinx>=7.1.2", "docutils<0.21"]
for r in requires:
debug("Checking for %s" % r)
try:
Expand Down

0 comments on commit df283a4

Please sign in to comment.