Skip to content

Commit

Permalink
Updated the sphinx version (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma authored Mar 1, 2024
1 parent 758a787 commit eadee97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eadee97

Please sign in to comment.