Skip to content

Updated flake8 and myst-parser dependency specification

Max Maunder requested to merge update-flake8-dependency into master

The dependency specification for flake8 and myst-parser have been changed so that flake8 is compatible with python ^3.7.3. This makes the following changes to other packages, which don't seem to affect the current project functionality:

  • pycodestyle (2.10.0 -> 2.9.1)
  • docutils (0.18.1 -> 0.17.1)
  • sphinx (5.3.0 -> 4.3.2)

Merge request reports