Skip to content

Commit 841982f

Browse files
authored
Merge pull request #891 from netenglabs/starlette-update
Update fastapi/starlette due to sec advisory
2 parents fe92eec + 7b013de commit 841982f

File tree

3 files changed

+103
-17
lines changed

3 files changed

+103
-17
lines changed

poetry.lock

Lines changed: 98 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matplotlib = "^3.2.2"
3333
faker = "^4.1.1"
3434
netconan = "^0.11.2"
3535
jsonpath-ng = "^1.5.1"
36-
fastapi = "^0.65"
36+
fastapi = "~0.95"
3737
uvicorn = "^0.14.0"
3838
tabulate = "^0.8.7"
3939
streamlit = "1.11.1"
@@ -86,6 +86,9 @@ sq-simnodes = 'suzieq.utilities.sq_simnode:simnodes_main'
8686
suzieq-cli = 'suzieq.cli.sq_cli:cli_main'
8787
suzieq-gui = 'suzieq.gui.sq_gui:gui_main'
8888

89+
[tool.poetry.group.dev.dependencies]
90+
httpx = "^0.24.1"
91+
8992
[build-system]
9093
requires = ["poetry>=0.12"]
9194
build-backend = "poetry.masonry.api"

tests/integration/test_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'state=active',
9494
'priVtepIp=10.0.0.112',
9595
'query_str=hostname%20==%20"leaf01"',
96-
'query_str=hostname=="leaf01"%20and%201000<mtu<2000',
96+
'query_str=hostname=="leaf01"%20and%201000%3Cmtu%3C2000',
9797
'what=mtu',
9898
'what=numChanges',
9999
'what=uptime',

0 commit comments

Comments
 (0)