diff --git a/pyproject.toml b/pyproject.toml index 4279910..fc552ad 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==78.1.1', + 'setuptools==83.0.0', 'tqdm==4.67.3', ] diff --git a/requirements.txt b/requirements.txt index 2f30cdb..8a75dae 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==78.1.1 +setuptools==83.0.0 tqdm==4.67.3