Skip to content

Bump django-watchman from 1.3.0 to 1.5.0 in /requirements#1209

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/requirements/django-watchman-1.5.0
Open

Bump django-watchman from 1.3.0 to 1.5.0 in /requirements#1209
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/requirements/django-watchman-1.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps django-watchman from 1.3.0 to 1.5.0.

Release notes

Sourced from django-watchman's releases.

1.5.0

Fixed

  • #228 Fix database health check for Oracle — use SELECT 1 FROM DUAL instead of SELECT 1 which Oracle does not support without a FROM clause
  • #231 Raise TypeError when WATCHMAN_CHECKS is a string instead of a sequence — prevents confusing ImportError when parentheses are used without a trailing comma (e.g. ('single.check'))

Documentation

  • #229 Add monitoring integrations reference documentation for common uptime monitoring vendors
  • #230 Improve API reference documentation with comprehensive docstrings and restructured layout

1.4.0

Security

  • #213 Fix ReDoS vulnerability in auth header parsing — replace regex-based Authorization header parser with simple string splitting to prevent polynomial backtracking on crafted input

Added

  • #212 Add type annotations to all source modules and ship PEP 561 py.typed marker for downstream type checking
  • #212 Add Python 3.14 support
  • #214 Automate PyPI publishing with GitHub Actions trusted publishing (OIDC, no API tokens needed)

Changed

  • #206 Modernize project infrastructure:
    • Replace black, flake8, and isort with ruff for linting and formatting
    • Switch from make to just as the task runner
    • Migrate from setup.py / MANIFEST.in to pyproject.toml with Hatch build backend
    • Update CI test matrix: drop Django 5.0 (EOL), add Django 5.2 (LTS)
    • Expand Dependabot to cover GitHub Actions and pip dependencies
    • Modernize tests to use pathlib; remove legacy runtests.py wrapper
    • Add test runner and ty type checker to pre-commit hooks
  • #206 Fix storage check to handle pathlib.Path objects for MEDIA_ROOT and WATCHMAN_STORAGE_PATH
  • #214 Read version dynamically from watchman/__init__.py via Hatchling (eliminate duplication in pyproject.toml)

Documentation

  • #211 Switch documentation from Sphinx/reStructuredText to MkDocs with Material theme
  • #190 Clarify custom checks and paid checks documentation
  • #201 Update WATCHMAN_STORAGE_PATH documentation in README
  • #189 Add custom check example to sample project
Changelog

Sourced from django-watchman's changelog.

1.5.0 (2026-03-07)

Fixed

  • #228 Fix database health check for Oracle — use SELECT 1 FROM DUAL instead of SELECT 1 which Oracle does not support without a FROM clause
  • #231 Raise TypeError when WATCHMAN_CHECKS is a string instead of a sequence — prevents confusing ImportError when parentheses are used without a trailing comma (e.g. ('single.check'))

Documentation

  • #229 Add monitoring integrations reference documentation for common uptime monitoring vendors
  • #230 Improve API reference documentation with comprehensive docstrings and restructured layout

1.4.0 (2026-02-21)

Security

  • #213 Fix ReDoS vulnerability in auth header parsing — replace regex-based Authorization header parser with simple string splitting to prevent polynomial backtracking on crafted input

Added

  • #212 Add type annotations to all source modules and ship PEP 561 py.typed marker for downstream type checking
  • #212 Add Python 3.14 support
  • #214 Automate PyPI publishing with GitHub Actions trusted publishing (OIDC, no API tokens needed)

Changed

  • #206 Modernize project infrastructure:
    • Replace black, flake8, and isort with ruff for linting and formatting
    • Switch from make to just as the task runner
    • Migrate from setup.py / MANIFEST.in to pyproject.toml with Hatch build backend
    • Update CI test matrix: drop Django 5.0 (EOL), add Django 5.2 (LTS)
    • Expand Dependabot to cover GitHub Actions and pip dependencies
    • Modernize tests to use pathlib; remove legacy runtests.py wrapper
    • Add test runner and ty type checker to pre-commit hooks
  • #206 Fix storage check to handle pathlib.Path objects for MEDIA_ROOT and WATCHMAN_STORAGE_PATH
  • #214 Read version dynamically from watchman/__init__.py via Hatchling (eliminate duplication in pyproject.toml)

Documentation

  • #211 Switch documentation from Sphinx/reStructuredText to MkDocs with Material theme
  • #190 Clarify custom checks and paid checks documentation
  • #201 Update WATCHMAN_STORAGE_PATH documentation in README
  • #189 Add custom check example to sample project
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-watchman](https://github.com/mwarkentin/django-watchman) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/mwarkentin/django-watchman/releases)
- [Changelog](https://github.com/mwarkentin/django-watchman/blob/main/CHANGELOG.md)
- [Commits](mwarkentin/django-watchman@1.3.0...1.5.0)

---
updated-dependencies:
- dependency-name: django-watchman
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Updates for dependencies python Pull requests that update Python code labels Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates for dependencies python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants