diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c8320..444887c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ### Added - Created a setting panel for the audio player -- Selection of the audio output device. Close #4 +- Selection of the audio output device. Closes [#4](https://github.com/AresValley/Artemis/issues/4) ### Fixed - Fixed margins for downloader window diff --git a/requirements.txt b/requirements.txt index 6a5b13c..f397b97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ PySide6==6.7.1 -requests==2.32.2 -packaging==24.0 +requests==2.32.3 +packaging==24.1