Skip to content

Commit

Permalink
Fixed missing requirement defusedxml
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Apr 22, 2024
1 parent 4e2bf6a commit b8c8a95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ clint==0.5.1
configparser==4.0.2
# dataclasses is used by safety>=2.3.1 and argon-cffi
dataclasses==0.8; python_version >= '3.6'
# defusedxml is used by sphinx.testing and nbconvert
defusedxml==0.7.1
distlib==0.3.6
enum34==1.1.6; python_version < "3.4"
filelock==3.2.0; python_version <= "3.11"
Expand Down

0 comments on commit b8c8a95

Please sign in to comment.