diff --git a/pyproject.toml b/pyproject.toml index 0bcdcf1..3b44207 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["privacy"] classifiers = ["Programming Language :: Python :: 3"] dependencies = [ - "pip~=25.2", + "pip~=26.0", "pyyaml~=6.0.2", "pydantic~=2.11.7" ] diff --git a/requirements.txt b/requirements.txt index 6b1f073..75b49bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pip~=25.2 +pip~=26.0 pyyaml~=6.0.2 \ No newline at end of file