From b0f100c1937a9157cf3f8914f1358b0903c3bd93 Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Fri, 15 Mar 2024 00:10:02 +0300 Subject: [PATCH] update packages. --- Pipfile | 16 ++++++++-------- Pipfile.lock | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index d292e3e4..372a888d 100644 --- a/Pipfile +++ b/Pipfile @@ -4,15 +4,15 @@ verify_ssl = true name = "pypi" [packages] -python-socketio = "~=5.0" -aiohttp = "*" +python-socketio = ">=5.11.1" +aiohttp = ">=3.9.3" yt-dlp = "*" -caribou = "*" -coloredlogs = "*" -aiocron = "*" -python-dotenv = "*" -python-magic = "*" -debugpy = "*" +caribou = ">=0.3.0" +coloredlogs = ">=15.0.1" +aiocron = ">=1.8" +python-dotenv = ">=1.0.1" +python-magic = ">=0.4.27" +debugpy = ">=1.8.1" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index b7a8d40c..45b43f32 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "969599ea205de43f64d64331fc3307bb0d9be1dc1830c57b51f93c607d2bbe1f" + "sha256": "6f7d266189a02316b0a7f6d1958351963de5dfa35b6e3860c1da5da875629843" }, "pipfile-spec": 6, "requires": {