From b8e6075aa0bef972fe1d4b5abfebf19287063fd4 Mon Sep 17 00:00:00 2001 From: Marco Dalla Tiezza Date: Mon, 24 Jun 2024 22:18:21 +0200 Subject: [PATCH] Updated dependencies. Previous commit closes #4 --- CHANGELOG.md | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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