Skip to content

Commit

Permalink
Bump python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovitoriasilva committed Jan 6, 2025
1 parent e79ef9c commit 9bed3d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.115.6"
uvicorn = "^0.32.1"
uvicorn = "^0.34.0"
python-dotenv = "^1.0.1"
sqlalchemy = "^2.0.36"
apscheduler = "^3.11.0"
Expand All @@ -18,21 +18,21 @@ stravalib = "^2.1"
opentelemetry-sdk = "^1.25.0"
opentelemetry-instrumentation-fastapi = "^0.49b0"
opentelemetry-exporter-otlp = "^1.25.0"
python-multipart = "^0.0.17"
python-multipart = "^0.0.20"
gpxpy = "^1.6.2"
alembic = "^1.14.0"
joserfc = "^1.0.0"
joserfc = "^1.0.1"
bcrypt = "^4.2.1"
mysqlclient = "^2.2.6"
fitdecode = "^0.10.0"
numpy = "^2.1.3"
numpy = "^2.2.1"
geopy = "^2.4.1"
flexparser = "^0.4"
pydantic-core = "^2.27.1"
pydantic-core = "^2.27.2"
importlib-metadata = "^8.5.0"
garminconnect = "^0.2.24"
garminconnect = "^0.2.25"
websockets = "^14.1"
timezonefinder = "^6.5.5"
timezonefinder = "^6.5.7"
psycopg = {extras = ["binary", "pool"], version = "^3.2.3"}
poetry = "^2.0.0"

Expand Down

0 comments on commit 9bed3d5

Please sign in to comment.