File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ immutables==0.16; python_version > "3.0"
30
30
in-toto==1.0.1
31
31
ipaddress==1.0.23; python_version < "3.0"
32
32
jaydebeapi==1.2.3
33
+ jellyfish==0.9.0; python_version > "3.0"
33
34
jpype1==0.7.1; python_version <= "2.7"
34
35
jpype1==1.3.0; python_version > "3"
35
36
kafka-python==2.0.2
@@ -75,10 +76,11 @@ pyyaml==5.4.1
75
76
redis==3.5.3; python_version < "3.0"
76
77
redis==4.0.2; python_version > "3.0"
77
78
requests-kerberos==0.12.0
79
+ requests-toolbelt==0.9.1
78
80
requests-unixsocket==0.2.0
79
- requests==2.25.0
81
+ requests==2.27.1; python_version < "3.0"
82
+ requests==2.27.1; python_version > "3.0"
80
83
requests_ntlm==1.1.0
81
- requests_toolbelt==0.9.1
82
84
rethinkdb==2.4.4
83
85
scandir==1.8
84
86
securesystemslib[crypto,pynacl]==0.20.1
@@ -90,7 +92,6 @@ simplejson==3.6.5
90
92
six==1.16.0
91
93
snowflake-connector-python==2.6.0; python_version > "3.0"
92
94
supervisor==4.1.0
93
- jellyfish==0.9.0; python_version > '3.0'
94
95
tuf==0.17.0; python_version < "3.0"
95
96
tuf==0.19.0; python_version > "3.0"
96
97
typing==3.7.4.1; python_version < "3.0"
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ deps = [
58
58
" pyyaml==5.4.1" ,
59
59
" requests-toolbelt==0.9.1" ,
60
60
" requests-unixsocket==0.2.0" ,
61
- " requests==2.25.0" ,
61
+ " requests==2.27.1; python_version < '3.0'" ,
62
+ " requests==2.27.1; python_version > '3.0'" ,
62
63
" simplejson==3.6.5" ,
63
64
" six==1.16.0" ,
64
65
" typing==3.7.4.1; python_version < '3.0'" ,
You can’t perform that action at this time.
0 commit comments