Skip to content

chore(deps): bump watchfiles from 1.2.0 to 1.3.0 - #2409

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/watchfiles-1.3.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/watchfiles-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 24, 2026

Copy link
Copy Markdown
Contributor

Bumps watchfiles from 1.2.0 to 1.3.0.

Release notes

Sourced from watchfiles's releases.

v1.3.0 2026-09-21

What's Changed

New Contributors

Full Changelog: samuelcolvin/watchfiles@v1.2.0...v1.3.0

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 [watchfiles](https://github.com/samuelcolvin/watchfiles) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/samuelcolvin/watchfiles/releases)
- [Commits](samuelcolvin/watchfiles@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: watchfiles
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 24, 2026
@claude

claude Bot commented Sep 24, 2026

Copy link
Copy Markdown

Review

This is a routine Dependabot version bump for watchfiles (1.2.0 → 1.3.0) in requirements/local.txt, a dev-only dependency used by Django's autoreloader. The diff is a single line with no application code changes.

Assessment:

  • Code quality / bugs: N/A — no application logic touched.
  • Security: Reviewed the upstream release notes (bundled in the PR description) — v1.3.0 is a minor release with a pyo3 bump (0.28.3 → 0.29.0), Python 3.14t wheel support, and abi3 wheel builds. No CVEs or security fixes called out. watchfiles is only pulled in via requirements/local.txt (local/dev environment), so it has no production runtime exposure.
  • Performance: No expected impact; this is a filesystem-watcher used for dev-server autoreload only.
  • Test coverage: No tests needed for a transitive dev-dependency patch bump.
  • Compatibility: Semver-minor bump per the dependency-type metadata; low risk of breaking the local dev environment.

No concerns — safe to merge once CI passes.

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants