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 3b0953e commit 2e8cb9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions minimum-constraints.txt
Expand Up @@ -321,6 +321,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 2e8cb9f

Please sign in to comment.