Skip to content

Commit

Permalink
Update watchdog requirement from ~=2.1.9 to ~=6.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [watchdog](https://github.com/gorakhargosh/watchdog) to permit the latest version.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v2.1.9...v6.0.0)

---
updated-dependencies:
- dependency-name: watchdog
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 06bb079 commit 770bc1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fire~=0.4.0
watchdog~=2.1.9
watchdog~=6.0.0
databricks-cli~=0.17.0
argh
build~=0.8.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description_content_type="text/markdown",
url="https://github.com/getyourguide/db-rocket",
packages=setuptools.find_packages(),
install_requires=["fire", "watchdog~=2.1.9", "build", "databricks_cli", "databricks-sdk==0.33.0"],
install_requires=["fire", "watchdog>=2.1.9,<6.1.0", "build", "databricks_cli", "databricks-sdk==0.33.0"],
entry_points={
"console_scripts": ["rocket=rocket.rocket:main", "dbrocket=rocket.rocket:main"]
},
Expand Down

0 comments on commit 770bc1f

Please sign in to comment.