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
We have a ~~transient~~ transitive dep on certifi which has an open CVE
on it.
Helps avoid <GHSA-43fp-rhv2-5gv8>
---
This bump was verified by setting up a virtual env in the `python/` dir
and:
```
pip install -r requirements.txt -r requirements-dev.txt
pip install -e .
./scripts/generate_openapi.sh
pytest
```
The tests pass, so I think we're good.
---
Along with the version bump for this certifi specifically, I had to do a
little yak shaving: updating pip-tools (so `pip-compile` would work for
me) as well as `openapi-python-client`.
0 commit comments