Skip to content

Commit

Permalink
bump docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyR committed Jun 7, 2024
1 parent a5f6431 commit 1eefb84
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
50 changes: 25 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-security"
version = "1.0.0"
version = "1.0.1"
homepage = "https://github.com/sdelements/django-security"
description = "Models, views, middlewares and forms to facilitate security hardening of Django applications."
authors = ["Security Compass <[email protected]>"]
Expand Down Expand Up @@ -47,9 +47,9 @@ ua_parser = "0.18.0"
[tool.poetry.dev-dependencies]
pre-commit = "3.7.1"
# docs
sphinx = "^5.3.0"
sphinx_rtd_theme = "^1.1.1"
readthedocs-sphinx-search = "^0.1.1"
sphinx = "^7.3.7"
sphinx_rtd_theme = "^2.0.0"
readthedocs-sphinx-search = "^0.3.2"
# lint
black = "24.4.2"
flake8 = "7.0.0"
Expand Down

0 comments on commit 1eefb84

Please sign in to comment.