Skip to content

Commit

Permalink
containers: Require Pygments >= 2.18 to fix sphinx 8 build issues.
Browse files Browse the repository at this point in the history
Sphinx 8 requires Pygments 2.17, but it fails to build with it.
Bump the requirement to fix CI.

Signed-off-by: Ilya Maximets <[email protected]>
  • Loading branch information
igsilya committed Jul 29, 2024
1 parent ccfc020 commit eca6c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/containers/py-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Pygments>=2.18
flake8>=6.1.0
meson>=1.4,<1.5
scapy
Expand Down

0 comments on commit eca6c97

Please sign in to comment.