fix(deps): update dependency pip to v25.0.1
All checks were successful
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 56s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 1m10s

This commit is contained in:
Renovate 2025-03-29 12:14:51 +00:00
parent 293e3fbc4c
commit 41f89b7ec1
Signed by: Renovate
GPG key ID: C42AFED545031BE9
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",

8
uv.lock generated
View file

@ -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" },