Skip to content

Commit b20cd6c

Browse files
authored
Merge pull request #13 from protoconf/renovate/watchdog-5.x
Update dependency watchdog to v5
2 parents c408418 + b8640cd commit b20cd6c

File tree

4 files changed

+36
-41
lines changed

4 files changed

+36
-41
lines changed

poetry.lock

Lines changed: 33 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ protobuf = "^5.27.1"
1212
asyncio = "^3.4.3"
1313
grpcio = "^1.65.5"
1414
grpcio-tools = "^1.65.5"
15-
watchdog = "^4.0.2"
15+
watchdog = "^5.0.0"
1616
aiofiles = "^24.1.0"
1717

1818

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ sniffio==1.3.1 ; python_version >= "3.11" and python_version < "4.0"
3636
test-results-parser==0.1.0 ; python_version >= "3.11" and python_version < "4.0"
3737
tree-sitter==0.20.4 ; python_version >= "3.11" and python_version < "4.0"
3838
urllib3==2.2.2 ; python_version >= "3.11" and python_version < "4.0"
39-
watchdog==4.0.2 ; python_version >= "3.11" and python_version < "4.0"
39+
watchdog==5.0.0 ; python_version >= "3.11" and python_version < "4.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ hyperframe==6.0.1 ; python_version >= "3.11" and python_version < "4.0"
99
multidict==6.0.5 ; python_version >= "3.11" and python_version < "4.0"
1010
protobuf==5.27.3 ; python_version >= "3.11" and python_version < "4.0"
1111
setuptools==73.0.1 ; python_version >= "3.11" and python_version < "4.0"
12-
watchdog==4.0.2 ; python_version >= "3.11" and python_version < "4.0"
12+
watchdog==5.0.0 ; python_version >= "3.11" and python_version < "4.0"

0 commit comments

Comments
 (0)