Skip to content

Commit

Permalink
build(deps): bump watchdog from 4.0.0 to 4.0.1 (#18153)
Browse files Browse the repository at this point in the history
Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: watchdog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 6d9219b commit 40c961e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 32 deletions.
65 changes: 34 additions & 31 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ setproctitle = "1.3.3" # Gives the chia processes readable names
setuptools = "70.0.0"
sortedcontainers = "2.4.0" # For maintaining sorted mempools
typing-extensions = "4.11.0" # typing backports like Protocol and TypedDict
watchdog = "4.0.0" # Filesystem event watching - watches keyring.yaml
watchdog = "4.0.1" # Filesystem event watching - watches keyring.yaml
zstd = [
{version="1.5.5.1", python = "<3.12"},
{version="1.5.5.1", python = "3.12", source="chia"},
Expand Down

0 comments on commit 40c961e

Please sign in to comment.