diff --git a/pyproject.toml b/pyproject.toml index a0fa3656..bca3c4c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ classifiers = [] urls = { "Documentation" = "https://ion-python.readthedocs.io/en/latest/?badge=latest" } dependencies = [ "attrs==21.2.0", - "setuptools==78.1.1", # Needed for jsonconversion, it seems + "setuptools==80.9.0", # Needed for jsonconversion, it seems "jsonconversion==0.2.13", # 1.0.1 tightens the requirements for pytest, and 1.0.0 is broken. "pyparsing==3.2.5", ]