diff --git a/src/gprofiler/requirements.txt b/src/gprofiler/requirements.txt index 0e42af7c..03a98adf 100644 --- a/src/gprofiler/requirements.txt +++ b/src/gprofiler/requirements.txt @@ -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 diff --git a/src/gprofiler_flamedb_rest/common/go.mod b/src/gprofiler_flamedb_rest/common/go.mod index 8b0253e5..2c3ec923 100644 --- a/src/gprofiler_flamedb_rest/common/go.mod +++ b/src/gprofiler_flamedb_rest/common/go.mod @@ -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 diff --git a/src/gprofiler_logging/requirements.txt b/src/gprofiler_logging/requirements.txt index ba7c52f2..d17c7e19 100644 --- a/src/gprofiler_logging/requirements.txt +++ b/src/gprofiler_logging/requirements.txt @@ -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