secureworks / dalton

Suricata, Snort and Zeek IDS rule and pcap testing system
Apache License 2.0
455 stars 91 forks source link

Update flask to a more recent version #180

Closed rkoumis closed 1 week ago

rkoumis commented 2 weeks ago

update what dependencies we can, without too much churn. For example:

    "Flask==3.0.3",
    "redis==5.2.0",
    # there is newer ruamel available but dalton.py changes would be needed
    "ruamel.yaml<0.18.0",
    "idstools==0.6.5",
    "flowsynth>=1.4.1",
rkoumis commented 1 week ago

See #221 for this work

rkoumis commented 1 week ago

Closing with #222