fix(deps): update dependency pip to v25.0.1 (#72)
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:
parent
293e3fbc4c
commit
5d64248ce1
2 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
8
uv.lock
generated
8
uv.lock
generated
|
@ -1180,11 +1180,11 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "pip"
|
||||
version = "25.0"
|
||||
version = "25.0.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/47/3e/68beeeeb306ea20ffd30b3ed993f531d16cd884ec4f60c9b1e238f69f2af/pip-25.0.tar.gz", hash = "sha256:8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b", size = 1950328 }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/70/53/b309b4a497b09655cb7e07088966881a57d082f48ac3cb54ea729fd2c6cf/pip-25.0.1.tar.gz", hash = "sha256:88f96547ea48b940a3a385494e181e29fb8637898f88d88737c5049780f196ea", size = 1950850 }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/85/8a/1ddf40be20103bcc605db840e9ade09c8e8c9f920a03e9cfe88eae97a058/pip-25.0-py3-none-any.whl", hash = "sha256:b6eb97a803356a52b2dd4bb73ba9e65b2ba16caa6bcb25a7497350a4e5859b65", size = 1841506 },
|
||||
{ url = "https://files.pythonhosted.org/packages/c9/bc/b7db44f5f39f9d0494071bddae6880eb645970366d0a200022a1a93d57f5/pip-25.0.1-py3-none-any.whl", hash = "sha256:c46efd13b6aa8279f33f2864459c8ce587ea6a1a59ee20de055868d8f7688f7f", size = 1841526 },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1744,7 +1744,7 @@ requires-dist = [
|
|||
{ name = "numpy", specifier = "==2.2.2" },
|
||||
{ name = "phx-class-registry", specifier = "==5.1.1" },
|
||||
{ name = "pillow", specifier = "==10.4.0" },
|
||||
{ name = "pip", specifier = "==25.0" },
|
||||
{ name = "pip", specifier = "==25.0.1" },
|
||||
{ name = "py-dactyl", git = "https://github.com/iamkubi/pydactyl?tag=v2.0.5" },
|
||||
{ name = "pydantic", specifier = "==2.10.6" },
|
||||
{ name = "red-discordbot", specifier = "==3.5.17" },
|
||||
|
|
Loading…
Add table
Reference in a new issue