Skip to content

Commit

Permalink
Upgrade dependency to wop 1.20
Browse files Browse the repository at this point in the history
Wop 1.20 is now needed to login to WhatsOpt servers. Though it does not impact the XDSM feature of FAST-OAD, which does not require login, it is safer to impose this version for future releases.
  • Loading branch information
christophe-david committed Nov 26, 2021
1 parent 3ec99e9 commit 12adaf3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ wcwidth==0.2.5; python_full_version >= "3.6.2" and python_version >= "3.7"
webencodings==0.5.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
websocket-client==1.2.1; python_version >= "3.6"
widgetsnbextension==3.5.1; python_version >= "3.6"
wop==1.16.1.1; python_version >= "3.6"
wop==1.20.0; python_version >= "3.6"
wrapt==1.12.1; python_version >= "3.6" and python_version < "4.0"
xdsmjs==1.0.1; python_version >= "3.6"
zipp==3.6.0; python_version >= "3.6" and python_version < "3.8"
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ipopo = "^1.0.0"
ipywidgets = "^7.5.0"
ipysheet = ">=0.5.0, <1"
plotly = "5.0.0"
wop = "^1.16.1.1"
wop = "^1.20.0"
lxml = "^4.6.3"
tomlkit = ">=0.5.3, <1"
"ruamel.yaml" = ">=0.15.78, <0.18"
Expand Down

0 comments on commit 12adaf3

Please sign in to comment.