diff --git a/doc/source/conf.py b/doc/source/conf.py index 96557403fe20..4325e58ebe8f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -159,10 +159,6 @@ html_extra_path = ['_extra'] # using the given strftime format. html_last_updated_fmt = '%Y-%m-%d %H:%M' -# Disable smartquotes to ensure all quoted example config options can be copied -# from the docs without later causing unicode errors within Nova. -html_use_smartypants = False - # -- Options for LaTeX output ------------------------------------------------- # Grouping the document tree into LaTeX files. List of tuples diff --git a/lower-constraints.txt b/lower-constraints.txt index 9f1d6e86fadc..4ca91c9545d9 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -76,7 +76,7 @@ os-xenapi==0.3.3 osc-lib==1.10.0 oslo.cache==1.26.0 oslo.concurrency==3.26.0 -oslo.config==5.2.0 +oslo.config==6.1.0 oslo.context==2.19.2 oslo.db==4.27.0 oslo.i18n==3.15.3 diff --git a/requirements.txt b/requirements.txt index 746f6831c414..caf58dcbdd87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2. websockify>=0.8.0 # LGPLv3 oslo.cache>=1.26.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 -oslo.config>=5.2.0 # Apache-2.0 +oslo.config>=6.1.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.reports>=1.18.0 # Apache-2.0