From 0609323bab0df33e160b042d1019b46594e926a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Bobin=CC=81ski?= <> Date: Wed, 13 Nov 2024 21:46:02 +0100 Subject: [PATCH] update libs --- backend/requirements.txt | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1e9e5d3..a339ed6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.0.3 +Flask==3.1.0 waitress==3.0.1 -yfinance==0.2.48 -pyinstaller==6.11.0 \ No newline at end of file +yfinance==0.2.49 +pyinstaller==6.11.1 \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 02d7d32..b66c1f9 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { kotlin("jvm") version "2.0.21" id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21" - id("io.ktor.plugin") version "3.0.0" + id("io.ktor.plugin") version "3.0.1" } group = "net.bobinski"