Skip to content

Commit

Permalink
Raise minimum watchdog requirement to 1.0
Browse files Browse the repository at this point in the history
This is needed for Python 3.12 support
  • Loading branch information
Gagi2k committed Aug 1, 2024
1 parent d160742 commit a4c8f3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Jinja2>=2.10.3
MarkupSafe>=1.0
PyYAML>=5.1
six>=1.11.0
watchdog>=0.8.3
watchdog>=1.0
pytest>=5.3.5
pytest-cov>=2.8.1
2 changes: 1 addition & 1 deletion requirements_minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Jinja2==2.10.3
MarkupSafe==1.1
PyYAML==5.1
six==1.11.0
watchdog==0.8.3
watchdog==1.0
pytest==6.2.5
pytest-cov==2.8.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'antlr4-python3-runtime>=4.7.1',
'jinja2>=2.10.3',
'pyyaml>=5.1',
'watchdog>=0.8.3',
'watchdog>=1.0',
'six>=1.11.0',
'coloredlogs>=10.0',
],
Expand Down

0 comments on commit a4c8f3b

Please sign in to comment.