diff --git a/pyproject.toml b/pyproject.toml index 5b6c0f9..e3a2b2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/uv.lock b/uv.lock index 79aff7a..887bf27 100644 --- a/uv.lock +++ b/uv.lock @@ -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" },