Skip to content

Commit

Permalink
[deps] Updated dependency versions
Browse files Browse the repository at this point in the history
Signed-off-by: tiksan <[email protected]>
  • Loading branch information
dssecret committed Feb 8, 2025
1 parent 1f450a4 commit c5a35fc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .lefthook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pre-commit:
root: "application/"
run: "bandit -r -x __pycache__,./venv,./tests -c pyproject.toml ."
application-static-format:
root: "application/"
root: "application/static/"
run: "biome format ."
application-sass:
root: "application/"
Expand Down
6 changes: 3 additions & 3 deletions application/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ classifiers = [
]
dependencies = [
"authlib",
"flask ~= 3.0.0",
"flask-cors ~= 4.0.0",
"flask ~= 3.1.0",
"flask-cors ~= 5.0.0",
"flask-login ~= 0.6.2",
"msgpack ~= 1.0.0",
"scikit-learn",
Expand Down Expand Up @@ -60,7 +60,7 @@ extra = [
"pytoml"
]
docs = [
"Sphinx >= 5,<6",
"Sphinx >=5,<6",
"sphinx_rtd_theme"
]

Expand Down
2 changes: 1 addition & 1 deletion celery/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"celery ~= 5.4.0",
"pynacl ~= 1.5.0",
"redis ~= 5.0.0",
"requests ~= 2.31.0",
"requests ~= 2.32.0",
]
description = "A website and Discord bot to assist with the playing of Torn City developed with love <3"
keywords = ["torn", "torn-city", "torn-city-api", "flask", "discord", "celery"]
Expand Down
2 changes: 1 addition & 1 deletion worker/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ defmodule Tornium.MixProject do
{:ecto_sql, "~> 3.10"},
{:nostrum, "~> 0.10"},
{:postgrex, ">= 0.0.0"},
{:prom_ex, "~> 1.10"},
{:prom_ex, "~> 1.11"},
{:crontab, "~> 1.1"},
{:oban, "~> 2.19"},
{:oban_web, "~> 2.11"},
Expand Down
Loading

0 comments on commit c5a35fc

Please sign in to comment.