Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Jinja2 dependency version specification to address CVE-2024-2…
…2195 (#85) CVE-2024-22195 identified an issue in Jinja2 versions <= 3.1.2. As such we've gone and changed our dependency requirement specification to be 3.1.3 or greater (but less than 4). Note: Preivously we were using the `~=` version specifier. However due to some issues with the `~=` we've moved to using `>=` in combination with `<`. This gives us the same range that `~=` gave us, but avoids a pip resolution issue when multiple packages in an environment use `~=` for the same dependency.
- Loading branch information