Skip to content

Commit

Permalink
Fix dependency conflicts with kafkatest
Browse files Browse the repository at this point in the history
 - paramiko version (2.11.1)
 - requests (2.24.0)
 - MarkupSafe to ~=2.0.0
  • Loading branch information
savex committed Sep 13, 2023
1 parent b99a243 commit 979fe00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
jinja2~=3.0.3
boto3==1.26.62
# jinja2 pulls in MarkupSafe with a > constraint, but we need to constrain it for compatibility
MarkupSafe<2.0.0
MarkupSafe~=2.0.0
pyparsing<3.0.0
zipp<2.0.0
pywinrm==0.2.2
requests==2.31.0
paramiko~=2.11.2
requests==2.24.0
paramiko~=2.11.1
pyzmq==19.0.2
pycryptodome==3.9.8
# > 5.0 drops py27 support
Expand Down

0 comments on commit 979fe00

Please sign in to comment.