Skip to content

Commit

Permalink
Merge pull request #891 from netenglabs/starlette-update
Browse files Browse the repository at this point in the history
Update fastapi/starlette due to sec advisory
  • Loading branch information
ddutt authored Jun 5, 2023
2 parents fe92eec + 7b013de commit 841982f
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 17 deletions.
113 changes: 98 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ matplotlib = "^3.2.2"
faker = "^4.1.1"
netconan = "^0.11.2"
jsonpath-ng = "^1.5.1"
fastapi = "^0.65"
fastapi = "~0.95"
uvicorn = "^0.14.0"
tabulate = "^0.8.7"
streamlit = "1.11.1"
Expand Down Expand Up @@ -86,6 +86,9 @@ sq-simnodes = 'suzieq.utilities.sq_simnode:simnodes_main'
suzieq-cli = 'suzieq.cli.sq_cli:cli_main'
suzieq-gui = 'suzieq.gui.sq_gui:gui_main'

[tool.poetry.group.dev.dependencies]
httpx = "^0.24.1"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
2 changes: 1 addition & 1 deletion tests/integration/test_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
'state=active',
'priVtepIp=10.0.0.112',
'query_str=hostname%20==%20"leaf01"',
'query_str=hostname=="leaf01"%20and%201000<mtu<2000',
'query_str=hostname=="leaf01"%20and%201000%3Cmtu%3C2000',
'what=mtu',
'what=numChanges',
'what=uptime',
Expand Down

0 comments on commit 841982f

Please sign in to comment.