fix(deps): update dependency pip to v25.0.1 (#72)
Some checks are pending
Actions / Lint Code (Ruff & Pylint) (push) Waiting to run
Actions / Build Documentation (MkDocs) (push) Waiting to run

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pip](https://github.com/pypa/pip) ([changelog](https://pip.pypa.io/en/stable/news/)) | project.dependencies | patch | `==25.0` -> `==25.0.1` |

---

### Release Notes

<details>
<summary>pypa/pip (pip)</summary>

### [`v25.0.1`](https://github.com/pypa/pip/compare/25.0...25.0.1)

[Compare Source](https://github.com/pypa/pip/compare/25.0...25.0.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #72
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
This commit is contained in:
Renovate 2025-03-29 08:17:06 -04:00 committed by cswimr
parent 293e3fbc4c
commit 5d64248ce1
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F
2 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ dependencies = [
"numpy==2.2.2",
"phx-class-registry==5.1.1",
"pillow==10.4.0",
"pip==25.0",
"pip==25.0.1",
"py-dactyl",
"pydantic==2.10.6",
"red-discordbot==3.5.17",