diff --git a/pyproject.toml b/pyproject.toml index 72237dc..72f5ed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,6 @@ dependencies = [ 'python-dateutil==2.9.0.post0', 'ruamel.yaml.clib==0.2.15', 'ruamel.yaml==0.19.1', - 'setuptools==65.5.1', + 'setuptools==78.1.1', 'tqdm==4.67.3', ] diff --git a/requirements.txt b/requirements.txt index a8f8d6e..2f30cdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ pyseltongue==1.0.2 python-dateutil==2.9.0.post0 ruamel.yaml.clib==0.2.15 ruamel.yaml==0.19.1 -setuptools==65.5.1 +setuptools==78.1.1 tqdm==4.67.3