diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f383f01..274d88d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: # Generic hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -25,6 +25,6 @@ repos: # Ruff - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: v0.3.4 + rev: v0.3.7 hooks: - id: ruff diff --git a/poetry.lock b/poetry.lock index b53b861..7bbae12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2716,4 +2716,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "341e7d36953b83afd63d01af2954ec7ca0c334cd5f7cfd22ae22d00ddb64ba48" +content-hash = "fd65f718f1dcc025ef45c573d33a02da9b060df17101ba3f5e78a1e3db8cc14f" diff --git a/pyproject.toml b/pyproject.toml index 12ce35e..d0bbe9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pyramid-tm = "^2.5" zope-sqlalchemy = "^3.1" qrcode = "^7.4.2" dogpile-cache = "^1.3.2" -docutils = "^0.20.1" +docutils = "^0.20.1 || ^0.21.0" python-dateutil = "^2.9.0.post0" feedgen = "^1.0.0" requests = "^2.31.0"