diff --git a/release_notes.md b/release_notes.md index aded6f5..75a0c59 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,14 @@ +# Version 1.3.0 - 10.03.2024 + +## Features + +- Bumped versions: + - coverage~=7.4.3 + - nox~=2024.3.2 + - pylint~=3.1.0 + - pyenchant~=3.2.0 + - pytest~=8.1.0 + # Version 1.2.0 - 07.12.2023 ## Features diff --git a/requirements.txt b/requirements.txt index b1ffb53..d597427 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -coverage~=7.3.2 -nox~=2023.4.22 -pylint~=3.0.2 -pyenchant~=3.2.2 -pytest~=7.4.3 +coverage~=7.4.3 +nox~=2024.3.2 +pylint~=3.1.0 +pyenchant~=3.2.0 +pytest~=8.1.0 requests~=2.31.0