Skip to content

Commit

Permalink
Handle high and med vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
motisaroka committed Feb 27, 2024
1 parent 7211e29 commit 8cda938
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/gprofiler/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ cachetools==5.2.0
pyhumps==3.8.0
cmp-version==3.0.0
setproctitle==1.2.3
fastapi[all]==0.78.0
fastapi[all]==0.109.1
gunicorn==20.1.0
4 changes: 2 additions & 2 deletions src/gprofiler_flamedb_rest/common/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions src/gprofiler_logging/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission.
# This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License.

fastapi[all]==0.99.0
fastapi[all]==0.109.1
aiofiles==0.5.0
python-json-logger==2.0.1
orjson==3.6.3
orjson==3.9.15
cachetools==4.2.4
types-orjson==3.6.2

0 comments on commit 8cda938

Please sign in to comment.