Skip to content

Commit

Permalink
Merge branch 'update-dependencies' into 'main'
Browse files Browse the repository at this point in the history
Update dependencies

See merge request reportcreator/reportcreator!757
  • Loading branch information
MWedl committed Nov 12, 2024
2 parents 18b789b + 0cd2ab7 commit 65ffd31
Show file tree
Hide file tree
Showing 22 changed files with 12,610 additions and 18,459 deletions.
2,152 changes: 1,090 additions & 1,062 deletions api/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ adrf = "^0.1.6"

psycopg = { extras = ["binary", "pool"], version = "^3.1.8" }
gunicorn = "^23.0.0"
uvicorn = { extras = ["standard"], version = "^0.31.0" }
uvicorn = { extras = ["standard"], version = "^0.32.0" }
whitenoise = "^6.4.0"
brotli = "^1.0.9"
channels = { "extras" = ["daphne"], version = "^4.1.0" }
Expand Down Expand Up @@ -52,11 +52,11 @@ celery = "^5.3.6"

django-debug-toolbar = "^4.4.5"
debugpy = "^1.6.7"
watchdog = "^5.0.0"
watchdog = "^6.0.0"
pytest-django = "^4.5.2"
pytest-asyncio = "^0.24.0"
pytest-xdist = "^3.2.1"
pytest-cov = "^5.0.0"
pytest-cov = "^6.0.0"
elastic-apm = "^6.20.0"


Expand Down
1 change: 1 addition & 0 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ services:
context: ..
target: plugin-builder-dev
command: /app/plugins/build.sh dev
init: true
volumes:
- type: bind
source: ../plugins/
Expand Down
Loading

0 comments on commit 65ffd31

Please sign in to comment.