diff --git a/pyproject.toml b/pyproject.toml index 031192d9..e2572be8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ classifiers = [ ] description = 'CSM Automatic Network Utility' dependencies = [ - 'aiohttp==3.11.7', + 'aiohttp==3.11.10', 'click-help-colors==0.9.4', 'click-option-group==0.5.6', 'click-params==0.5.0', @@ -49,7 +49,7 @@ dependencies = [ 'colorama==0.4.6', 'emoji==2.5.0', 'hier-config==2.2.3', - 'ipython==8.29.0; python_version>"3.9"', + 'ipython==8.30.0; python_version>"3.9"', 'ipython~=8.18.1; python_version<"3.10"', 'jinja2==3.1.4', 'jsonschema==4.23.0', @@ -69,7 +69,7 @@ dependencies = [ 'responses==0.25.3', 'ruamel.yaml<0.18.7', 'tabulate==0.9.0', - 'tomli==2.1.0', + 'tomli==2.2.1', 'ttp==0.9.5', 'urllib3==2.2.3', 'yamale<=5.2.1',