Skip to content

Commit 1eefb84

Browse files
author
Sunny Rangnani
committed
bump docs dependencies
1 parent a5f6431 commit 1eefb84

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-security"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
homepage = "https://github.com/sdelements/django-security"
55
description = "Models, views, middlewares and forms to facilitate security hardening of Django applications."
66
authors = ["Security Compass <[email protected]>"]
@@ -47,9 +47,9 @@ ua_parser = "0.18.0"
4747
[tool.poetry.dev-dependencies]
4848
pre-commit = "3.7.1"
4949
# docs
50-
sphinx = "^5.3.0"
51-
sphinx_rtd_theme = "^1.1.1"
52-
readthedocs-sphinx-search = "^0.1.1"
50+
sphinx = "^7.3.7"
51+
sphinx_rtd_theme = "^2.0.0"
52+
readthedocs-sphinx-search = "^0.3.2"
5353
# lint
5454
black = "24.4.2"
5555
flake8 = "7.0.0"

0 commit comments

Comments
 (0)