Skip to content

Commit

Permalink
Upgrade httpx to fix security alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Stadermann authored and pstadermann committed Jun 9, 2022
1 parent 3d9b224 commit ef9acb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ xmlrunner==1.7.7
unittest-xml-reporting==3.2.0
websockets~=10.3
python-dotenv==0.20.0
httpx[http2]==0.22.0
httpx[http2]==0.23.0
build==0.7.0
jwt==1.3.1
authlib==1.0.1
2 changes: 1 addition & 1 deletion python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers =
python_requires = >=3.8
install_requires =
websockets == 10.3
httpx[http2] == 0.22.0
httpx[http2] == 0.23.0
jwt == 1.3.1
authlib == 1.0.1

Expand Down

0 comments on commit ef9acb5

Please sign in to comment.