You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[security] set min version of jinja2, cryptography, python (#229)
Why
===
* There were Dependabot alerts for the indirect dependencies jinja2
and cryptography.
What changed
===
* Set the min versions in pyproject.toml that resolve the security
issue
* Had to bump python min version too because cryptography didn't like
3.9
Test plan
===
* CI passes
0 commit comments