diff --git a/release_notes.md b/release_notes.md index c78d0a7..916fc1d 100644 --- a/release_notes.md +++ b/release_notes.md @@ -4,10 +4,10 @@ - Bumped versions: - coverage~=7.6.0 - - pyenchant>=3.2.2 + - pyenchant>=3.2.2,<4.0.0 - pylint~=3.2.6 - pytest~=8.3.2 - - requests>=2.31.0 + - requests>=2.31.0,<3.0.0 # Version 1.4.0 - 13.06.2024 diff --git a/requirements.txt b/requirements.txt index 1c1ba3b..d26829a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ coverage~=7.6.0 nox~=2024.4.15 -pyenchant>=3.2.2 +pyenchant>=3.2.2,<4.0.0 pylint-pydantic~=0.3.2 pylint~=3.2.6 pytest~=8.3.2 -requests>=2.31.0 \ No newline at end of file +requests>=2.31.0,<3.0.0 \ No newline at end of file