Skip to content

Commit 3d96fd0

Browse files
authored
Merge branch 'bugfix' into upgrade_ruff_0159
2 parents 2827ad9 + acec7cf commit 3d96fd0

4 files changed

Lines changed: 16 additions & 9 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'Upgrading to DefectDojo Version 2.58.x'
3+
toc_hide: true
4+
weight: -20260406
5+
description: No special instructions.
6+
---
7+
There are no special instructions for upgrading to 2.58.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.58.0) for the contents of the release.

docs/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"prettier": "3.8.1",
30-
"vite": "7.3.1"
30+
"vite": "7.3.2"
3131
},
3232
"engines": {
3333
"node": ">=20.11.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Markdown==3.10.2
3131
openpyxl==3.1.5
3232
Pillow==12.1.1 # required by django-imagekit
3333
psycopg[c]==3.3.3
34-
cryptography==46.0.6
34+
cryptography==46.0.7
3535
python-dateutil==2.9.0.post0
3636
redis==7.4.0
3737
requests==2.33.1

0 commit comments

Comments
 (0)