Skip to content

Commit

Permalink
Pin pyasn1 to 0.4.8 because 0.5.0 broke the API with 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmorcos committed Apr 21, 2023
1 parent 9466b8e commit 7d6cbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions regression-tests.dnsdist/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nose>=1.3.7
libnacl>=1.4.3,<1.7
requests>=2.1.0
protobuf>=3.0
pyasn1==0.4.8
pysnmp>=4.3.4
future>=0.17.1
pycurl>=7.43.0
Expand Down
1 change: 1 addition & 0 deletions regression-tests.recursor-dnssec/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dnspython>=1.11
nose>=1.3.7
protobuf>=2.5; sys_platform != 'darwin'
protobuf>=3.0; sys_platform == 'darwin'
pyasn1==0.4.8
pysnmp>=4.3.4
requests>=2.1.0
Twisted>0.15.0

0 comments on commit 7d6cbd0

Please sign in to comment.