mitre / caldera

Automated Adversary Emulation Platform
https://caldera.mitre.org
Apache License 2.0
5.54k stars 1.05k forks source link

Fix - dnspython version in requirements-dev.txt #3012

Closed jbaptperez closed 2 months ago

jbaptperez commented 2 months ago

Description

The version of dnspython did not match the requirements.txt one.

Moreover, this dependency was already in requirements.txt and thus not necessary in requirements-dev.txt.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

# No crash due to incompatibility of versions, only one dnspython dependency declaration.
pip install -r requirements.txt -r requirements-dev.txt

Checklist:

elegantmoose commented 2 months ago

Ty @jbaptperez