Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Bobiński committed Nov 13, 2024
1 parent 3f4c030 commit 0609323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.3
Flask==3.1.0
waitress==3.0.1
yfinance==0.2.48
pyinstaller==6.11.0
yfinance==0.2.49
pyinstaller==6.11.1
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0609323

Please sign in to comment.