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 d635a1c commit 827edf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/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 {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 827edf9

Please sign in to comment.