diff --git a/requirements.txt b/requirements.txt index 7639d3d2..279267af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ google-auth-oauthlib==0.5.2 google-cloud-bigquery==3.5.0 google-cloud-billing==1.9.1 ibm_platform_services==0.27.0 -myst-parser==0.17.0 +myst-parser==1.0.0 oauthlib~=3.1.1 pandas PyAthena[Pandas]==3.0.5 @@ -27,7 +27,7 @@ python-ldap==3.4.2 requests==2.31.0 retry==0.9.2 SoftLayer==6.0.0 -sphinx==4.5.0 +sphinx==5.0.0 sphinx-rtd-theme==1.0.0 typing==3.7.4.3 typeguard==2.13.3 diff --git a/setup.py b/setup.py index 7ba53eea..b47d54f9 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ 'google-cloud-bigquery==3.5.0', # google cloud cost 'google-cloud-billing==1.9.1', # google cloud cost 'ibm_platform_services==0.27.0', # IBM Usage reports - 'myst-parser==0.17.0', # readthedocs + 'myst-parser==1.0.0', # readthedocs 'oauthlib~=3.1.1', # required by jira 'pandas', # latest: aggregate ec2/ebs cluster data 'PyAthena[Pandas]==3.0.5', # AWS Athena package @@ -64,7 +64,7 @@ 'retry==0.9.2', 'SoftLayer==6.0.0', # IBM SoftLayer 'sphinx-rtd-theme==1.0.0', # readthedocs - 'sphinx==4.5.0', # readthedocs + 'sphinx==5.0.0', # readthedocs 'typeguard==2.13.3', # checking types 'typing==3.7.4.3', 'urllib3==1.26.7', # required by jira