File tree Expand file tree Collapse file tree 2 files changed +69
-67
lines changed Expand file tree Collapse file tree 2 files changed +69
-67
lines changed Original file line number Diff line number Diff line change @@ -43,26 +43,26 @@ beautifulsoup4 = "^4.12.3"
43
43
gunicorn = [" gunicorn" ]
44
44
45
45
[tool .poetry .group .dev .dependencies ]
46
- Werkzeug = " ^3.0.3 "
47
- django-debug-toolbar = " ^4.4.2 "
46
+ Werkzeug = " ^3.0.4 "
47
+ django-debug-toolbar = " ^4.4.6 "
48
48
django-extensions = " ^3.2.3"
49
49
fabric = " ^3.2.2"
50
50
pudb = " ^2024.1"
51
- honcho = " ^1.1 .0"
51
+ honcho = " ^2.0 .0"
52
52
53
53
# Linters etc.
54
- black = " ^24.4.2 "
54
+ black = " ^24.10.0 "
55
55
detect-secrets = " ^1.5.0"
56
56
djhtml = " ^3.0.6"
57
- flake8 = " ^7.0.0 "
57
+ flake8 = " ^7.1.1 "
58
58
isort = " ^5.13.2"
59
- pre-commit = " ^3.7 .1"
59
+ pre-commit = " ^4.0 .1"
60
60
seed-isort-config = " ^2.2.0"
61
61
62
62
# Documentation
63
- mkdocs = " ^1.6.0 "
64
- mkdocs-material = " ^9.5.26 "
65
- pymdown-extensions = " ^10.8.1 "
63
+ mkdocs = " ^1.6.1 "
64
+ mkdocs-material = " ^9.5.41 "
65
+ pymdown-extensions = " ^10.11.2 "
66
66
67
67
# Testing
68
68
wagtail-factories = " ^4.2.1"
You can’t perform that action at this time.
0 commit comments