Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pip from 23.3.1 to 23.3.2 (#156)
* Bump pip from 23.3.1 to 23.3.2 Bumps [pip](https://github.com/pypa/pip) from 23.3.1 to 23.3.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@23.3.1...23.3.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix lint errors with Rust 1.75 Fixes: ``` warning: all fields have the same postfix: `version` --> src/packaging_tool_versions.rs:12:1 | 12 | / pub(crate) struct PackagingToolVersions { 13 | | pub(crate) pip_version: String, 14 | | pub(crate) setuptools_version: String, 15 | | pub(crate) wheel_version: String, 16 | | } | |_^ | = help: remove the postfixes = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#struct_field_names = note: `-W clippy::struct-field-names` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::struct_field_names)]` ``` * Add changelog entry --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
- Loading branch information