Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lutoma committed Dec 29, 2023
1 parent 2a2cba9 commit 361a89b
Show file tree
Hide file tree
Showing 7 changed files with 566 additions and 229 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ target/
# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12.1
File renamed without changes.
2 changes: 1 addition & 1 deletion docker/Dockerfile → container/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.2-slim-bullseye
FROM python:3.12.1-slim-bookworm
LABEL maintainer="hello@lutoma.org"
ENV PYTHONUNBUFFERED 1
ARG FONTAWESOME_AUTH_TOKEN
Expand Down
File renamed without changes.
773 changes: 555 additions & 218 deletions poetry.lock

Large diffs are not rendered by default.

16 changes: 9 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@ description = ""
authors = ["Lukas Martini <hello@lutoma.org>"]

[tool.poetry.dependencies]
python = "^3.9"
Django = "4.1.2"
requests = "2.27.1"
rrdtool = "^0.1.15"
python = "^3.12"
Django = "^4.2.0"
requests = "2.31.0"
rrdtool = "^0.1.16"
"hurry.filesize" = "0.9"
django-bootstrap-v5 = "^1.0.8"
django-bootstrap-v5 = "^1.0.11"
pystmark = { git = "https://github.com/xsleonard/pystmark.git", rev = "300710d48c8f5078071fb9586c9af73837bd6230" }
PyJWT = "^2.4.0"
fabric = "^2.6.0"
django-loginas = "^0.3.10"
fabric = "^3.2.2"
django-loginas = "^0.3.11"
lexicon = "^2.0.1"
pyyaml = "^6.0.1"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 361a89b

Please sign in to comment.