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!795
  • Loading branch information
MWedl committed Dec 10, 2024
2 parents b16f400 + 1345220 commit d975495
Show file tree
Hide file tree
Showing 31 changed files with 16,488 additions and 93,195 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Upcoming
* Plugin projectnumber: Add manage.py command to reset projectnumber
* Add plugin: renderfindings - Render single finding to PDF
* Update and optimize designs: demo, HTB and OffSec designs


## v2024.96 - 2024-12-04
Expand Down
1,070 changes: 534 additions & 536 deletions api/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ django-csp = "^4.0b2"
django-storages = "^1.13.2"
drf-nested-routers = "^0.94.1"
django-filter = "^24.1"
drf-spectacular = { extras = ["sidecar"], version = "^0.27.0" }
drf-spectacular = { extras = ["sidecar"], version = "^0.28.0" }
django-simple-history = "^3.5.0"
adrf = "^0.1.6"

Expand All @@ -30,7 +30,7 @@ channels-redis = "^4.2.0"


requests = "^2.28.2"
httpx = "^0.27.0"
httpx = "^0.28.0"
tenacity = "^9.0.0"
regex = "^2024.5.10"
jsonschema = "^4.17.3"
Expand Down
Loading

0 comments on commit d975495

Please sign in to comment.