Skip to content

Commit

Permalink
update watchdog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 23, 2024
1 parent 6b55a9d commit ce9dc5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Ouranosinc/cookiecutter-pypackage",
"commit": "d635a1c23505c6841d484cdfa27e502b04b3389d",
"commit": "827edf92b444f8c73280fbd507cd342f68b61782",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
# Dev tools and testing
- pip >=24.0
- bump-my-version >=0.24.3
- watchdog >=3.0.0
- watchdog >=4.0.0
- flake8 >=7.1.0
- flake8-rst-docstrings >=0.3.0
- flit >=3.9.0,<4.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dev = [
# Dev tools and testing
"pip >=24.0",
"bump-my-version >=0.24.3",
"watchdog >=3.0.0",
"watchdog >=4.0.0",
"flake8 >=7.1.0",
"flake8-rst-docstrings >=0.3.0",
"flit >=3.9.0,<4.0",
Expand Down

0 comments on commit ce9dc5e

Please sign in to comment.