blob: 73f0d690a5acd888ba416b7e64a108caaaa2ec6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
From 10cb9bf56e013515131b56bd444008a98b221b24 Mon Sep 17 00:00:00 2001
From: atomlong <atom.long@hotmail.com>
Date: Sun, 15 May 2022 23:01:14 +0800
Subject: [PATCH] upgrade requirements
---
requirements.txt | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index cf68db1..5596ca6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,14 +1,14 @@
treelib~=1.6.1
-requests~=2.25.1
+requests~=2.27.1
click_aliases~=1.0.1
rsa>=4.8
-click~=8.0.0
+click~=8.1.2
ruamel.base~=1.0.0
ruamel.yaml
-colorama~=0.4.3
+colorama~=0.4.4
npyscreen~=4.10.5
windows-curses;platform_system=="Windows"
-pyperclip~=1.8.1
+pyperclip~=1.8.2
aria2p~=0.10.4
Flask
-simplejson~=3.17.3
\ No newline at end of file
+simplejson~=3.17.6
\ No newline at end of file
--
2.35.1.windows.2
|