Skip to content

Commit

Permalink
One dep pr to rule them all part8 (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb authored Dec 6, 2024
2 parents 574e6b9 + 2fa613f commit d3b6bc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit d3b6bc3

Please sign in to comment.