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
[py] Bump Python package requirements to latest versions (#15731)
* updates dependencies in `py/pyproject.toml` for packaging * updates dependencies in `py/BUILD.bazel` for building/testing/packaging * updates dependency versions in `py/requirements.txt` * adds tox and its dependencies to `py/requirements.txt` * updates Python CI job to use new version of tox * adds missing pinned transient dependencies to `py/requirements.txt` * generates new `py/requirements_lock.txt` with updated hashes * fixes errors in tests that were failing due to deprecations in the newer version of PyTest * removes trove license classifier from packaging data since it is now deprecated (license is already specified through `project.license` metadata)
0 commit comments