Skip to content

Commit

Permalink
One dep pr to rule them all part3 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb authored Oct 28, 2024
2 parents 79f5278 + dfa3666 commit 72eee4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
'ipython==8.14.0',
'jinja2==3.1.4',
'jsonschema==4.17.3',
'kubernetes==26.1.0',
'kubernetes==31.0.0',
'mac-vendor-lookup==0.1.12',
'natsort==8.3.1',
'netaddr==0.8.0',
Expand All @@ -67,11 +67,11 @@ dependencies = [
'responses==0.23.1',
'ruamel.yaml<0.17.33',
'tabulate==0.9.0',
'tokenize-rt==5.1.0',
'tokenize-rt==6.1.0',
'tomli==2.0.1',
'ttp==0.9.4',
'urllib3==2.2.3',
'yamale<=4.0.4',
'yamale<=5.2.1',
]
dynamic = ['entry-points', 'scripts', 'version']
maintainers = [
Expand All @@ -94,7 +94,7 @@ docs = [
'sphinx-click~=4.4.0',
'sphinx-markdown-builder~=0.5.5',
'mike~=1.1.2',
'mkdocs~=1.4.2',
'mkdocs~=1.6.1',
'mkdocs-material~=9.5.36',
'mkdocs-material-extensions~=1.1.1',
]
Expand All @@ -117,7 +117,7 @@ lint = [
]
network_modeling = [
'jsonschema==4.17.3',
'yamale<=4.0.4',
'yamale<=5.2.1',
]
test = [
'coverage~=7.2.2',
Expand Down

0 comments on commit 72eee4e

Please sign in to comment.