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
This commit contains multiple related changes:
- Update `dev` dependencies as much as possible
- The pinned versions did not work with Python 3.11, but using the
latest versions does not work with Python 3.7. The new versions work
for both Python 3.7 and 3.11.
- Pin `black` and `isort` versions
- Unlike the other `dev` dependencies, which are specified with `==`,
these two dependencies were specified with `>=`. I pinned these to
specific versions to match the other dependencies and limit
breakage.
- Update `pip` in `test-pr.yml`
- The version of `pip` shipped in GitHub Actions shows warnings that
are fixed by upgrading to the latest supported version.
0 commit comments