Skip to content

Commit

Permalink
chore(deps): update dependency watchdog to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 1af4669 commit 2c7fd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ regex==2024.7.24; python_version >= '3.8'
requests==2.32.3; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
urllib3==2.2.2; python_version >= '3.8'
watchdog==4.0.2; python_version >= '3.8'
watchdog==5.0.1; python_version >= '3.8'
wcwidth==0.2.13
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ regex==2024.7.24; python_version >= '3.8'
requests==2.32.3; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
urllib3==2.2.2; python_version >= '3.8'
watchdog==4.0.2; python_version >= '3.8'
watchdog==5.0.1; python_version >= '3.8'
wcwidth==0.2.13

0 comments on commit 2c7fd11

Please sign in to comment.