Skip to content

Commit 941584d

Browse files
Update watchdog requirement from ~=2.1.9 to ~=5.0.3
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...v5.0.3) --- updated-dependencies: - dependency-name: watchdog dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42a2fa0 commit 941584d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fire~=0.4.0
2-
watchdog~=2.1.9
2+
watchdog~=5.0.3
33
databricks-cli~=0.17.0
44
argh
55
build~=0.8.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
long_description_content_type="text/markdown",
1818
url="https://github.com/getyourguide/db-rocket",
1919
packages=setuptools.find_packages(),
20-
install_requires=["fire", "watchdog~=2.1.9", "build", "databricks_cli"],
20+
install_requires=["fire", "watchdog>=2.1.9,<5.1.0", "build", "databricks_cli"],
2121
entry_points={
2222
"console_scripts": ["rocket=rocket.rocket:main", "dbrocket=rocket.rocket:main"]
2323
},

0 commit comments

Comments
 (0)